Slide 34
Slide 34 text
Zend
Engine PHPNG
Allocates
zval in
HEAP
memory Allocates
zval on
VM
STACK
memory
Pointers to
existing
zvals Creates
new
immutable
zvals
Lot's
of
reference
counting Avoids
reference
counting
Lot's of
garbage
collection Avoids
garbage
collection on
primitive
values
No
support
for
JIT
compilers Support
for
JIT
compilers