1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/cli/standalone
David Sherret 4d731f5ef8
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.
2024-10-25 02:09:39 +02:00
..
binary.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-25 02:09:39 +02:00
file_system.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-25 02:09:39 +02:00
mod.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-25 02:09:39 +02:00
serialization.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-25 02:09:39 +02:00
virtual_fs.rs perf(compile): pass module source data from binary directly to v8 (#26494) 2024-10-25 02:09:39 +02:00