RESOLVED FIXED 111106
CodeBlock::valueProfile() has a bogus assertion
https://bugs.webkit.org/show_bug.cgi?id=111106
Summary CodeBlock::valueProfile() has a bogus assertion
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.