Dmitry,
> It's not a single request cycle. JIT integrated into opcache, it compiles > php script(s) of first access and stores code in shared memory. > On following requests precompiled code is executed directly from shared > memory. > > - The first request may be extremely slow (few minutes) That sounds more along the lines of AOT like I did with Recki rather than a true JIT (which compiles when a function is called). Judging from the jit_init() function, it appears like you're compiling the entire codebase ahead of time. Is that correct? Anthony -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php