Skip to content

Commit

Permalink
Merge pull request #746 from cloudflare/jsnell/v8-single-threaded-gc
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnell authored Jun 7, 2023
2 parents 6ce5d4e + e999f39 commit 8c1997e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/workerd/jsg/setup.c++
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ V8System::V8System(kj::Own<v8::Platform> platformParam, kj::ArrayPtr<const kj::S
// (It turns out you can call v8::V8::SetFlagsFromString() as many times as you want to add
// more flags.)
v8::V8::SetFlagsFromString("--noincremental-marking");
v8::V8::SetFlagsFromString("--single_threaded_gc");

#ifdef WORKERD_ICU_DATA_EMBED
// V8's bazel build files currently don't support the option to embed ICU data, so we do it
Expand Down

0 comments on commit 8c1997e

Please # to comment.