Last active
July 27, 2022 14:23
-
-
Save mgaudet/907610416c44357aad930458c2ef2417 to your computer and use it in GitHub Desktop.
Octane Results / Run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ../../../mach run run.js # Interpreter, CacheIR, Baseline, Ion: 34252 (3.5x) | |
$ ../../../mach run --no-ion run.js # Interpreter, CacheIR, Baseline: 9887 (2.0x) | |
$ ../../../mach run --no-ion --no-baseline --cache-ir-stubs=on run.js # Interpreter, CacheIR: 4890 (6.6x) | |
$ ../../../mach run --no-ion --no-baseline --cache-ir-stubs=off run.js # Interpreter: 739 | |
MOZCONFIG: | |
ac_add_options --enable-application=js | |
ac_add_options --enable-optimize | |
ac_add_options --disable-debug | |
ac_add_options --enable-jitspew | |
ac_add_options --enable-tests | |
ac_add_options --enable-clang-plugin | |
# Dump opt builds into another dir. | |
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-opt-shell-nodebug-@CONFIG_GUESS@ | |
Machine: M1 Max MBP |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment