-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProjectsKr.html
More file actions
392 lines (392 loc) · 9.46 KB
/
Copy pathProjectsKr.html
File metadata and controls
392 lines (392 loc) · 9.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8"/>
<meta content="width=device-width,initial-scale=1" name="viewport"/>
<meta content="Terrence Lim, 프로젝트" name="description"/>
<title>
연구 | Terrence Lim
</title>
<link href="images/favicon.ico" rel="icon"/>
<link href="https://fonts.googleapis.com" rel="preconnect"/>
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect"/>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,500;6..72,600&display=swap" rel="stylesheet"/>
<link href="stylesheets/site.css" rel="stylesheet"/>
<script defer src="https://cloud.umami.is/script.js" data-website-id="242d555e-bb74-4503-95cf-b479fbec72c9" data-domains="hlim1.github.io"></script>
</head>
<body id="top">
<a class="skip" href="#content">
Skip to content
</a>
<header class="site-header">
<div class="shell topbar">
<a class="brand" href="indexKr.html">
Terrence Lim
<small>
Davidson College
</small>
</a>
<button aria-expanded="false" aria-label="Toggle navigation" class="menu">
☰
</button>
<nav aria-label="Primary" class="nav">
<a href="indexKr.html">
홈
</a>
<a href="EducationKr.html">
학력
</a>
<a href="TeachingKr.html">
강의
</a>
<a aria-current="page" href="ProjectsKr.html">
연구
</a>
<a href="ExperienceKr.html">
경력
</a>
<a href="ProfessionalActivitiesKr.html">
학술 활동
</a>
<a href="AwardsKr.html">
수상 및 연구비
</a>
<span class="languages">
<a href="Projects.html" lang="en">
EN
</a>
<a href="ProjectsKr.html" lang="ko">
KO
</a>
<a href="ProjectsJp.html" lang="ja">
JA
</a>
</span>
</nav>
</div>
</header>
<section class="page-hero">
<div class="shell hero-grid">
<div>
<p class="eyebrow">
Terrence Lim · 컴퓨터 과학
</p>
<h1>
연구
</h1>
<p class="lead">
논문, 연구 방향, 소프트웨어 프로젝트
</p>
</div>
<aside class="hero-profile">
<img alt="Terrence Lim" src="images/profile-pic-modified.jpg"/>
<div>
<strong>
임 희찬
</strong>
<span>
조교수
<br/>
컴퓨터 과학 · Davidson College
</span>
</div>
</aside>
</div>
</section>
<main class="main" id="content">
<div class="shell">
<div class="section-title">
<div class="kicker">
논문
</div>
<div>
<h2>
논문 및 프리프린트
</h2>
<p>
동료 심사 논문 및 연구 원고
</p>
</div>
</div>
<div class="cards">
<article class="card">
<div class="card-top">
<div>
<h3>
An LLVM-Based Optimization Pipeline for SPDZ.
</h3>
<div class="meta">
Tianye Dai, Hammurabi Mendes, Heuichan Lim
</div>
</div>
<span class="date">
2025
</span>
</div>
<p>
Manuscript, arXiv.
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
JITScope: Interactive Visualization of JIT Compiler IR Transformations.
</h3>
<div class="meta">
Kyra Dalbo, Yumna Ahmed, and HeuiChan Lim
</div>
</div>
<span class="date">
2025
</span>
</div>
<p>
Manuscript, arXiv.
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Witness Test Program Generation through AST Node Combinations.
</h3>
<div class="meta">
HeuiChan Lim
</div>
</div>
<span class="date">
2025
</span>
</div>
<p>
IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW), Naples, Italy.
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Directed Test Program Generation for JIT Compiler Bug Localization.
</h3>
<div class="meta">
HeuiChan Lim and Saumya Debray
</div>
</div>
<span class="date">
2023
</span>
</div>
<p>
Manuscript, arXiv.
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Automatically Localizing Dynamic Code Generation Bugs in JIT Compiler Back-End.
</h3>
<div class="meta">
HeuiChan Lim and Saumya Debray
</div>
</div>
<span class="date">
2023
</span>
</div>
<p>
ACM SIGPLAN International Conference on Compiler Construction (CC).
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Modeling code manipulation in JIT compilers.
</h3>
<div class="meta">
HeuiChan Lim, Xiyu Kang, and Saumya Debray
</div>
</div>
<span class="date">
2022
</span>
</div>
<p>
ACM SIGPLAN International Workshop on the State Of the Art in Program Analysis (SOAP).
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Visualizing JIT Compiler Graphs.
</h3>
<div class="meta">
HeuiChan Lim and Stephen Kobourov
</div>
</div>
<span class="date">
2021
</span>
</div>
<p>
International Symposium on Graph Drawing and Network Visualization (GD).
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
Automated bug localization in JIT compilers.
</h3>
<div class="meta">
HeuiChan Lim and Saumya Debray
</div>
</div>
<span class="date">
2021
</span>
</div>
<p>
ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments (VEE).
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
AutoMATES: Automated Model Assembly from Text, Equations, and Software.
</h3>
<div class="meta">
Pyarelal et al.
</div>
</div>
<span class="date">
2019
</span>
</div>
<p>
Modeling and Managing Complicated Systems.
</p>
</article>
</div>
<div style="height:64px">
</div>
<div class="section-title">
<div class="kicker">
소프트웨어
</div>
<div>
<h2>
소프트웨어 프로젝트
</h2>
<p>
주요 오픈 소스 연구 및 교육 소프트웨어
</p>
</div>
</div>
<div class="cards">
<article class="card">
<div class="card-top">
<div>
<h3>
<a href="https://slangcc.com/" rel="noopener noreferrer" target="_blank" data-umami-event="slangcc-click">
SLangCC
</a>
</h3>
<div class="meta">
Small Language Compiler for Classroom
</div>
</div>
<span class="date">
2026
</span>
</div>
<p>
CSC 355에서 사용하는 교육용 컴파일러로, 전체 컴파일 파이프라인을 직접 살펴보며 학습할 수 있습니다.
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
<a href="https://github.com/hlim1/NCCAT" rel="noopener noreferrer" target="_blank" data-umami-event="project-click" data-umami-event-project="NCCAT">
NCCAT
</a>
</h3>
<div class="meta">
Node Combination and Classification for AST Transformation
</div>
</div>
<span class="date">
2025
</span>
</div>
<p>
MIT License
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
<a href="https://github.com/hlim1/JITCIRModeler" rel="noopener noreferrer" target="_blank" data-umami-event="project-click" data-umami-event-project="JITCIRModeler">
JITCIRModeler
</a>
</h3>
<div class="meta">
Just-in-Time Compiler Intermediate Representation Modeler
</div>
</div>
<span class="date">
2023
</span>
</div>
<p>
MIT License
</p>
</article>
<article class="card">
<div class="card-top">
<div>
<h3>
<a href="https://github.com/hlim1/JITCompilerIRViz" rel="noopener noreferrer" target="_blank" data-umami-event="project-click" data-umami-event-project="JITCompilerIRViz">
JITCompilerIRViz
</a>
</h3>
<div class="meta">
Just-in-Time Compiler IR Visualization
</div>
</div>
<span class="date">
2021
</span>
</div>
<p>
MIT License
</p>
</article>
</div>
</div>
</main>
<footer class="site-footer">
<div class="shell footer-row">
<span>
©
<span data-year="">
</span>
Terrence Lim · Davidson College
</span>
<span>
<a href="#top">
↑ Top
</a>
</span>
</div>
</footer>
<script src="javascripts/site.js">
</script>
</body>
</html>