Changeset 29509 in webkit for trunk/JavaScriptCore


Ignore:
Timestamp:
Jan 15, 2008, 10:46:46 PM (17 years ago)
Author:
[email protected]
Message:

Fix typos in ChangeLog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r29508 r29509  
    55        Fix <rdar://problem/5595552> r27608 introduced a 20% increase in JS binary size, 4% increase in WebCore binary size
    66
    7         - This changes the way JS functions that use Lookup tables are handled.  Instead using
     7        - This changes the way JS functions that use Lookup tables are handled.  Instead of using
    88          one class per function, which allowed specialization of the virtual callAsFunction
    9           method, we now use on class, PrototypeFunction, which takes a pointer to a static
     9          method, we now use one class, PrototypeFunction, which takes a pointer to a static
    1010          function to use as the implementation.  This significantly decreases the binary size
    1111          of JavaScriptCore (about 145k on an Intel only build) while still keeping some of the
Note: See TracChangeset for help on using the changeset viewer.