diff --git a/_data/contributors.yml b/_data/contributors.yml index 5540091..a02ad95 100644 --- a/_data/contributors.yml +++ b/_data/contributors.yml @@ -316,6 +316,27 @@ education: PhD Theoretical Nuclear Physics, University of Surrey (2018) active: 1 +- name: Sahil Patidar + info: "Google Summer of Code 2024 Contributor" + email: sahilpatidar60@gmail.com + education: "Computer Science and Engineering, Vindhya Institute of Technology, India" + github: "https://github.com/SahilPatidar" + active: 1 + projects: + - title: "Out-Of-Process execution for Clang-Repl" + status: Ongoing + description: | + This project focuses on enhancing Clang-Repl, an interactive C++ interpreter + that leverages LLVM's JIT infrastructure. The current in-process execution model + poses challenges, especially for resource-constrained devices and stability. + By transitioning Clang-Repl to an out-of-process execution model, this project + aims to address these limitations. It will improve resource efficiency, making + Clang-Repl usable on devices with limited resources, and enhance crash resilience, + preventing user code failures from crashing the entire interpreter. This shift will + foster a more robust and accessible interactive C++ compilation and execution environment. + mentors: Vassil Vassilev, Matheus Izvekov + proposal: /assets/docs/Sahil_Patidar_Proposal_2024_ClangRepl.pdf + - name: "This could be you!" photo: rock.jpg info: See openings for more info @@ -383,8 +404,6 @@ email: ioana.ifrim@cern.ch education: MPhil Advanced Computer Science, University of Cambridge (2018) - - ################################################################################ # 2023 # ################################################################################ diff --git a/_pages/team/sahil-patidar.md b/_pages/team/sahil-patidar.md new file mode 100644 index 0000000..d1f31e4 --- /dev/null +++ b/_pages/team/sahil-patidar.md @@ -0,0 +1,10 @@ +--- +title: "Compiler Research - Team - Sahil Patidar" +layout: gridlay +excerpt: "Compiler Research: Team members" +sitemap: false +permalink: /team/SahilPatidar +email: sahilpatidar60@gmail.com +--- + +{% include team-profile.html %} \ No newline at end of file diff --git a/assets/docs/Sahil_Patidar_Proposal_2024_ClangRepl.pdf b/assets/docs/Sahil_Patidar_Proposal_2024_ClangRepl.pdf new file mode 100644 index 0000000..6c140db Binary files /dev/null and b/assets/docs/Sahil_Patidar_Proposal_2024_ClangRepl.pdf differ