Changes between Version 12 and Version 13 of squirrelfish
- Timestamp:
- Mar 26, 2008, 1:04:09 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
squirrelfish
v12 v13 31 31 Zero-cost exception handling, using a table. 32 32 33 '''Sam is working on (when he sees fit to do so): 34 ''' 35 36 Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start. 37 33 38 '''You could take something from Geoff, or make something up yourself, or do one of these:''' 34 39 … … 37 42 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. 38 43 39 Implement more "emitCode" functions, along with support in the CodeGenerator and the Machine. IfNode would be a good place to start.40 44 41 45 Make const work -- const info has to go in the symbol table, so writes to const vars can turn to no-ops at compile time.