Skip to content

Commit 0246d0f

Browse files
committed
Added more papers using the benchmarks
Signed-off-by: Stefan Marr <[email protected]>
1 parent cdb49a0 commit 0246d0f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,34 @@ benchmarks.
195195

196196
## Academic Work using this benchmark suite
197197

198+
- [Improving Native-Image Startup Performance](https://www.dag.inf.usi.ch/wp-content/uploads/cgo25.pdf)
199+
M. Basso, A. Prokopec, A. Rosà, W. Binder.
200+
Proceedings of the 2025 IEEE/ACM International Symposium on Code Generation and Optimization, CGO 2025.
201+
202+
- [Interactive Programming for Microcontrollers by Offloading Dynamic Incremental Compilation](https://doi.org/10.1145/3679007.3685062)
203+
F. Mochizuki, T. Yamazaki, S. Chiba.
204+
Proceedings of the 21st ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes, MPLR 2024.
205+
206+
- [Towards Realistic Results for Instrumentation-Based Profilers for JIT-Compiled Systems](https://stefan-marr.de/downloads/mplr24-burchell-et-al-towards-realistic-results-for-instrumentation-based-profilers-for-jit-compiled-systems.pdf)
207+
H. Burchell, O. Larose, S. Marr.
208+
Proceedings of the 21st ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes, MPLR 2024.
209+
210+
- [Taking a Closer Look: An Outlier-Driven Approach to Compilation-Time Optimization](https://drops.dagstuhl.de/entities/document/10.4230/LIPIcs.ECOOP.2024.20)
211+
F. Huemer, D. Leopoldseder, A. Prokopec, R. Mosaner, H. Mössenböck.
212+
Proceedings of the 38th European Conference on Object-Oriented Programming, ECOOP 2024.
213+
214+
- [Live Objects All The Way Down: Removing the Barriers between Applications and Virtual Machines](https://stefan-marr.de/downloads/prog23-pimas-et-al-live-objects-all-the-way-down.pdf)
215+
J. E. Pimás, S. Marr, D. Garbervetsky.
216+
The Art, Science, and Engineering of Programming, Programming'24.
217+
218+
- [Don’t Trust Your Profiler: An Empirical Study on the Precision and Accuracy of Java Profilers](https://stefan-marr.de/downloads/mplr23-burchell-et-al-dont-trust-your-profiler.pdf)
219+
H. Burchell, O. Larose, S. Kaleba, S. Marr.
220+
Proceedings of the 20th ACM SIGPLAN International Conference on Managed Programming Languages and Runtimes, MPLR'23,
221+
222+
- [AST vs. Bytecode: Interpreters in the Age of Meta-Compilation](https://stefan-marr.de/downloads/oopsla23-larose-et-al-ast-vs-bytecode-interpreters-in-the-age-of-meta-compilation.pdf)
223+
O. Larose, S. Kaleba, H. Burchell, S. Marr.
224+
Proceedings of the ACM on Programming Languages, OOPSLA'23
225+
198226
- [Collecting Cyclic Garbage across Foreign Function Interfaces: Who Takes the Last Piece of Cake?][19]
199227
T. Yamazaki, T. Nakamaru, R. Shioya, T. Ugawa, S. Chiba.
200228
Proceedings of the ACM on Programming Languages, PLDI 2023.

0 commit comments

Comments
 (0)