Bug 103145 - [sh4] JavaScriptCore JIT build is broken for sh4 arch since r135330
Summary: [sh4] JavaScriptCore JIT build is broken for sh4 arch since r135330
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Linux
: P2 Major
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-23 08:14 PST by Julien Brianceau
Modified: 2012-11-26 11:38 PST (History)
3 users (show)

See Also:


Attachments
Add missing implementation in SH4 JIT (since r135330) (3.69 KB, patch)
2012-11-26 08:39 PST, 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 2012-11-23 08:14:33 PST
Implementation of the following functions are missing from JavaScriptCore sh4 JIT since r135330:
    CodeLocationLabel startOfBranchPtrWithPatchOnRegister(CodeLocationDataLabelPtr label)
    void revertJumpReplacementToBranchPtrWithPatch(CodeLocationLabel instructionStart, RegisterID, void* initialValue)
    CodeLocationLabel startOfPatchableBranchPtrWithPatchOnAddress(CodeLocationDataLabelPtr)
    void revertJumpReplacementToPatchableBranchPtrWithPatch(CodeLocationLabel, Address, void*)
Comment 1 Julien Brianceau 2012-11-26 08:39:13 PST
Created attachment 176008 [details]
Add missing implementation in SH4 JIT (since r135330)
Comment 2 WebKit Review Bot 2012-11-26 11:38:04 PST
Comment on attachment 176008 [details]
Add missing implementation in SH4 JIT (since r135330)

Clearing flags on attachment: 176008

Committed r135745: <http://trac.webkit.org/changeset/135745>
Comment 3 WebKit Review Bot 2012-11-26 11:38:07 PST
All reviewed patches have been landed.  Closing bug.