RESOLVED FIXED 194167
[JSC] Unify CodeBlock IsoSubspaces
https://bugs.webkit.org/show_bug.cgi?id=194167
Summary [JSC] Unify CodeBlock IsoSubspaces
Yusuke Suzuki
Reported 2019-02-01 11:08:12 PST
[JSC] Unify CodeBlock IsoSubspaces
Attachments
Patch (16.68 KB, patch)
2019-02-01 11:50 PST, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2019-02-01 11:50:09 PST
Saam Barati
Comment 2 2019-02-01 11:54:38 PST
Comment on attachment 360881 [details] Patch r=me
Saam Barati
Comment 3 2019-02-01 11:55:18 PST
Comment on attachment 360881 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=360881&action=review > Source/JavaScriptCore/interpreter/Interpreter.cpp:1047 > + UnlinkedEvalCodeBlock* unlinkedCodeBlock = jsDynamicCast<UnlinkedEvalCodeBlock*>(vm, codeBlock->unlinkedCodeBlock()); Why not just codeBlock->unlinkedEvalCodeBlock()?
Yusuke Suzuki
Comment 4 2019-02-01 13:09:55 PST
Comment on attachment 360881 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=360881&action=review >> Source/JavaScriptCore/interpreter/Interpreter.cpp:1047 >> + UnlinkedEvalCodeBlock* unlinkedCodeBlock = jsDynamicCast<UnlinkedEvalCodeBlock*>(vm, codeBlock->unlinkedCodeBlock()); > > Why not just codeBlock->unlinkedEvalCodeBlock()? It sound OK. Fixed.
Yusuke Suzuki
Comment 5 2019-02-01 13:14:38 PST
Radar WebKit Bug Importer
Comment 6 2019-02-01 13:15:28 PST
Note You need to log in before you can comment on or make changes to this bug.