Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
  • Loading branch information
danbev committed Jun 10, 2020
commit 4e7e38b241bd77377271f35ae1f68e35d4345122
6 changes: 4 additions & 2 deletions src/node_code_cache_stub.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down