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

Description Simon Fraser (smfr) 2015-05-03 14:13:44 PDT
Make some static data const
Comment 1 Simon Fraser (smfr) 2015-05-03 14:15:12 PDT
Created attachment 252285 [details]
Patch
Comment 2 Andreas Kling 2015-05-03 16:10:58 PDT
Comment on attachment 252285 [details]
Patch

Nice!
Comment 3 WebKit Commit Bot 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>
Comment 4 WebKit Commit Bot 2015-05-03 17:00:07 PDT
All reviewed patches have been landed.  Closing bug.
Comment 5 Simon Fraser (smfr) 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.