From 62c97fe3768bdfd1bb44a42bf59cd175134dc2e7 Mon Sep 17 00:00:00 2001 From: bpcreech <35012922+bpcreech@users.noreply.github.com> Date: Sun, 17 Mar 2024 00:35:18 -0400 Subject: [PATCH] Update mini-racer.md --- content/post/mini-racer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/mini-racer.md b/content/post/mini-racer.md index b521b10..dde192b 100644 --- a/content/post/mini-racer.md +++ b/content/post/mini-racer.md @@ -201,7 +201,7 @@ But building V8 is hard! Fun challenges in building V8: 1. **V8 is enormous and building it is slow:** V8 contains _or dynamically downloads_ 6.6 GB of _source_! (Okay, not all "source", actually: this includes some vendored copies of operating system roots, like `/usr` from - flavors of Debian.) There are about 2.4k build systems, which include + flavors of Debian.) There are about 2.4k build steps, which include building tons of code generated by [the Torque compiler](https://v8.dev/docs/torque). It takes over an hour to build from scratch on a