diff options
| author | 2022-08-28 22:01:07 -0700 | |
|---|---|---|
| committer | 2022-08-28 22:01:07 -0700 | |
| commit | 86ac5f09bcdf4e2cd107c8d838861687185d456b (patch) | |
| tree | 7d98a35595412a40bacc74eaa730e1ff43881352 | |
| parent | 1c492e279103e9a968745a8976836ec408760921 (diff) | |
| download | bun-86ac5f09bcdf4e2cd107c8d838861687185d456b.tar.gz bun-86ac5f09bcdf4e2cd107c8d838861687185d456b.tar.zst bun-86ac5f09bcdf4e2cd107c8d838861687185d456b.zip | |
Update README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3318,7 +3318,12 @@ For compatibility reasons, these NPM packages are embedded into bun’s binary a ## Developing bun -Estimated: 30-90 minutes :( +Some links you should read about JavaScriptCore, the JavaScript engine Bun uses: + +- https://webkit.org/blog/12967/understanding-gc-in-jsc-from-scratch/ +- https://webkit.org/blog/7122/introducing-riptide-webkits-retreating-wavefront-concurrent-garbage-collector/ + +To get your development environment configured, expect it to take 30-90 minutes :( ### VSCode Dev Container (Linux) |
