RESOLVED FIXED Bug 119702
Stop making unnecessary copy of CodeBlock Identifier Vector
https://bugs.webkit.org/show_bug.cgi?id=119702
Summary Stop making unnecessary copy of CodeBlock Identifier Vector
Oliver Hunt
Reported 2013-08-12 15:29:52 PDT
Stop making unnecessary copy of CodeBlock Identifier Vector
Attachments
Patch (26.36 KB, patch)
2013-08-12 15:32 PDT, Oliver Hunt
msaboff: review+
Oliver Hunt
Comment 1 2013-08-12 15:32:48 PDT
Oliver Hunt
Comment 2 2013-08-12 15:38:06 PDT
Geoffrey Garen
Comment 3 2013-08-12 15:48:07 PDT
Comment on attachment 208567 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=208567&action=review > Source/JavaScriptCore/bytecode/CodeBlock.h:1090 > + Vector<Identifier> m_additionalIdentifiers; Can we call this m_dfgIdentifiers? Would be even better to put this in rare data, since most code blocks are not DFG compiled.
Note You need to log in before you can comment on or make changes to this bug.