[Webkit-unassigned] [Bug 114968] [sh4] JavaScriptCore JIT build is broken for sh4 arch since r148893

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 22 11:01:29 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=114968





--- Comment #1 from Julien Brianceau <jbrianceau at nds.com>  2013-04-22 10:59:48 PST ---
The JIT::emit_op_loop_hint and JIT::emitSlow_op_loop_hint are implemented inside #if USE(JSVALUE64). Is this really needed ? Can I move them outside ?

Once moved out, there is also one missing implementation in MacroAssemblerSH4.h of branchAdd32:
Jump branchAdd32(ResultCondition cond, TrustedImm32 imm, AbsoluteAddress dest)

I'll submit a patch soon,

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list