Proceedings of the 6th ACM SIGPLAN/SIGOPS International Conference on Virtual Execution Environments 2010
DOI: 10.1145/1735997.1736015
|View full text |Cite
|
Sign up to set email alerts
|

Evaluation of a just-in-time compiler retrofitted for PHP

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2011
2011
2014
2014

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 13 publications
(6 citation statements)
references
References 18 publications
0
6
0
Order By: Relevance
“…Quercus [27] and P9 [30] similarly compile PHP source into JVM bytecodes ahead-of-time. This approach to compilation is similar to ahead-of-time compilation to C or C++, since both the CLR and JVM are statically typed virtual machines.…”
Section: Other Php Enginesmentioning
confidence: 99%
“…Quercus [27] and P9 [30] similarly compile PHP source into JVM bytecodes ahead-of-time. This approach to compilation is similar to ahead-of-time compilation to C or C++, since both the CLR and JVM are statically typed virtual machines.…”
Section: Other Php Enginesmentioning
confidence: 99%
“…One approach to improve the performance of PHP has been to leverage Java Virtual Machines (JVM) by translating PHP into Java bytecode [16,17,21]. Tatsubori et al [21] have pursued this approach by retrofitting PHP into IBM's P9 JVM.…”
Section: Related Workmentioning
confidence: 99%
“…Tatsubori et al [21] have pursued this approach by retrofitting PHP into IBM's P9 JVM. Compared to Zend, their evaluation shows a 20-30% improvement on SPECweb2005, and 2.5×-9.5× improvement on micro-benchmarks.…”
Section: Related Workmentioning
confidence: 99%
See 1 more Smart Citation
“…Using a combination of inlining and other LLVM optimizations, it would convert the bytecode into optimized native code, then directly execute that code. Another project, P9 [28], re- targeted an existing JIT called TR JIT to a PHP front end. This JIT is also used in the IBM J9 Java VM.…”
Section: Related Workmentioning
confidence: 99%