Bug 144552 - Make some static data const
Summary: Make some static data const
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-03 14:13 PDT by Simon Fraser (smfr)
Modified: 2015-05-03 18:37 PDT (History)
5 users (show)

See Also:


Attachments
Patch (4.25 KB, patch)
2015-05-03 14:15 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.