Escargot is a lightweight JavaScript engine designed specifically for resource-constrained environments.
  • C++ 91.5%
  • Python 4.1%
  • JavaScript 2%
  • Java 1.7%
  • CMake 0.5%
  • Other 0.2%
Find a file
Eunji Jeong 8afb3c7fa4 Enhance some of GC features
* Add a heuristic to run GC before heap block allocation
  (to reduce fragmentation overhead)
* Add logger & visualizer of runtime heap usage
  (available both in debug/release mode)
2016-12-16 11:20:14 +09:00
build Enhance some of GC features 2016-12-16 11:20:14 +09:00
deps initial commit 2016-11-17 22:19:49 +09:00
src Enhance some of GC features 2016-12-16 11:20:14 +09:00
third_party Enhance some of GC features 2016-12-16 11:20:14 +09:00
tools Enhance some of GC features 2016-12-16 11:20:14 +09:00
.clang-format Apply clang-formatting 2016-12-08 14:53:01 +09:00
.gitignore Enhance some of GC features 2016-12-16 11:20:14 +09:00
build_third_party.sh Enhance some of GC features 2016-12-16 11:20:14 +09:00
Makefile Support RegExp Object and inner method 2016-12-13 19:10:05 +09:00