One of the things that the configure script needs to do is generate the 
opcode dispatch macro to either be a giant switch statement (with a 
fallthrough default to handle cases we don't know about) or the function 
table dispatch we have now.

Anyone care to take a shot at it? Having an extra "overridable" column in 
the opcode_table file (so we know which opcodes are overridable, and thus 
can't be in the switch) would be a good thing while you were at it...

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to