Bug 122563 - transition cti_op_* methods returning int to JIT operations.
Summary: transition cti_op_* methods returning int to JIT operations.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords:
Depends on:
Blocks: 122287
  Show dependency treegraph
 
Reported: 2013-10-09 11:08 PDT by Michael Saboff
Modified: 2013-10-10 16:09 PDT (History)
0 users

See Also:


Attachments
Patch (43.71 KB, patch)
2013-10-10 12:30 PDT, Michael Saboff
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2013-10-09 11:08:50 PDT
Transition these stubs:
    cti_op_eq
    cti_op_eq_strings
    cti_op_jless
    cti_op_jlesseq
    cti_op_jgreater
    cti_op_jgreatereq
    cti_op_jtrue
    cti_has_property
Comment 1 Michael Saboff 2013-10-10 12:30:49 PDT
Created attachment 213913 [details]
Patch
Comment 2 Michael Saboff 2013-10-10 16:09:22 PDT
Committed r157266: <http://trac.webkit.org/changeset/157266>