|
|
|
|
|
by chrisseaton
2098 days ago
|
|
> When you have a JIT based language you want as much to be executed in that language, jumping back and forth between PHP and C is a drawback from a JIT perspective. The Truffle solution to this is to run the C extension in the same JIT, so that's it's not a barrier to optimisation anymore. |
|