Rob wrote:
> Just came across this (compiled code for processing switch statements)
> // compare case value 1
> // jump if eq
> // compare case value 2
> // jump if eq
Yes, in fact many compilers will generate jump tables if the case values
are in a consecutive or mostly-consecutive range. Some compilers have
options or pragmas to allow control of that feature.
To post a message, send it to: f...@yahoogroups.com
To unsubscribe, send a blank message to: f...@yahoogroups.com

(You need to be a member of fpga-cpu -- send a blank email to fpga-cpu-subscribe@yahoogroups.com )