I just commited a big patch to Zend and the commit message didn't come
through. Any idea why?
revision 1.1
date: 2004/09/08 22:14:12; author: andi; state: Exp;
-
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)
Andi
I saw it.
I just commited a big patch to Zend and the commit message didn't come
through. Any idea why?revision 1.1
date: 2004/09/08 22:14:12; author: andi; state: Exp;
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)Andi
Never mind. It just seems to have arrived.
At 03:37 PM 9/8/2004 -0700, Andi Gutmans wrote:
I just commited a big patch to Zend and the commit message didn't come
through. Any idea why?revision 1.1
date: 2004/09/08 22:14:12; author: andi; state: Exp;
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)Andi