[Webkit-unassigned] [Bug 18672] New: SQUIRRELFISH: codegen fails with a large number of temporaries

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 21 17:16:56 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=18672

           Summary: SQUIRRELFISH: codegen fails with a large number of
                    temporaries
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Keywords: SquirrelFishBlocker
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: cwzwarich at uwaterloo.ca
OtherBugsDependingO 18624
             nThis:


On a number of the JavaScriptCore tests, SquirrelFish fails with an assertion
during codegen if there is a large number of temporaries. These failures do not
get seem to get reported by run-javascriptcore-tests. An example is
ecma/Array/15.4.5.2-2.js, which fails with the following assertion:

ASSERTION FAILED: m_temporaries.size() < m_temporaries.capacity()
(./VM/CodeGenerator.cpp:296 KJS::RegisterID*
KJS::CodeGenerator::newTemporary())

Many of the array tests fail for the same reason.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list