Permalink
Please
sign in to comment.
Browse files
src: remove code cache integrity check
In preparation of sharing code cache among different threads - we simply rely on v8 to reject invalid cache, since there isn't any serious consequence when the cache is invalid anyway. PR-URL: #24950 Reviewed-By: Anna Henningsen <anna@addaleax.net>
- Loading branch information...
Showing
with
4 additions
and 100 deletions.
- +0 −4 src/node_code_cache_stub.cc
- +0 −41 src/node_native_module.cc
- +0 −5 src/node_native_module.h
- +0 −6 test/code-cache/test-code-cache-generator.js
- +3 −24 tools/generate_code_cache.js
- +1 −20 tools/js2c.py
0 comments on commit
fd913fe