Changes between Version 19 and Version 20 of squirrelfish
- Timestamp:
- Mar 28, 2008, 11:46:19 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v19 v20 9 9 ''' 10 10 11 squirrelfish unit and performancetests11 squirrelfish unit tests 12 12 13 13 Function 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) 14 14 15 15 Arguments object 16 17 Implement dynamic scope required by "with" (just like closures, but the activation doesn't need to be saved on return)18 16 19 17 '''Cameron is working on: … … 39 37 40 38 '''You could take something from Geoff, or make something up yourself, or do one of these:''' 39 40 Optimize dynamic scopes that aren't closures not to save the environment on return 41 41 42 42 Statically detect presence of "with" and/or "catch" in the parser.