Revision 782314

Go back to digest for 9th March 2008

Features in KDE Base

Maks Orlovich committed changes in /branches/work/kjs-frostbyte/kjs:

Pickup JSC storage improvements (work of Darin @ Apple), part 1.
This makes sparse arrays use a hashmap and not the normal property map, which means access to them doesn't require string conversions anymore, making a huge difference on array-heavy benchmarks such as 3d-morph and access-nseive.

File Changes

Modified 4 files
  • /branches/work/kjs-frostbyte/kjs
  •   /array_instance.h
  •   /array_object.cpp
  •   /property_map.cpp
  •   /property_map.h
4 files changed in total