Changeset 27711 in webkit for trunk/JavaScriptCore/ChangeLog
- Timestamp:
- Nov 12, 2007, 12:00:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r27710 r27711 1 2007-11-11 Oliver Hunt <[email protected]> 2 3 Reviewed by Darin. 4 5 Add special fastZeroedMalloc function to replace a 6 number of fastCalloc calls where one argument was 1. 7 8 This results in a 0.4% progression in SunSpider, more 9 than making up for the earlier regression caused by 10 additional overflow checks. 11 12 * JavaScriptCore.exp: 13 * kjs/array_instance.cpp: 14 * kjs/property_map.cpp: 15 * wtf/FastMalloc.cpp: 16 * wtf/FastMalloc.h: 17 * wtf/HashTable.h: 18 1 19 2007-11-11 Adam Roben <[email protected]> 2 20
Note:
See TracChangeset
for help on using the changeset viewer.