Changes between Version 41 and Version 42 of squirrelfish


Ignore:
Timestamp:
Apr 4, 2008 12:54:07 AM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v41 v42  
    176176Future optimizations:
    177177
     178Find a way to put pre-capacity at the beginning of the register file, so we can add new global symbols without having to move or copy anything.
     179
    178180Use RefPtr to indicate use of register -- moves to un-refed registers should be stripped or consolidated to other instructions.
    179181    - i++ => ++i