We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apply to esr91. esrpatch.txt (apply in ./) esrppcjit.tar.gz (decompresses to js/src/jit/ppc64)
./
js/src/jit/ppc64
Optimized .mozconfig (can also use LTO-PGO patch from https://gist.github.com/classilla/1202f8d467749c029325278a87a068c8/8b9f595fa82875115a6670f34b3e6d29242e8382 ):
.mozconfig
export CC=/usr/bin/gcc export CXX=/usr/bin/g++ mk_add_options MOZ_MAKE_FLAGS="-j24" #ac_add_options --enable-optimize="-Og -mcpu=power9 -fpermissive" ac_add_options --enable-optimize="-O3 -mcpu=power9 -fpermissive" #ac_add_options --enable-debug ac_add_options --enable-lto=full #ac_add_options --enable-application=js ac_add_options --enable-application=browser ac_add_options --enable-jit ac_add_options --enable-linker=bfd mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj export GN=/home/censored/bin/gn export RUSTC_OPT_LEVEL=2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Apply to esr91.
esrpatch.txt (apply in
./
)esrppcjit.tar.gz (decompresses to
js/src/jit/ppc64
)Optimized
.mozconfig
(can also use LTO-PGO patch from https://gist.github.com/classilla/1202f8d467749c029325278a87a068c8/8b9f595fa82875115a6670f34b3e6d29242e8382 ):The text was updated successfully, but these errors were encountered: