RESOLVED FIXED 205880
[JSC] Remove vm accessor in JSVirtualMachine to reduce binary size
https://bugs.webkit.org/show_bug.cgi?id=205880
Summary [JSC] Remove vm accessor in JSVirtualMachine to reduce binary size
Yusuke Suzuki
Reported 2020-01-07 12:14:43 PST
...
Attachments
Patch (5.46 KB, patch)
2020-01-07 12:30 PST, Yusuke Suzuki
mark.lam: review+
Yusuke Suzuki
Comment 1 2020-01-07 12:22:59 PST
Let's do it right now since it is the largest.
Yusuke Suzuki
Comment 2 2020-01-07 12:30:58 PST
Yusuke Suzuki
Comment 3 2020-01-07 12:32:30 PST
Comment on attachment 387019 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=387019&action=review > Source/JavaScriptCore/API/JSVirtualMachine.mm:301 > +- (JSContextGroupRef)JSContextGroupRef This style is following `JSContext JSContextRef` accessor.
Mark Lam
Comment 4 2020-01-07 12:35:28 PST
Comment on attachment 387019 [details] Patch Nice. r=me if bots are green. Please also run testapi locally to make sure there are no bad surprises (not expecting any).
Yusuke Suzuki
Comment 5 2020-01-07 13:10:47 PST
(In reply to Mark Lam from comment #4) > Comment on attachment 387019 [details] > Patch > > Nice. r=me if bots are green. Please also run testapi locally to make sure > there are no bad surprises (not expecting any). OK, ensured locally.
Yusuke Suzuki
Comment 6 2020-01-07 13:13:29 PST
Radar WebKit Bug Importer
Comment 7 2020-01-07 13:14:19 PST
Note You need to log in before you can comment on or make changes to this bug.