summaryrefslogtreecommitdiff
path: root/deps/v8/tools/ignition/linux_perf_bytecode_annotate.py
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/tools/ignition/linux_perf_bytecode_annotate.py')
-rwxr-xr-xdeps/v8/tools/ignition/linux_perf_bytecode_annotate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/tools/ignition/linux_perf_bytecode_annotate.py b/deps/v8/tools/ignition/linux_perf_bytecode_annotate.py
index 6681190d99..b2422323b0 100755
--- a/deps/v8/tools/ignition/linux_perf_bytecode_annotate.py
+++ b/deps/v8/tools/ignition/linux_perf_bytecode_annotate.py
@@ -156,8 +156,8 @@ def main():
v8_root_path = os.path.dirname(__file__) + "/../../"
d8_path = "{}/out/{}.debug/d8".format(v8_root_path, program_options.arch)
- d8_codegen = subprocess.Popen([d8_path, "--ignition",
- "--trace-ignition-codegen", "-e", "1"],
+ d8_codegen = subprocess.Popen([d8_path, "--trace-ignition-codegen",
+ "-e", "1"],
stdout=subprocess.PIPE)
bytecode_offsets = bytecode_offset_generator(