Chromium Code Reviews
DescriptionAlways force a major GC after each input in v8_serialized_script_value_fuzzer.
This causes a significant slowdown, but there have been persistent issues with
trying to be more clever and do infrequent collections (and doing so increases
cross-contamination between inputs).
This will have both V8 and Oilpan do one major GC each time (note that if there
is a chain of persistent objects, some objects may not be freed until a later
cycle).
BUG=659357
Review-Url: https://codereview.chromium.org/2658653003
Cr-Commit-Position: refs/heads/master@{#446320}
Committed: https://chromium.googlesource.com/chromium/src/+/bd795a387b29430c851f367b2b7f3015f47a4ff6
Patch Set 1 #Patch Set 2 : correct number in comment #Messages
Total messages: 18 (11 generated)
|