Branch: Tag:

2014-05-05

2014-05-05 10:30:58 by Per Hedbor <ph@opera.com>

Removed support for changing of comparators and values (partially) from multisets.

This saved 60Kb binary size, and presumably speeds up the code
since a lot of tests will have been removed compile-time.

852:    do {    push_multiset_index (tmp, nodepos);    o_cast(itype, run_time_itype); -  multiset_insert_2 (m, sp - 1, NULL, 0); +  multiset_insert (m, sp - 1);    pop_stack();    } while ((nodepos = multiset_next (tmp, nodepos)) >= 0);    UNSET_ONERROR (uwp);