aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-28 22:01:07 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-08-28 22:01:07 -0700
commit86ac5f09bcdf4e2cd107c8d838861687185d456b (patch)
tree7d98a35595412a40bacc74eaa730e1ff43881352
parent1c492e279103e9a968745a8976836ec408760921 (diff)
downloadbun-86ac5f09bcdf4e2cd107c8d838861687185d456b.tar.gz
bun-86ac5f09bcdf4e2cd107c8d838861687185d456b.tar.zst
bun-86ac5f09bcdf4e2cd107c8d838861687185d456b.zip
Update README.md
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index b5cfd061e..b6981ee9b 100644
--- a/README.md
+++ b/README.md
@@ -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)