Proceedings of the 3rd International Conference on Virtual Execution Environments 2007
DOI: 10.1145/1254810.1254823
|View full text |Cite
|
Sign up to set email alerts
|

Yeti

Abstract: The design of new programming languages benefits from interpretation, which can provide a simple initial implementation, flexibility to explore new language features, and portability to many platforms. The only downside is speed of execution, as there remains a large performance gap between even efficient interpreters and mixed-mode systems that include a just-in-time compiler (or JIT for short). Augmenting an interpreter with a JIT, however, is not a small task. Today, JITs used for Java TM are loosely-couple… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
1
0

Year Published

2010
2010
2015
2015

Publication Types

Select...
4
2

Relationship

0
6

Authors

Journals

citations
Cited by 34 publications
(1 citation statement)
references
References 28 publications
0
1
0
Order By: Relevance
“…Method specialization [26] compiles methods specifically for the actual run-time types and values. Other techniques can be used to gradually compile hot code paths [10,36].…”
Section: Just-in-time Compilersmentioning
confidence: 99%
“…Method specialization [26] compiles methods specifically for the actual run-time types and values. Other techniques can be used to gradually compile hot code paths [10,36].…”
Section: Just-in-time Compilersmentioning
confidence: 99%