Bug 148359 - [JSC] Static hash tables should be 100% compile-time constant.
Summary: [JSC] Static hash tables should be 100% compile-time constant.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2015-08-22 07:42 PDT by Andreas Kling
Modified: 2015-08-22 11:06 PDT (History)
3 users (show)

See Also:


Attachments
Patch (23.46 KB, patch)
2015-08-22 07:45 PDT, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2015-08-22 07:42:16 PDT
Wouldn't it be cool if all those generated JSC::HashTable objects would live in __DATA __const?
Comment 1 Andreas Kling 2015-08-22 07:45:33 PDT
Created attachment 259722 [details]
Patch
Comment 2 Michael Saboff 2015-08-22 09:52:01 PDT
Comment on attachment 259722 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2015-08-22 11:06:02 PDT
Comment on attachment 259722 [details]
Patch

Clearing flags on attachment: 259722

Committed r188824: <http://trac.webkit.org/changeset/188824>
Comment 4 WebKit Commit Bot 2015-08-22 11:06:14 PDT
All reviewed patches have been landed.  Closing bug.