summaryrefslogtreecommitdiff
path: root/js/blob.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-05 20:12:15 -0400
committerGitHub <noreply@github.com>2019-08-05 20:12:15 -0400
commit046cccfe1768837fcd5b4c1fd7d52fb2d98c0b11 (patch)
tree387c54f8c52a42b5c4f363ffa352bf311c646df9 /js/blob.ts
parenta517513182221aa351528cf15d28c449b49fea13 (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