Bug 111275 - Shrink JSC::HashTable entries.
Summary: Shrink JSC::HashTable entries.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: InRadar, Performance
Depends on:
Blocks:
 
Reported: 2013-03-03 13:49 PST by Andreas Kling
Modified: 2013-03-03 16:13 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.15 KB, patch)
2013-03-03 13:52 PST, 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 2013-03-03 13:49:20 PST
We can pack JSC::HashEntry better and save 8 bytes per table entry.
Comment 1 Radar WebKit Bug Importer 2013-03-03 13:49:43 PST
<rdar://problem/13333511>
Comment 2 Andreas Kling 2013-03-03 13:52:03 PST
Created attachment 191142 [details]
Patch
Comment 3 WebKit Review Bot 2013-03-03 16:13:08 PST
Comment on attachment 191142 [details]
Patch

Clearing flags on attachment: 191142

Committed r144589: <http://trac.webkit.org/changeset/144589>
Comment 4 WebKit Review Bot 2013-03-03 16:13:12 PST
All reviewed patches have been landed.  Closing bug.