Changes between Version 8 and Version 9 of squirrelfish
- Timestamp:
- Mar 25, 2008, 7:09:35 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v8 v9 31 31 '''You could take something from Geoff, or make something up yourself, or do one of these:''' 32 32 33 Statically detect presence of "with" and/or "catch" in the parser (required for correct scope chain behavior) 33 Statically detect presence of "with" and/or "catch" in the parser. 34 35 For functions that don't use "with" and/or "catch" (and that don't require activation objects), just use the function's scope chain directly, instead of creating a meaningless copy that will never be modified. 34 36 35 37 Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start.