Skip to content

Add Sahil Patidar to contributors list #180

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,29 @@
email: [email protected]
education: MPhil Advanced Computer Science, University of Cambridge (2018)

- name: Sahil Patidar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to go before - name: "This could be you!". And also add an image.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ping.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SahilPatidar, ping.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the delay, I was a bit swamped. I will do it today.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will need the new proposal with the new project title.

info: "Google Summer of Code 2024 Contributor"
email: [email protected]
education: "Computer Science and Engineering, Vindhya Institute of Technology, India"
github: "https://github.com/SahilPatidar"
active: 1
projects:
- title: "On Demand Parsing in Clang"
status: Ongoing
description: |
Current C++ compilers, including Clang, process all code upfront,
regardless of usage. This proposal introduces on-demand compilation for Clang.
Inspired by CodeGen's selective code generation, this approach tackles the
inefficiency of compiling rarely used code. By deferring processing of unused
entities until they are actually needed, we expect significant benefits:
Reduced Compilation Memory: Peak memory usage during compilation will drop dramatically.
Faster Compile Times: Especially for large codebases with low entity utilization,
compilation times will see a marked improvement.
Interactive C++ Boost: Header inclusions become virtually cost-free,
as entities are parsed only on demand, greatly enhancing the interactive C++ experience.
This project has the potential to transform C++ compilation, making it faster and more resource-efficient.
mentors: Vassil Vassilev, Matheus Izvekov
proposal: /assets/docs/Sahil_Patidar_Proposal_2024_Clang.pdf


################################################################################
Expand Down
10 changes: 10 additions & 0 deletions _pages/team/sahil-patidar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: "Compiler Research - Team - Sahil Patidar"
layout: gridlay
excerpt: "Compiler Research: Team members"
sitemap: false
permalink: /team/SahilPatidar
email: [email protected]
---

{% include team-profile.html %}
Binary file added assets/docs/Sahil_Patidar_Proposal_2024_Clang.pdf
Binary file not shown.