Bug 142939 - Make UnlinkedFunctionExecutable fit in a 128-byte cell.
Summary: Make UnlinkedFunctionExecutable fit in a 128-byte cell.
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: Performance
Depends on:
Blocks:
 
Reported: 2015-03-21 15:45 PDT by Andreas Kling
Modified: 2015-03-21 17:08 PDT (History)
2 users (show)

See Also:


Attachments
Patch (5.30 KB, patch)
2015-03-21 15:55 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-03-21 15:45:24 PDT
It's currently 8 bytes oversized, which means we're wasting 120 bytes of a 256-byte cell for every UnlinkedFunctionExecutable.
Comment 1 Andreas Kling 2015-03-21 15:55:57 PDT
Created attachment 249177 [details]
Patch
Comment 2 Mark Hahnenberg 2015-03-21 16:09:48 PDT
Comment on attachment 249177 [details]
Patch

r=me :-D
Comment 3 WebKit Commit Bot 2015-03-21 17:08:25 PDT
Comment on attachment 249177 [details]
Patch

Clearing flags on attachment: 249177

Committed r181828: <http://trac.webkit.org/changeset/181828>
Comment 4 WebKit Commit Bot 2015-03-21 17:08:31 PDT
All reviewed patches have been landed.  Closing bug.