1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-14 16:33:45 -05:00
denoland-deno/libdeno
Ryan Dahl b3400d822f Decode main.js.map during snapshotting.
Pro:
time ./out/debug/deno tests/error_001.ts  3.0s -> 0.4s

Con:
time ./tool/build.py snapshot              33s -> 1m52s
out/debug/gen/snapshot_deno.bin            39M -> 121M
2018-11-05 13:26:54 -08:00
..
api.cc Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
binding.cc Decode main.js.map during snapshotting. 2018-11-05 13:26:54 -08:00
deno.h Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
file_util.cc libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util.h libdeno: add file utilities Dirname() and ExePath() 2018-08-26 18:27:23 +02:00
file_util_test.cc Fix warnings. 2018-08-30 05:48:40 -04:00
internal.h Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
libdeno_test.cc Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
libdeno_test.js Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
snapshot_creator.cc Add libdeno.shared global shared ArrayBuffer. 2018-10-24 14:52:38 -07:00
test.cc build: remove absolute path 2018-11-01 13:34:16 +01:00
test.h libdeno: deno_new should take a snapshot parameter. 2018-10-24 14:52:38 -07:00