[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Switch Case Loop Slower For Emulator



    I have noticed that every programmers use Switch Case Loop for Emulator.
Switch Case has to scan 256 opcode each time.  I think that Switch Case Loop
is very long for scanning.  There has to be another way to reduce Switch
Case Loop by removing too much case for scanning each opcodes.
    It has to use clever algorithm that will reduce Intel's cycle and
improve performance.

--
Yours Truly,

Bryan Parkoff
BParkoff@satx.rr.com