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


Ignore:
Timestamp:
Nov 6, 2007 4:11:56 PM (16 years ago)
Author:
eric@webkit.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JavaScript performance improvement ideas

    v14 v15  
    3030
    3131 * Where possible, combine toPrimitive() conversion with later toString().
     32
     33""Other Bugs with ideas""
     34 * RegExp constants in loops: http://bugs.webkit.org/show_bug.cgi?id=15861
     35 * Speedups for add(): http://bugs.webkit.org/show_bug.cgi?id=15860
     36 * date code speedups: http://bugs.webkit.org/show_bug.cgi?id=15852 http://bugs.webkit.org/show_bug.cgi?id=15853
     37 * failed array lookups: http://bugs.webkit.org/show_bug.cgi?id=15850
     38 * JSImmediate speedups: http://bugs.webkit.org/show_bug.cgi?id=15761