Bug 142184 - Deduplicate slow path calling code in JITOpcodes.cpp/JITOpcodes32_64.cpp
Summary: Deduplicate slow path calling code in JITOpcodes.cpp/JITOpcodes32_64.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 11:30 PST by Filip Pizlo
Modified: 2015-03-02 14:53 PST (History)
0 users

See Also:


Attachments
the patch (8.77 KB, patch)
2015-03-02 11:33 PST, Filip Pizlo
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2015-03-02 11:30:26 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2015-03-02 11:33:34 PST
Created attachment 247684 [details]
the patch
Comment 2 Michael Saboff 2015-03-02 11:34:54 PST
Comment on attachment 247684 [details]
the patch

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

r=me

> Source/JavaScriptCore/ChangeLog:7
> +

Patch description?
Comment 3 Filip Pizlo 2015-03-02 11:38:08 PST
(In reply to comment #2)
> Comment on attachment 247684 [details]
> the patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=247684&action=review
> 
> r=me
> 
> > Source/JavaScriptCore/ChangeLog:7
> > +
> 
> Patch description?

The bug title describes it completely, no?
Comment 4 Filip Pizlo 2015-03-02 14:53:47 PST
Landed in http://trac.webkit.org/changeset/180897