Bug 161169 - Shrink DFG::OSRExit a bit.
Summary: Shrink DFG::OSRExit a bit.
Status: NEW
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:
Depends on:
Blocks:
 
Reported: 2016-08-24 15:31 PDT by Andreas Kling
Modified: 2016-08-24 16:29 PDT (History)
5 users (show)

See Also:


Attachments
Patch (2.85 KB, patch)
2016-08-24 15:31 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 2016-08-24 15:31:01 PDT
We can save 16 bytes per OSRExit with a little rearrangement.
Comment 1 Andreas Kling 2016-08-24 15:31:41 PDT
Created attachment 286898 [details]
Patch
Comment 2 Geoffrey Garen 2016-08-24 15:55:34 PDT
Comment on attachment 286898 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2016-08-24 16:29:15 PDT
Comment on attachment 286898 [details]
Patch

Clearing flags on attachment: 286898

Committed r204942: <http://trac.webkit.org/changeset/204942>