Changes between Version 11 and Version 12 of JavaScript performance improvement ideas
- Timestamp:
- Oct 30, 2007, 3:46:50 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaScript performance improvement ideas
v11 v12 1 1 '''What we're working on:''' 2 2 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. 5 7 6 8 '''Some ideas gathered over time: