Skip to content

Instantly share code, notes, and snippets.

@mgaudet
Last active July 27, 2022 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mgaudet/907610416c44357aad930458c2ef2417 to your computer and use it in GitHub Desktop.
Save mgaudet/907610416c44357aad930458c2ef2417 to your computer and use it in GitHub Desktop.
Octane Results / Run
$ ../../../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