Changes between Version 13 and Version 14 of JavaScript performance improvement ideas
- Timestamp:
- Nov 5, 2007, 9:39:52 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
JavaScript performance improvement ideas
v13 v14 1 1 '''What we're working on:''' 2 2 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. 5 5 * 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: - 9 9 10 10 '''Some ideas gathered over time: