[foozzie] Compare running jitless
This replaces the "trusted" with the "jitless" correctness-fuzzing experiment. The former is a no-op already. NOTRY=true Bug: v8:8778 Change-Id: Ie9b490df27071980b2049148844b8f716bbbb1f7 Reviewed-on: https://chromium-review.googlesource.com/c/1450120 Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Sergiy Belozorov <sergiyb@chromium.org> Commit-Queue: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#59313}
This commit is contained in:
parent
8de86c5bc7
commit
026ef7237d
@ -51,6 +51,9 @@ CONFIGS = dict(
|
||||
'--no-lazy',
|
||||
'--no-lazy-inner-functions',
|
||||
],
|
||||
jitless=[
|
||||
'--jitless',
|
||||
],
|
||||
slow_path=[
|
||||
'--force-slow-path',
|
||||
],
|
||||
|
@ -9,8 +9,7 @@ import random
|
||||
# Probabilities must add up to 100.
|
||||
FOOZZIE_EXPERIMENTS = [
|
||||
[5, 'ignition', 'ignition_asm', 'd8'],
|
||||
[5, 'ignition', 'trusted', 'd8'],
|
||||
[5, 'ignition', 'trusted_opt', 'd8'],
|
||||
[10, 'ignition', 'jitless', 'd8'],
|
||||
[10, 'ignition', 'slow_path', 'd8'],
|
||||
[5, 'ignition', 'slow_path_opt', 'd8'],
|
||||
[25, 'ignition', 'ignition_turbo', 'd8'],
|
||||
|
Loading…
Reference in New Issue
Block a user