Skip to content

Commit 63db040

Browse files
committed
[isolation-regions] Eliminate all heap allocations from the main translation loop.
I did this by introducing a builder construct that has a SmallVector within it that we append into instead of returning std::vector. I also used some passed in SmallVectors in other places as well with large enough sizes that most times we will not allocate.
1 parent ce36ccd commit 63db040

File tree

1 file changed

+243
-217
lines changed

1 file changed

+243
-217
lines changed

0 commit comments

Comments
 (0)