Changes between Version 8 and Version 9 of squirrelfish


Ignore:
Timestamp:
Mar 25, 2008 7:09:35 PM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v8 v9  
    3131'''You could take something from Geoff, or make something up yourself, or do one of these:'''
    3232
    33 Statically detect presence of "with" and/or "catch" in the parser (required for correct scope chain behavior)
     33Statically detect presence of "with" and/or "catch" in the parser.
     34
     35For 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.
    3436
    3537Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start.