Skip to content

Commit 2adee2a

Browse files
committed
Add Project Intro
1 parent 3fa4fdf commit 2adee2a

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
@@ -146,6 +146,12 @@
146146
github: "https://github.com/SahilPatidar"
147147
active: 1
148148
projects:
149+
- title: "Advanced symbol resolution and reoptimization for clang-repl"
150+
status: Ongoing
151+
description: |
152+
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.
153+
mentors: Vassil Vassilev
154+
proposal: /assets/docs/SahilPatidar_GSoC2025_Proposal.pdf
149155
- title: "Out-Of-Process execution for Clang-Repl"
150156
status: Ongoing
151157
description: |
523 KB
Binary file not shown.

0 commit comments

Comments
 (0)