Bug 119148 - REGRESSION(FTL): Fix lots of crashes in sh4 JIT
Summary: REGRESSION(FTL): Fix lots of crashes in sh4 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-07-26 06:50 PDT by Julien Brianceau
Modified: 2013-07-26 07:40 PDT (History)
3 users (show)

See Also:


Attachments
Fix secondArgumentRegister and nativeCallTrampoline in sh4 backend. (2.99 KB, patch)
2013-07-26 06:55 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-07-26 06:50:37 PDT
- secondArgumentRegister is wrong in JSInterfaceJIT.h
- "move t0, a0" is missing in nativeCallTrampoline from LLINT, reuse the MIPS implementation to avoid code duplication
Comment 1 Julien Brianceau 2013-07-26 06:55:11 PDT
Created attachment 207528 [details]
Fix secondArgumentRegister and nativeCallTrampoline in sh4 backend.
Comment 2 Csaba Osztrogonác 2013-07-26 07:01:02 PDT
Comment on attachment 207528 [details]
Fix secondArgumentRegister and nativeCallTrampoline in sh4 backend.

rs=me
Comment 3 WebKit Commit Bot 2013-07-26 07:40:43 PDT
Comment on attachment 207528 [details]
Fix secondArgumentRegister and nativeCallTrampoline in sh4 backend.

Clearing flags on attachment: 207528

Committed r153371: <http://trac.webkit.org/changeset/153371>
Comment 4 WebKit Commit Bot 2013-07-26 07:40:45 PDT
All reviewed patches have been landed.  Closing bug.