[Webkit-unassigned] [Bug 71373] Enable the DFG JIT on x86-64 Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 03:43:26 PST 2011


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





--- Comment #16 from Simon Hausmann <hausmann at webkit.org>  2011-11-09 03:43:26 PST ---
(From update of attachment 114235)
View in context: https://bugs.webkit.org/attachment.cgi?id=114235&action=review

> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:734
> -        MacroAssembler::Jump tooBig = m_jit.branch32(MacroAssembler::GreaterThan, scratchReg, TrustedImm32(0xff));
> +        m_jit.branch32(MacroAssembler::GreaterThan, scratchReg, TrustedImm32(0xff));

This is the part I'm rather unsure about. It seems "odd" to leave an instruction in there that is unlinked.

-- 
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