[Webkit-unassigned] [Bug 104807] Adds support for fromCharCode intrinsic

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 8 14:42:28 PDT 2013


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





--- Comment #20 from Geoffrey Garen <ggaren at apple.com>  2013-04-08 14:40:42 PST ---
(From update of attachment 196957)
View in context: https://bugs.webkit.org/attachment.cgi?id=196957&action=review

> Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:2100
> +    JITCompiler::Jump isNotASCIICharacter = m_jit.branch32(MacroAssembler::AboveOrEqual, propertyReg, TrustedImm32(0x100));

Can we test for above 0xff here instead? I believe that's a slightly smaller encoded immediate on most platforms.

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