Bug 136706 - [mips] Missing parts in LLINT for mips backend
Summary: [mips] Missing parts in LLINT for mips backend
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: 2014-09-10 08:28 PDT by Julien Brianceau
Modified: 2014-09-10 13:15 PDT (History)
2 users (show)

See Also:


Attachments
Add missing parts and fix LLINT mips backend. (2.80 KB, patch)
2014-09-10 08:31 PDT, Julien Brianceau
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2014-09-10 08:28:15 PDT
- initPCRelative and setEntryAddress macros are not implemented
- register distrubution is invalid in doVMEntry macro
- CalleeSave register number is invalid
Comment 1 Julien Brianceau 2014-09-10 08:31:37 PDT
Created attachment 237892 [details]
Add missing parts and fix LLINT mips backend.
Comment 2 Michael Saboff 2014-09-10 10:12:50 PDT
Comment on attachment 237892 [details]
Add missing parts and fix LLINT mips backend.

Not too familiar with MIPS, but looks good.
Comment 3 Julien Brianceau 2014-09-10 13:15:25 PDT
Manually committed r173480: http://trac.webkit.org/changeset/173480