We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tools/code_cache/README.md
1 parent b17aa25 commit dc854c4Copy full SHA for dc854c4
tools/code_cache/README.md
@@ -2,7 +2,7 @@
2
3
This is the V8 code cache builder of Node.js. It pre-compiles all the
4
JavaScript native modules of Node.js and serializes the code cache (including
5
-the bytecodes) that will be embeded into the Node.js executable. When a Node.js
+the bytecodes) that will be embedded into the Node.js executable. When a Node.js
6
JavaScript native module is `require`d at runtime, Node.js can deserialize from
7
the code cache instead of parsing the source code and generating the bytecode
8
for it before execution, which should reduce the load time of these JavaScript
0 commit comments