[JSC] Remove non-LargeAllocation restriction for JSCallee
Created attachment 381574 [details] Patch
<rdar://problem/56508915>
Comment on attachment 381574 [details] Patch compile errors. Fix it later
Created attachment 381600 [details] Patch
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?
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!
Committed r251457: <https://trac.webkit.org/changeset/251457>
Comment on attachment 381600 [details] Patch r=me too. Since you're modifying CodeGeneratorJS.pm, you need to rebase the binding test results.
(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.