Skip to content

Commit

Permalink
Update mini-racer.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bpcreech authored Mar 17, 2024
1 parent 3db8dd5 commit 62c97fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/post/mini-racer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62c97fe

Please sign in to comment.