Closed
Description
"Inductive range check elimination" may help remove bounds checks inside loops. That said, the extra compilation time required to run the pass may not be worth it (since our iterators work well).
"Inductive range check elimination" may help remove bounds checks inside loops. That said, the extra compilation time required to run the pass may not be worth it (since our iterators work well).