Skip to content

Commit 402fb94

Browse files
SahilPatidarvgvassilev
authored andcommitted
Add Project Intro
1 parent da63b33 commit 402fb94

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_data/contributors.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@
158158
github: "https://github.com/SahilPatidar"
159159
active: 1
160160
projects:
161+
- title: "Advanced symbol resolution and reoptimization for clang-repl"
162+
status: Ongoing
163+
description: |
164+
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.
165+
mentors: Vassil Vassilev
166+
proposal: /assets/docs/SahilPatidar_GSoC2025_Proposal.pdf
161167
- title: "Out-Of-Process execution for Clang-Repl"
162168
status: Ongoing
163169
description: |
523 KB
Binary file not shown.

0 commit comments

Comments
 (0)