Bug 117057 - [sh4] Fix Overflow case of branchMul32 in baseline JIT
Summary: [sh4] Fix Overflow case of branchMul32 in baseline 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: 2013-05-30 16:14 PDT by Julien Brianceau
Modified: 2013-05-31 11:22 PDT (History)
2 users (show)

See Also:


Attachments
Fix Overflow case of branchMul32 in sh4 baseline JIT (1.42 KB, patch)
2013-05-30 16:22 PDT, Julien Brianceau
oliver: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff
Fix Overflow case of branchMul32 in sh4 baseline JIT (with ChangeLog) (2.21 KB, patch)
2013-05-31 00:17 PDT, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-05-30 16:14:46 PDT
Current implementation of Overflow case in branchMul32 performs an unsigned multiplication whereas a signed multiplication is expected here.
Comment 1 Julien Brianceau 2013-05-30 16:22:52 PDT
Created attachment 203393 [details]
Fix Overflow case of branchMul32 in sh4 baseline JIT
Comment 2 WebKit Commit Bot 2013-05-30 16:53:55 PDT
Comment on attachment 203393 [details]
Fix Overflow case of branchMul32 in sh4 baseline JIT

Rejecting attachment 203393 [details] from commit-queue.

Failed to run "['/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch', '--status-host=webkit-queues.appspot.com', '--bot-id=webkit-cq-02', 'land-attachment', '--force-clean', '--non-interactive', '--parent-command=commit-queue', 203393, '--port=mac']" exit_code: 2 cwd: /Volumes/Data/EWS/WebKit

Last 500 characters of output:
117057.
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Found no modified ChangeLogs, cannot create a commit message.
All changes require a ChangeLog.  See:
 http://webkit.org/coding/contributing.html
Updating OpenSource
Current branch master is up to date.

Full output: http://webkit-queues.appspot.com/results/728103
Comment 3 Julien Brianceau 2013-05-31 00:17:50 PDT
Created attachment 203412 [details]
Fix Overflow case of branchMul32 in sh4 baseline JIT (with ChangeLog)

Better with a ChangeLog, indeed.
Comment 4 WebKit Commit Bot 2013-05-31 11:22:47 PDT
Comment on attachment 203412 [details]
Fix Overflow case of branchMul32 in sh4 baseline JIT (with ChangeLog)

Clearing flags on attachment: 203412

Committed r151033: <http://trac.webkit.org/changeset/151033>
Comment 5 WebKit Commit Bot 2013-05-31 11:22:49 PDT
All reviewed patches have been landed.  Closing bug.