Commit a5506c9
committed
refactor(evm): remove unused PhysicalReg from Variable class
The PhysicalReg field and related methods (setPhysicalRegister,
getPhysicalRegister, hasPhysicalRegister) were added for a previous
approach to gas register allocation that used direct physical register
assignment. The current implementation uses explicit COPY instructions
instead, making these fields unused.1 parent 5ec87be commit a5506c9
1 file changed
+0
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 21 | | |
26 | 22 | | |
27 | 23 | | |
28 | | - | |
29 | 24 | | |
30 | 25 | | |
31 | 26 | | |
| |||
0 commit comments