Ticket #863 (closed enhancement: fixed)
jump tables for CASE
| Reported by: | rme | Owned by: | gb |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Compiler | Version: | trunk |
| Keywords: | Cc: |
Description
For CASE forms with suitably small ranges of integer keys, the compiler could generate a jump table (or binary search, or a combination of the two) rather than the obvious linear search.
Change History
Note: See
TracTickets for help on using
tickets.
