deno
eedf243b
- perf(compile): pass module source data from binary directly to v8 (#26494)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
perf(compile): pass module source data from binary directly to v8 (#26494) This changes denort to pass a static reference of the moude source bytes found in the binary to v8 instead of copying it.
References
#26494 - perf(compile): pass module source data from binary directly to v8
Author
dsherret
Parents
ea641897
Loading