Bug 154797 - Shrink UnlinkedCodeBlock a bit.
Summary: Shrink UnlinkedCodeBlock a bit.
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: 2016-02-28 12:50 PST by Andreas Kling
Modified: 2016-02-28 14:21 PST (History)
6 users (show)

See Also:


Attachments
Patch (9.26 KB, patch)
2016-02-28 12:52 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2016-02-28 12:50:47 PST
There are some obvious improvements we can make here.
Comment 1 Andreas Kling 2016-02-28 12:52:39 PST
Created attachment 272460 [details]
Patch
Comment 2 Anders Carlsson 2016-02-28 14:01:11 PST
Comment on attachment 272460 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=272460&action=review

> Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp:268
> +    RELEASE_ASSERT(m_rareData);

No need for RELEASE_ASSERT here.
Comment 3 Andreas Kling 2016-02-28 14:21:54 PST
Committed r197303: <http://trac.webkit.org/changeset/197303>