Bug 92226

Summary: Initialize QualifiedName's strings from the read only data segment
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: WebCore Misc.Assignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, darin, ddkilzer, dglazkov, joepeck, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Benjamin Poulain
Reported 2012-07-25 00:50:11 PDT
Initialize QualifiedName's strings from the read only data segment
Attachments
Patch (15.35 KB, patch)
2012-07-25 01:06 PDT, Benjamin Poulain
no flags
Patch (15.18 KB, patch)
2012-07-25 15:04 PDT, Benjamin Poulain
no flags
Benjamin Poulain
Comment 1 2012-07-25 01:06:16 PDT
Early Warning System Bot
Comment 2 2012-07-25 01:19:55 PDT
Gyuyoung Kim
Comment 3 2012-07-25 01:21:25 PDT
Early Warning System Bot
Comment 4 2012-07-25 01:24:59 PDT
Benjamin Poulain
Comment 5 2012-07-25 01:25:58 PDT
First draft for comments. I don't have time now but I plan to make the following changes: -move the two createQualifiedName() in a separate file in the WebCore namespace -share them between all XYZNames::init() Possibly in a separate patch: To kill the code bloat, modify the code to initialize everything in a loop instead of doing it flat.
WebKit Review Bot
Comment 6 2012-07-25 01:51:14 PDT
Comment on attachment 154285 [details] Patch Attachment 154285 [details] did not pass chromium-ews (chromium-xvfb): Output: http://queues.webkit.org/results/13347163
Benjamin Poulain
Comment 7 2012-07-25 15:04:02 PDT
Anders Carlsson
Comment 8 2012-07-25 16:59:57 PDT
Comment on attachment 154455 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=154455&action=review > Source/WTF/wtf/text/AtomicString.cpp:118 > +struct HashTranslatorCharBuffer { For hash translators we treat HashTranslator as a suffix, so this should be CharBufferHashTranslator.
Benjamin Poulain
Comment 9 2012-07-25 18:05:34 PDT
Comment on attachment 154455 [details] Patch Clearing flags on attachment: 154455 Committed r123689: <http://trac.webkit.org/changeset/123689>
Benjamin Poulain
Comment 10 2012-07-25 18:05:37 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.