[Webkit-unassigned] [Bug 79609] LLInt should support JSVALUE64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 10 11:31:10 PST 2012


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





--- Comment #16 from Oliver Hunt <oliver at apple.com>  2012-03-10 11:31:10 PST ---
(From update of attachment 131161)
View in context: https://bugs.webkit.org/attachment.cgi?id=131161&action=review

This looks fine to me (other than the unnecessary release mode hash lookups :( ) but i'll let gavin make the final call

> Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:233
> +    if (exec->globalData().interpreter->getOpcodeID(pc[0].u.opcode) == op_ret) {

Doesn't this result in a hash lookup even in release builds without logging?

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