Changes between Version 11 and Version 12 of SquirrelFishPerfIdeas
- Timestamp:
- Apr 29, 2008 3:03:02 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SquirrelFishPerfIdeas
v11 v12 33 33 * In principle, local registers for variables not captured by a closure could be reused for temporaries (or other locals) after last use, but this would require live range analysis to determine and a smarter register allocator to make use of. 34 34 35 * Perhaps removing any need for a PIC branch inside Machine::privateExecute would earn back a general purpose register for GCC to allocate. 36 35 37 '''Analysis of SunSpider tests that show little improvement''' 36 38