News Feed
Jobs Feed
Sections




News Archive
Jacob Santos' Blog:
Would PHP benefit from JIT compilation?
March 27, 2007 @ 10:52:00

In this post from his blog, Jacob Santos asks the question "would PHP benefit from JIT compilation?"

JIT (just in time) compilation is, according to Wikipedia, a method for converting, at runtime, code from one format into another, for example bytecode into native machine code. To try to see the benefit of this, Jacob asks four questions in his post (each with their own problems):

  • Q: What advantage over opcode caching is gained?
    P: A JIT library that works with PHP would have to support all of the architectures that PHP can run on!
  • Q: Which JIT library is the best one?
    P: A JIT compiler is not going to achieve anything without either storing the results or caching them.
  • Q: Wouldn't writing PHP extensions negate the need for JIT compilation?
  • Q: When will I develop and release my implementation?
Check out the comments for some great thoughts from others about this kind of compilation.

1 comment voice your opinion now!
jit compilation benefit question problem opcode support extension jit compilation benefit question problem opcode support extension


blog comments powered by Disqus

Similar Posts

Chris Jones' Blog: PHP 5.3.8 RPMs are on oss.oracle.com

Stefan Mischook's Blog: Does Wordpress 2.5.1 suck?

DevShed: Working with the Tidy Library in PHP 5

Zend Developer Zone: PHP Built in Input filtering

Pierre-Alain Joye's Blog: Initial PHP4 support for htscanner


Community Events











Don't see your event here?
Let us know!


opinion introduction tool unittest series object code development example podcast community phpunit application testing release language interview zendframework2 framework functional

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework