??? 08/18/06 10:48 Read: times |
#122545 - The Reason Responding to: ???'s previous message |
Erik Malund said:
One work around is to fool the compiler by reordering the source code case statements so it cannot build its jump table.
I am very familiar with this since Kail in their infinite wisdom has moved the jump table feature from the compiler (which I use) to the optimizer (which I will not use). Why a feature for which the compiler 'knows' all that is required has to be an optimization I do not understand. Quite possibly it is to allow those who use protected code to easily turn off this optimisation which would break their code. Ian |