Skip to content

Commit be21c19

Browse files
authored
Add Sahil Patidar to contributors list (#180)
* Add Sahil Patidar to contributors list
1 parent ae0309e commit be21c19

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

_data/contributors.yml

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,27 @@
316316
education: PhD Theoretical Nuclear Physics, University of Surrey (2018)
317317
active: 1
318318

319+
- name: Sahil Patidar
320+
info: "Google Summer of Code 2024 Contributor"
321+
322+
education: "Computer Science and Engineering, Vindhya Institute of Technology, India"
323+
github: "https://github.com/SahilPatidar"
324+
active: 1
325+
projects:
326+
- title: "Out-Of-Process execution for Clang-Repl"
327+
status: Ongoing
328+
description: |
329+
This project focuses on enhancing Clang-Repl, an interactive C++ interpreter
330+
that leverages LLVM's JIT infrastructure. The current in-process execution model
331+
poses challenges, especially for resource-constrained devices and stability.
332+
By transitioning Clang-Repl to an out-of-process execution model, this project
333+
aims to address these limitations. It will improve resource efficiency, making
334+
Clang-Repl usable on devices with limited resources, and enhance crash resilience,
335+
preventing user code failures from crashing the entire interpreter. This shift will
336+
foster a more robust and accessible interactive C++ compilation and execution environment.
337+
mentors: Vassil Vassilev, Matheus Izvekov
338+
proposal: /assets/docs/Sahil_Patidar_Proposal_2024_ClangRepl.pdf
339+
319340
- name: "This could be you!"
320341
photo: rock.jpg
321342
info: See <a href="/careers">openings</a> for more info
@@ -383,8 +404,6 @@
383404
384405
education: MPhil Advanced Computer Science, University of Cambridge (2018)
385406

386-
387-
388407
################################################################################
389408
# 2023 #
390409
################################################################################

_pages/team/sahil-patidar.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: "Compiler Research - Team - Sahil Patidar"
3+
layout: gridlay
4+
excerpt: "Compiler Research: Team members"
5+
sitemap: false
6+
permalink: /team/SahilPatidar
7+
8+
---
9+
10+
{% include team-profile.html %}
Binary file not shown.

0 commit comments

Comments
 (0)