Changes between Version 11 and Version 12 of SquirrelFishPerfIdeas


Ignore:
Timestamp:
Apr 29, 2008 3:03:02 PM (16 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SquirrelFishPerfIdeas

    v11 v12  
    3333 * 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.
    3434
     35 * Perhaps removing any need for a PIC branch inside Machine::privateExecute would earn back a general purpose register for GCC to allocate.
     36
    3537'''Analysis of SunSpider tests that show little improvement'''
    3638