Changes between Version 11 and Version 12 of JavaScript performance improvement ideas


Ignore:
Timestamp:
Oct 30, 2007 3:46:50 PM (17 years ago)
Author:
ggaren@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript performance improvement ideas

    v11 v12  
    11'''What we're working on:'''
    22
    3  * Geoff is working on: Local variable lookup optimization.
    4  * Oliver is splitting the GC heap
     3 * Geoff is working on: Removing the arguments list from ActivationImp.
     4 * Oliver is working on: Removing irrelevant node classes from the parse tree.
     5 * Cameron is working on: Not creating ActivationImps when we don't need to.
     6 * Darin is working on: A vector-hybrid PropertyMap.
    57
    68'''Some ideas gathered over time: