Changes between Version 18 and Version 19 of squirrelfish
- Timestamp:
- Mar 28, 2008, 11:45:22 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v18 v19 60 60 -- lists, if we decide not to make them copy 61 61 62 Current function is in the register file -- gets marked automatically, marks the CodeBlock's constant pool 62 Verify that current function gets marked by virtue of being in the register file 63 63 64 Must mark register file -- probably use zero fill plus type tagging to get it right 64 Make functions mark their CodeBlocks' constant pools 65 66 Change conservative mark of register file to exact mark -- use zero fill plus type tagging to know whether to mark a register 65 67 66 68 Must mark all scope chains in all active scopes -- can do this by walking up the scopeChain pointers in the register file