[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 13:50:50 PDT 2011


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


Filip Pizlo <fpizlo at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #109585|0                           |1
        is obsolete|                            |
 Attachment #109676|                            |review?
               Flag|                            |




--- Comment #4 from Filip Pizlo <fpizlo at apple.com>  2011-10-04 13:50:51 PST ---
Created an attachment (id=109676)
 --> (https://bugs.webkit.org/attachment.cgi?id=109676&action=review)
the patch - address some of review

The goal of this patch is to remove m_isSpeculative and speculationCheck() from JITCodeGenerator, since neither of those members belong there now that we don't have a non-speculative DFG JIT.  To do that, it moves emitBranch() to SpeculativeJIT, and does not change it other than obvious clean-ups (like when you remove m_isSpeculative and assume that it's always true then some control flow changes).

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