Bug 69126 - DFG operation results are not set correctly in JSVALUE32_64 DFG JIT
Summary: DFG operation results are not set correctly in JSVALUE32_64 DFG JIT
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-29 22:21 PDT by Yuqiang Xian
Modified: 2011-09-30 19:13 PDT (History)
2 users (show)

See Also:


Attachments
the patch (4.66 KB, patch)
2011-09-29 22:24 PDT, Yuqiang Xian
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yuqiang Xian 2011-09-29 22:21:31 PDT
The setupResults routine has the bug of reversing the source and destination. Also some other trivial (but stupid) bugs need to be fixed in JSVALUE32_64 DFG JIT.
Comment 1 Yuqiang Xian 2011-09-29 22:24:30 PDT
Created attachment 109250 [details]
the patch
Comment 2 WebKit Review Bot 2011-09-30 19:13:42 PDT
Comment on attachment 109250 [details]
the patch

Clearing flags on attachment: 109250

Committed r96451: <http://trac.webkit.org/changeset/96451>
Comment 3 WebKit Review Bot 2011-09-30 19:13:47 PDT
All reviewed patches have been landed.  Closing bug.