Skip to content

Commit

Permalink
v8, bugfix: disable parallel_marking, fix crash in snapshot creator.
Browse files Browse the repository at this point in the history
  • Loading branch information
xicilion committed Nov 24, 2017
1 parent 62ca518 commit 7886dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fibjs/src/base/options.cpp
Expand Up @@ -121,6 +121,7 @@ void options(int32_t& pos, char* argv[])

v8::internal::FLAG_wasm_async_compilation = false;
v8::internal::FLAG_parallel_scavenge = false;
v8::internal::FLAG_parallel_marking = false;

if (df)
argc -= df;
Expand Down

0 comments on commit 7886dc4

Please sign in to comment.