RESOLVED FIXED 203260
[JSC] Remove non-LargeAllocation restriction for JSCallee
https://bugs.webkit.org/show_bug.cgi?id=203260
Summary [JSC] Remove non-LargeAllocation restriction for JSCallee
Yusuke Suzuki
Reported 2019-10-22 11:46:31 PDT
[JSC] Remove non-LargeAllocation restriction for JSCallee
Attachments
Patch (3.36 KB, patch)
2019-10-22 11:47 PDT, Yusuke Suzuki
no flags
Patch (59.98 KB, patch)
2019-10-22 14:11 PDT, Yusuke Suzuki
saam: review+
Yusuke Suzuki
Comment 1 2019-10-22 11:47:54 PDT
Radar WebKit Bug Importer
Comment 2 2019-10-22 11:48:15 PDT
Yusuke Suzuki
Comment 3 2019-10-22 11:57:48 PDT
Comment on attachment 381574 [details] Patch compile errors. Fix it later
Yusuke Suzuki
Comment 4 2019-10-22 14:11:06 PDT
Saam Barati
Comment 5 2019-10-22 14:20:44 PDT
Comment on attachment 381600 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381600&action=review > Source/JavaScriptCore/ChangeLog:12 > + This patch renames `CallFrame::vm` to `CallFrame::deprecatedVM`. And we avoid using it as much as possible. can we file a bug on doing refactoring necessary to delete this function?
Yusuke Suzuki
Comment 6 2019-10-22 14:21:30 PDT
Comment on attachment 381600 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381600&action=review >> Source/JavaScriptCore/ChangeLog:12 >> + This patch renames `CallFrame::vm` to `CallFrame::deprecatedVM`. And we avoid using it as much as possible. > > can we file a bug on doing refactoring necessary to delete this function? Filed, https://bugs.webkit.org/show_bug.cgi?id=203272 thanks!
Yusuke Suzuki
Comment 7 2019-10-22 14:23:32 PDT
Mark Lam
Comment 8 2019-10-22 14:30:30 PDT
Comment on attachment 381600 [details] Patch r=me too. Since you're modifying CodeGeneratorJS.pm, you need to rebase the binding test results.
Mark Lam
Comment 9 2019-10-22 15:13:04 PDT
(In reply to Mark Lam from comment #8) > Comment on attachment 381600 [details] > Patch > > r=me too. Since you're modifying CodeGeneratorJS.pm, you need to rebase the > binding test results. I realized afterwards that the bindings tests are passing on the EWS. So, maybe this change is not covered by the tests and no rebasing or results needed.
Note You need to log in before you can comment on or make changes to this bug.