Changes between Version 16 and Version 17 of JavaScript performance improvement ideas


Ignore:
Timestamp:
Nov 6, 2007 4:17:34 PM (16 years ago)
Author:
Darin Adler
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript performance improvement ideas

    v16 v17  
    44 * 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: -
     6 * Darin is working on: Making missed array-index lookups faster (not making Identifiers) and misc. PCRE speedups.
    77 * Maciej is working on: eval restrictions, maybe mark stack if I get bored.
    88 * Eric is working on: -