RESOLVED FIXED 157951
JSBench regression: CodeBlock linking always copies the symbol table
https://bugs.webkit.org/show_bug.cgi?id=157951
Summary JSBench regression: CodeBlock linking always copies the symbol table
Geoffrey Garen
Reported 2016-05-20 11:53:50 PDT
JSBench regression: CodeBlock linking always copies the symbol table
Attachments
Patch (2.78 KB, patch)
2016-05-20 11:55 PDT, Geoffrey Garen
saam: review+
Geoffrey Garen
Comment 1 2016-05-20 11:55:46 PDT
Saam Barati
Comment 2 2016-05-20 11:59:05 PDT
Comment on attachment 279493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=279493&action=review r=me > Source/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp:1673 > + ASSERT(var.symbolTableConstantIndex()); Style: I think its nicer to put asserts validating inputs before we assign something to the input.
Geoffrey Garen
Comment 3 2016-05-20 12:12:00 PDT
Note You need to log in before you can comment on or make changes to this bug.