Bug 144552

Summary: Make some static data const
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: New BugsAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino, msaboff, roger_fong, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Simon Fraser (smfr)
Reported 2015-05-03 14:13:44 PDT
Make some static data const
Attachments
Patch (4.25 KB, patch)
2015-05-03 14:15 PDT, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2015-05-03 14:15:12 PDT
Andreas Kling
Comment 2 2015-05-03 16:10:58 PDT
Comment on attachment 252285 [details] Patch Nice!
WebKit Commit Bot
Comment 3 2015-05-03 17:00:03 PDT
Comment on attachment 252285 [details] Patch Clearing flags on attachment: 252285 Committed r183734: <http://trac.webkit.org/changeset/183734>
WebKit Commit Bot
Comment 4 2015-05-03 17:00:07 PDT
All reviewed patches have been landed. Closing bug.
Simon Fraser (smfr)
Comment 5 2015-05-03 18:37:10 PDT
There are some big chunks of data in ANGLE that should be const too, but that would require upstreaming changes. JSC has some too, in generated code, fixing which requires some more const propagation.
Note You need to log in before you can comment on or make changes to this bug.