mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
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: https://github.com/nodejs/node/pull/33825 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: David Carlier <devnexen@gmail.com>
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
|
||||
#include "node_native_module_env.h"
|
||||
|
||||
// This is supposed to be generated by tools/generate_code_cache.js
|
||||
// The stub here is used when configure is run without `--code-cache-path`
|
||||
// The stub here is used when configure is run without `--code-cache-path`.
|
||||
// When --code-cache-path is set this stub will not be used and instead
|
||||
// an implementation will be generated. See tools/code_cache/README.md for
|
||||
// more information.
|
||||
|
||||
namespace node {
|
||||
namespace native_module {
|
||||
|
||||
Reference in New Issue
Block a user