Skip to content

Commit 5b987c4

Browse files
danbevcodebytere
authored andcommitted
src: remove ref to tools/generate_code_cache.js
This commit removes the reference to tools/generate_code_cache.js and replaces it with a note about more information being available in tools/code_cache/README.md. PR-URL: #33825 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: David Carlier <[email protected]>
1 parent 185657d commit 5b987c4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/node_code_cache_stub.cc

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
#include "node_native_module_env.h"
22

3-
// This is supposed to be generated by tools/generate_code_cache.js
4-
// The stub here is used when configure is run without `--code-cache-path`
3+
// The stub here is used when configure is run without `--code-cache-path`.
4+
// When --code-cache-path is set this stub will not be used and instead
5+
// an implementation will be generated. See tools/code_cache/README.md for
6+
// more information.
57

68
namespace node {
79
namespace native_module {

0 commit comments

Comments
 (0)