Skip to content

Update contributors.yml with project information. #296

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
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all 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
16 changes: 15 additions & 1 deletion _data/contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,22 @@
github: "https://github.com/SahilPatidar"
active: 1
projects:
- title: "Out-Of-Process execution for Clang-Repl"
- title: "Advanced symbol resolution and reoptimization for clang-repl"
status: Ongoing
description: |
This project aims to enhance Clang-Repl, an interactive C++ interpreter built
on top of LLVM’s ORC JIT infrastructure. Currently, Clang-Repl lacks a
mechanism to automatically load dynamic libraries when encountering unresolved
symbols. As a result, users must manually load the appropriate libraries if a
symbol used in their code resides in a specific dynamic library. To address
this limitation, we propose a solution that enables automatic library loading
for unresolved symbols. Additionally, the second goal of this project is to
introduce support for re-optimization within Clang-Repl, allowing code to
benefit from improved performance through dynamic optimization techniques.
mentors: Vassil Vassilev
proposal: /assets/docs/SahilPatidar_GSoC2025_Proposal.pdf
- title: "Out-Of-Process execution for Clang-Repl"
status: Completed
description: |
This project focuses on enhancing Clang-Repl, an interactive C++ interpreter
that leverages LLVM's JIT infrastructure. The current in-process execution model
Expand Down
Binary file added assets/docs/SahilPatidar_GSoC2025_Proposal.pdf
Binary file not shown.
Loading