Bug 95008 - Even up WTF::String to CString functions
Summary: Even up WTF::String to CString functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-25 14:44 PDT by Benjamin Poulain
Modified: 2012-08-29 14:31 PDT (History)
1 user (show)

See Also:


Attachments
Patch (2.22 KB, patch)
2012-08-25 14:58 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2012-08-25 14:44:02 PDT
Apply the optimizations of JSC::UString to  WTF::String.
Comment 1 Benjamin Poulain 2012-08-25 14:58:25 PDT
Created attachment 160570 [details]
Patch
Comment 2 Benjamin Poulain 2012-08-27 11:54:37 PDT
Comment on attachment 160570 [details]
Patch

Clearing flags on attachment: 160570

Committed r126780: <http://trac.webkit.org/changeset/126780>
Comment 3 Benjamin Poulain 2012-08-27 11:54:39 PDT
All reviewed patches have been landed.  Closing bug.
Comment 4 Jessie Berlin 2012-08-29 14:31:12 PDT
This change caused a crash, see https://bugs.webkit.org/show_bug.cgi?id=95380.

If I don't hear from someone soon about it, I might need to roll this out.