On Thu, Jul 17, 2003 at 09:52:35PM +0200, Leopold Toetsch wrote:
> Remaining is:
> 1) save & fill the byte_code with event handler ops.
> 2) use address relative to op_func_table
> 3) Or the "official" way: do regular checks.
> I estimate 2) to be best for prederefed code.

I'm not sure about this. With 2), op_func_table needs to be reloaded
from memory for each instruction, which may be somewhat expansive.  It
cannot be kept in a register in a portable way.

-- Jerome

Reply via email to