Changeset 86334 in webkit


Ignore:
Timestamp:
May 12, 2011 6:51:50 AM (13 years ago)
Author:
Nikolas Zimmermann
Message:

2011-05-12 Nikolas Zimmermann <nzimmermann@rim.com>

Not reviewed.

String operator+ reallocates unnecessarily when concatting > 2 strings
https://bugs.webkit.org/show_bug.cgi?id=58420

Try to fix WinCE/WinCairo linking by exporting three symbols, not sure whether it's correct though. Win worked just fine before.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r86330 r86334  
     12011-05-12  Nikolas Zimmermann  <nzimmermann@rim.com>
     2
     3        Not reviewed.
     4
     5        String operator+ reallocates unnecessarily when concatting > 2 strings
     6        https://bugs.webkit.org/show_bug.cgi?id=58420
     7
     8        Try to fix WinCE/WinCairo linking by exporting three symbols, not sure whether it's correct though. Win worked just fine before.
     9
     10        * JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def:
     11
    1122011-05-12  Nikolas Zimmermann  <nzimmermann@rim.com>
    213
  • trunk/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def

    r86100 r86334  
    4545    ??8JSC@@YA_NABVUString@0@0@Z
    4646    ??8WTF@@YA_NABVCString@0@0@Z
     47    ??HWTF@@YA?AVString@0@ABV10@PBD@Z
     48    ??HWTF@@YA?AVString@0@PBDABV10@@Z
     49    ??HWTF@@YA?AVString@0@ABV10@0@Z
    4750    ?NaN@JSC@@3NB
    4851    ?absoluteTimeToWaitTimeoutInterval@WTF@@YAKN@Z
Note: See TracChangeset for help on using the changeset viewer.