History log of /PHP-7.4/Zend/zend_vm.h (Results 51 – 51 of 51)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8eb8850c 08-Sep-2004 Andi Gutmans

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution meth

- Some architectural changes:
a) We specialize opcodes according to op_type fields. Each opcode has to
be marked with which op_type's it uses.
b) We support different execution methods. Function handlers, switch()
and goto dispatching. goto seems to be the fastest but it really
depends on the compiler and how well it optimizes. I suggest playing
around with optimization flags.

- Warning: Things might break so keep us posted on how things are going.
(Dmitry, Andi)

show more ...


123