diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2019-08-05 20:12:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-05 20:12:15 -0400 |
commit | 046cccfe1768837fcd5b4c1fd7d52fb2d98c0b11 (patch) | |
tree | 387c54f8c52a42b5c4f363ffa352bf311c646df9 /js/blob.ts | |
parent | a517513182221aa351528cf15d28c449b49fea13 (diff) |
Remove dispatch optimization (#2732)
Deno.core.dispatch() used to push the "control" buf onto the shared
array buffer before calling into V8, with the idea that it was one less
argument to parse. Turns out there is no more overhead passing the
control ArrayBuffer directly over. Furthermore this optimization was
making the refactors outlined in #2730 more complex. Therefore it is
being removed.
Diffstat (limited to 'js/blob.ts')
0 files changed, 0 insertions, 0 deletions