mirror of
https://github.com/Samsung/escargot.git
synced 2026-06-22 10:01:50 +00:00
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%
* 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) |
||
|---|---|---|
| build | ||
| deps | ||
| src | ||
| third_party | ||
| tools | ||
| .clang-format | ||
| .gitignore | ||
| build_third_party.sh | ||
| Makefile | ||