Bug 111106

Summary: CodeBlock::valueProfile() has a bogus assertion
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
the patch mhahnenberg: review+

Filip Pizlo
Reported 2013-02-28 13:25:00 PST
Attachments
the patch (2.87 KB, patch)
2013-02-28 13:29 PST, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-02-28 13:29:08 PST
Created attachment 190797 [details] the patch
Filip Pizlo
Comment 2 2013-02-28 13:30:01 PST
Comment on attachment 190797 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=190797&action=review > Source/JavaScriptCore/ChangeLog:9 > + This was just a bad assertion: m_bytecodeOffset means that the value profile is constructed but not initialized. should say: This was just a bad assertion: m_bytecodeOffset == -1 means that the value profile is constructed but not initialized.
Mark Hahnenberg
Comment 3 2013-02-28 13:30:46 PST
Comment on attachment 190797 [details] the patch r=me
Filip Pizlo
Comment 4 2013-02-28 13:33:21 PST
Note You need to log in before you can comment on or make changes to this bug.