Changes between Version 19 and Version 20 of squirrelfish


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

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v19 v20  
    99'''
    1010
    11 squirrelfish unit and performance tests
     11squirrelfish unit tests
    1212
    1313Function calls to native functions (requires revamping the List class to be an alias to the register file -- Geoff has some ideas for making this fast)
    1414
    1515Arguments object
    16 
    17 Implement dynamic scope required by "with" (just like closures, but the activation doesn't need to be saved on return)
    1816
    1917'''Cameron is working on:
     
    3937
    4038'''You could take something from Geoff, or make something up yourself, or do one of these:'''
     39
     40Optimize dynamic scopes that aren't closures not to save the environment on return
    4141
    4242Statically detect presence of "with" and/or "catch" in the parser.