Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-19 | chore: move libdeno files to //libdeno/ | Yoshiya Hinosawa | |
2018-08-02 | Source map support (#429) | Ryan Dahl | |
This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M | |||
2018-08-01 | Optimize compile time by using asm. | Ryan Dahl | |
Switches to using asm incbin to embed the V8 snapshot instead of outputing C code and then compiling it. Compile time for from_snapshot.o goes from 44s to 1s. | |||
2018-08-01 | build: use compiled_action for create_snapshot. | Ryan Dahl | |
Switch the order of the snapshot_creator args, in order to allow for optional source map arg. | |||
2018-07-24 | Change copyrights to be 'Deno authors'. | Ryan Dahl | |
2018-07-18 | Add deno::Basename and deno::BinaryContentAsC utilies. | Ryan Dahl | |
These are prep for code sharing with the asset code soon to land. | |||
2018-07-06 | Run tools/format.sh | Ryan Dahl | |
2018-07-06 | Rename deno.cc to binding.cc and other renames (#339) | Faris Amali Alis | |
Fixes #336 | |||
2018-07-04 | Replace protobufs with flatbuffers | Ryan Dahl | |
2018-07-04 | removed now irrelevant kKeep segfault comment | Mike Reinstein | |
2018-07-04 | switch from kClear to kKeep | Mike Reinstein | |
2018-07-04 | upgrade v8 to 6.9.297. remove IIFE workaround for bug in v8 snapshot serializer | Mike Reinstein | |
2018-07-03 | move v8 to third_party/v8 (#322) | Yoshiya Hinosawa | |
2018-06-22 | Move `deno2` folder to `src` (#277) | Tristan Marion | |