Bug 148359

Summary: [JSC] Static hash tables should be 100% compile-time constant.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, commit-queue, ggaren
Priority: P2 Keywords: Performance
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

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.