REOPENED 132556
jsSubstring() should be lazy
https://bugs.webkit.org/show_bug.cgi?id=132556
Summary jsSubstring() should be lazy
Filip Pizlo
Reported 2014-05-04 21:01:56 PDT
Patch forthcoming.
Attachments
the patch (22.96 KB, patch)
2014-05-04 21:12 PDT, Filip Pizlo
kling: review+
Filip Pizlo
Comment 1 2014-05-04 21:12:53 PDT
Created attachment 230807 [details] the patch
Andreas Kling
Comment 2 2014-05-04 21:52:38 PDT
Comment on attachment 230807 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=230807&action=review r=me > Source/JavaScriptCore/heap/MarkedBlock.cpp:73 > + SamplingRegion samplingRegion((dtorType != MarkedBlock::None && blockState != New) ? "Calling destructors" : "sweeping"); Looks unrelated.
Filip Pizlo
Comment 3 2014-05-04 21:57:47 PDT
Andreas Kling
Comment 4 2014-05-04 23:10:36 PDT
Reverted r168254 for reason: Very crashy on debug JSC tests. Committed r168255: <http://trac.webkit.org/changeset/168255>
Note You need to log in before you can comment on or make changes to this bug.