Changes between Version 18 and Version 19 of squirrelfish


Ignore:
Timestamp:
Mar 28, 2008 11:45:22 PM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v18 v19  
    6060    -- lists, if we decide not to make them copy
    6161
    62 Current function is in the register file -- gets marked automatically, marks the CodeBlock's constant pool
     62Verify that current function gets marked by virtue of being in the register file
    6363
    64 Must mark register file -- probably use zero fill plus type tagging to get it right
     64Make functions mark their CodeBlocks' constant pools
     65
     66Change conservative mark of register file to exact mark -- use zero fill plus type tagging to know whether to mark a register
    6567
    6668Must mark all scope chains in all active scopes -- can do this by walking up the scopeChain pointers in the register file