Skip to content
  • Simon Marlow's avatar
    [project @ 2005-07-07 13:50:40 by simonmar] · cca5f22b
    Simon Marlow authored
    small performance fix: in via-C mode we previously always created a
    switch instead of an conditional-tree for a multi-branch case.  Refine
    this slightly so that 2-branch switches turn into conditionals again,
    since gcc doesn't do a good job of optimising the equivalent switch.
    cca5f22b