Ticket #863 (closed enhancement: fixed)

Opened 2 years ago

Last modified 13 months ago

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

Changed 22 months ago by rme

  • owner changed from rme to gb

Give this to gb, who has been working on bits of it.

Changed 13 months ago by rme

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.