Skip to content

Commit c6a11d7

Browse files
SahilPatidarvgvassilev
authored andcommitted
Update format
1 parent 104cc42 commit c6a11d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

_data/contributors.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,15 @@
161161
- title: "Advanced symbol resolution and reoptimization for clang-repl"
162162
status: Ongoing
163163
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.
164+
This project aims to enhance Clang-Repl, an interactive C++ interpreter built
165+
on top of LLVM’s ORC JIT infrastructure. Currently, Clang-Repl lacks a
166+
mechanism to automatically load dynamic libraries when encountering unresolved
167+
symbols. As a result, users must manually load the appropriate libraries if a
168+
symbol used in their code resides in a specific dynamic library. To address
169+
this limitation, we propose a solution that enables automatic library loading
170+
for unresolved symbols. Additionally, the second goal of this project is to
171+
introduce support for re-optimization within Clang-Repl, allowing code to
172+
benefit from improved performance through dynamic optimization techniques.
165173
mentors: Vassil Vassilev
166174
proposal: /assets/docs/SahilPatidar_GSoC2025_Proposal.pdf
167175
- title: "Out-Of-Process execution for Clang-Repl"

0 commit comments

Comments
 (0)