Bug 157951

Summary: JSBench regression: CodeBlock linking always copies the symbol table
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, keith_miller, mark.lam, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch saam: review+

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.