Bug 154797

Summary: Shrink UnlinkedCodeBlock a bit.
Product: WebKit Reporter: Andreas Kling <kling>
Component: JavaScriptCoreAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, kling, mark.lam, msaboff, saam
Priority: P2 Keywords: Performance
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

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>