Changes between Version 13 and Version 14 of JavaScript performance improvement ideas


Ignore:
Timestamp:
Nov 5, 2007 9:39:52 PM (16 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript performance improvement ideas

    v13 v14  
    11'''What we're working on:'''
    22
    3  * Geoff is working on: Removing the arguments list from ActivationImp.
    4  * Oliver is working on: Removing irrelevant node classes from the parse tree.
     3 * Geoff is working on: Optimizing global variable accesss, nested scope, VarDeclNode, etc.
     4 * Oliver is working on: Alternate representations of immediate values.
    55 * Cameron is working on: Not creating ActivationImps when we don't need to.
    6  * Darin is working on: A vector-hybrid PropertyMap.
    7  * Maciej is working on: Allocating numbers in half-size cells.
    8  * Eric is working on: faster float/int conversions.
     6 * Darin is working on: -
     7 * Maciej is working on: eval restrictions, maybe mark stack if I get bored.
     8 * Eric is working on: -
    99
    1010'''Some ideas gathered over time: