1 citations · 1 across the 2 of their papers we have counts for
Showing cs.PLShow all
3 papers · 1 filter
cs.PL2026
Support Local Variables
Maxwell Bernstein, Takashi Kokubun, Aaron Patterson +2
Ruby is a dynamically typed and object-oriented programming language. Its primary implementation, CRuby, contains a bytecode virtual machine and a mature lazy basic block versionin…
cs.PL2024
Partial Evaluation, Whole-Program Compilation
Chris Fallin, Maxwell Bernstein
There is a tension in dynamic language runtime design between speed and correctness: state-of-the-art JIT compilation, the result of enormous industrial investment and significant…
cs.PL2024★ 1 cited
Dr Wenowdis: Specializing dynamic language C extensions using type information
Maxwell Bernstein, CF Bolz-Tereick
C-based interpreters such as CPython make extensive use of C "extension" code, which is opaque to static analysis tools and faster runtimes with JIT compilers, such as PyPy. Not on…