Stop making unnecessary copy of CodeBlock Identifier Vector
Created attachment 208567 [details] Patch
Committed r153962: <http://trac.webkit.org/changeset/153962>
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.