RESOLVED FIXED 112059
Make SegmentedVector Noncopyable
https://bugs.webkit.org/show_bug.cgi?id=112059
Summary Make SegmentedVector Noncopyable
Oliver Hunt
Reported 2013-03-11 13:21:06 PDT
Make SegmentedVector Noncopyable
Attachments
Patch (10.99 KB, patch)
2013-03-11 13:25 PDT, Oliver Hunt
ggaren: review+
Oliver Hunt
Comment 1 2013-03-11 13:25:06 PDT
Geoffrey Garen
Comment 2 2013-03-11 13:37:01 PDT
Comment on attachment 192538 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=192538&action=review r=me > Source/JavaScriptCore/bytecompiler/LabelScope.h:79 > + struct LabelScopeRef { Let's make this a class. The idiomatic name for this in WebKit would be "LabelScopePtr".
Geoffrey Garen
Comment 3 2013-03-11 13:37:32 PDT
In future, I think we should just refactor LabelScope to be a true malloc'd, refcounted object, that knows how to notify the byte code generator when it is destroyed.
Oliver Hunt
Comment 4 2013-03-11 14:04:42 PDT
Note You need to log in before you can comment on or make changes to this bug.