dillon1000/react

Commit

[be] Mutate HIR in-place (shrink/rpo)

Changes `shrink()` and `reversePostorderBlocks()` to modify the HIR in-place 
rather than return a new function, for consistency with all our other passes 
which mutate in-place (for performance reasons).
Browse files
Changed paths1 file
First-parent comparison
M compiler/forget/src/HIR/HIRBuilder.ts Modified
Patch

Files changed

Rendering syntax-highlighted changes…