Changes between Version 12 and Version 13 of squirrelfish


Ignore:
Timestamp:
Mar 26, 2008 1:04:09 PM (16 years ago)
Author:
weinig@apple.com
Comment:

Note that Sam is working on implementing more code emitters

Legend:

Unmodified
Added
Removed
Modified
  • squirrelfish

    v12 v13  
    3131Zero-cost exception handling, using a table.
    3232
     33'''Sam is working on (when he sees fit to do so):
     34'''
     35
     36Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start.
     37
    3338'''You could take something from Geoff, or make something up yourself, or do one of these:'''
    3439
     
    3742For 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.
    3843
    39 Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start.
    4044
    4145Make const work -- const info has to go in the symbol table, so writes to const vars can turn to no-ops at compile time.