Revision 648375
Go back to digest for 1st April 2007Optimization in KDE Base
Maks Orlovich committed changes in /branches/work/kjs-blizzard:
Convert Var statements to take advantage of local array as well... Gets slight improvements on a few benchmarks -- e.g. 2.7% on MD5, 1.5% on iBench, and no change in cordic. The var-intensive computation portion of Mikelima's Maldelbrot test #4 (dropping the 60% of the execution time that's spend setting innerHTML within KJS) shows about 7.5% improvement, though, but that was the motivating example, really.
File Changes
Modified 4 files
- /branches/work/kjs-blizzard
- /function.cpp
- /nodes.cpp
- /nodes.h
- /nodes2string.cpp
4 files changed in total