Changeset 27711 in webkit for trunk/JavaScriptCore/ChangeLog


Ignore:
Timestamp:
Nov 12, 2007, 12:00:29 AM (18 years ago)
Author:
oliver
Message:

Add special fastZeroedMalloc function to replace a
number of fastCalloc calls where one argument was 1.

Reviewed by Darin.

This results in a 0.4% progression in SunSpider, more
than making up for the earlier regression caused by
additional overflow checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r27710 r27711  
     12007-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
    1192007-11-11  Adam Roben  <[email protected]>
    220
Note: See TracChangeset for help on using the changeset viewer.