[Webkit-unassigned] [Bug 116593] Use uninitialized register in "JIT::emit_op_neq_null" and "emit_op_eq_null"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 22 20:43:57 PDT 2013


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





--- Comment #9 from Filip Pizlo <fpizlo at apple.com>  2013-05-22 20:42:26 PST ---
(From update of attachment 202639)
View in context: https://bugs.webkit.org/attachment.cgi?id=202639&action=review

> LayoutTests/fast/js/script-tests/neq-null-crash.js:9
> +for (var i = 1; i < 20; i++) {
> +    shouldBeFalse("crush()");
> +}

Can you change this to i < 100?  That will be enough to make the DFG JIT kick in, and this patch will automatically have way more coverage. :-)

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