• unknown's avatar
    If a range tree has a branch that is an expensive constant, · 385de874
    unknown authored
    currently get_mm_tree skipped the evaluation of this constant
    and icorrectly proceeded. The correct behavior is to return a
    NULL subtree, according to the IF branch being fixed - when it
    evaluates the constant it returns a value, and doesn't continue
    further.
    385de874
opt_range.cc 447 KB