summaryrefslogtreecommitdiff
path: root/src/from_snapshot.cc
AgeCommit message (Collapse)Author
2018-08-19chore: move libdeno files to //libdeno/Yoshiya Hinosawa
2018-08-11Rename mock_runtime_test to libdeno_testRyan Dahl
Fixes #465
2018-08-01Optimize 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-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-06Run tools/format.shRyan Dahl
2018-07-06Rename deno.cc to binding.cc and other renames (#339)Faris Amali Alis
Fixes #336
2018-07-03Switch back to recv/send instead of pub/sub for low-level API.Ryan Dahl
2018-07-03move v8 to third_party/v8 (#322)Yoshiya Hinosawa
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion