[webkit-reviews] review granted: [Bug 91296] LLInt fails to mark structures stored in the bytecode : [Attachment 152362] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 16:07:25 PDT 2012


Geoffrey Garen <ggaren at apple.com> has granted Oliver Hunt <oliver at apple.com>'s
request for review:
Bug 91296: LLInt fails to mark structures stored in the bytecode
https://bugs.webkit.org/show_bug.cgi?id=91296

Attachment 152362: Patch
https://bugs.webkit.org/attachment.cgi?id=152362&action=review

------- Additional Comments from Geoffrey Garen <ggaren at apple.com>
View in context: https://bugs.webkit.org/attachment.cgi?id=152362&action=review


r=me

> Source/JavaScriptCore/bytecode/CodeBlock.cpp:2252
> +    if (!m_globalData->interpreter->classicEnabled() &&
!!numberOfInstructions() && getJITType() < JITCode::bottomTierJIT()) {

Can we merge this with the CLASSIC_INTERPRETER case?


More information about the webkit-reviews mailing list