RESOLVED FIXED 178648
[JSC] Drop ArityCheckData
https://bugs.webkit.org/show_bug.cgi?id=178648
Summary [JSC] Drop ArityCheckData
Yusuke Suzuki
Reported 2017-10-22 14:11:30 PDT
[JSC] Drop ArityCheckData
Attachments
Patch (6.63 KB, patch)
2017-10-22 14:14 PDT, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2017-10-22 14:14:36 PDT
Mark Lam
Comment 2 2017-10-24 09:28:02 PDT
Comment on attachment 324532 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324532&action=review r=me > Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:582 > + move r1, t1 nit: would be nice to add a comment # r1 contains slotsToAdd. > Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:517 > + move r1, t1 ditto for adding a comment about r1.
Yusuke Suzuki
Comment 3 2017-10-24 09:35:55 PDT
Comment on attachment 324532 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=324532&action=review Thank you for your review >> Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm:582 >> + move r1, t1 > > nit: would be nice to add a comment # r1 contains slotsToAdd. Sounds nice, fixed. >> Source/JavaScriptCore/llint/LowLevelInterpreter64.asm:517 >> + move r1, t1 > > ditto for adding a comment about r1. Ditto.
Yusuke Suzuki
Comment 4 2017-10-24 09:36:46 PDT
Radar WebKit Bug Importer
Comment 5 2017-11-15 12:57:38 PST
Note You need to log in before you can comment on or make changes to this bug.