Bug 103145

Summary: [sh4] JavaScriptCore JIT build is broken for sh4 arch since r135330
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Major CC: fpizlo, oliver, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
Add missing implementation in SH4 JIT (since r135330) none

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.