-
Enhancement
-
Resolution: Won't Fix
-
P5
-
None
-
9
-
None
Static type calculation doesn't reuse the slot number for different types / live ranges for the same variable
For example
x int L0 L1 slot = 0
x Object L2 L3 slot = 1
We should probably reuse the slot number if we can.
For example
x int L0 L1 slot = 0
x Object L2 L3 slot = 1
We should probably reuse the slot number if we can.