[Webkit-unassigned] [Bug 69321] JITCodeGenerator should no longer have code that tries too hard to be both speculative and non-speculative

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 4 15:01:43 PDT 2011


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





--- Comment #6 from Filip Pizlo <fpizlo at apple.com>  2011-10-04 15:01:43 PST ---
(In reply to comment #5)
> I'm a little confused, is speculationCheck not used in other places? assuming I'm missing something, r+.

I'm referring to JITCodeGenerator::speculationCheck() which did something like:

void JITCodeGenerator::speculationCheck(...)
{
   ASSERT(m_isSpeculative);
   static_cast<SpeculativeJIT*>(this)->speculationCheck(...);
}

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