<slide>
<title>PHP 8.4: Just-In-Time (JIT) Compiler</title>

<list>
<bullet>Now based on a separately developed Intermediate Representation</bullet>
<bullet>Should be easier to maintain, and support multiple targets</bullet>
<bullet>Still part of opcache, and replaces the old JIT</bullet>
</list>

<blurb>Also changes to default settings:</blurb>
<example>
opcache.jit=disable
opcache.jit_buffer_size=64M 
</example>
</slide>
