[Webkit-unassigned] [Bug 48060] Speed up op_jeq_null and op_jneq_null in JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 22 14:20:30 PDT 2010


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





--- Comment #7 from Gavin Barraclough <barraclough at apple.com>  2010-10-22 14:20:29 PST ---
If we do sort this, would be nice to get rid of DeletedValueTag.

We don't use a special tag for this in JSVALUE64 – the value just needs to not be normally possible – e.g. tag = CellTag payload = 1 or -1 should be fine.

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