[Webkit-unassigned] [Bug 100589] ASSERT problem on MIPS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 8 12:51:24 PST 2012


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





--- Comment #5 from Balazs Kilvady <kilvadyb at homejinni.com>  2012-11-08 12:53:00 PST ---
(In reply to comment #3)
> (From update of attachment 173095 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=173095&action=review
> 
> > Source/JavaScriptCore/jit/JITOpcodes.cpp:1631
> >              ASSERT(!value);
> 
> Can't this just be ASSERT(value == regT0) ?
Yes, works, new patch added. Is this ASSERT useful for a const variable? Assembly code could hurt it?

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