Firefox 53.0a1 x64 VS2015.3 PGO Build ~ 20161213

源代码来自 mozilla central ,打上了这个补丁
此外,我还对不完整的官方简中翻译进行了补充。
编译配置选项如下,更多相关信息参见 about:buildconfig
configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-application=browser --enable-ui-locale=zh-CN --enable-jemalloc --enable-official-branding --enable-optimize="-O2 -GL -favor:INTEL64" --disable-accessibility --disable-debug --disable-tests --disable-updater --disable-update-channel --disable-crashreporter --disable-debug-symbols --with-l10n-base=../lang

2016 年 10 月 24 日起使用 Visual Studio 2015 Update 3 编译。
2016 年 4 月 14 日起使用 Visual Studio 2015 Update 2 编译。
2015 年 12 月 2 日起使用 Visual Studio 2015 Update 1 编译。
2015 年 9 月 25 日起使用 Visual Studio 2015 编译。
2015 年 7 月 26 日起使用 Visual Studio 2013 Update 5 编译。
2014 年 11 月 30 日起使用 Visual Studio 2013 Update 4 编译。
2014 年 6 月 16 日起不再开启 AVX 代码生成选项,因为上一版本中编译器生成的 vunpcklps 指令访存出错。
2014 年 6 月 13 日起使用 Visual Studio 2013 Update 2 编译。
2013 年 11 月 16 日起使用 Visual Studio 2012 Update 4 编译,编译器版本号 17.00.61030 。
2013 年 9 月 17 日, Bug 916531 Bug 916816
2013 年 7 月 12 日起使用 Visual Studio 2012 Update 3 编译,编译器版本号 17.00.60610.1 。
2013 年 4 月 5 日起使用 Visual Studio 2012 Update 2 编译,编译器版本号 17.00.60315.1 。
2013 年 3 月 12 日起使用 Visual Studio 2012 Update 2 CTP 4 编译,编译器版本号 17.00.60223.1 。
2013 年 2 月 2 日因 bug 836844 而撤除 cset 4a5cace63163
2013 年 1 月 23 日应用了 这个补丁,解决了正则表达式的问题。
2013 年 1 月 18 日及之后的版本恢复使用 Visual Studio 2012 Update 1 编译。 目前由于 bug 831884 ,正则表达式性能受到影响。另外,为了应对 C1002 错误,新的配置选项如下:
configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-application=browser --enable-ui-locale=zh-CN --enable-jemalloc --enable-shared-js --enable-official-branding --enable-optimize="-O2 -GL -arch:AVX -favor:INTEL64" --disable-accessibility --disable-debug --disable-tests --disable-updater --disable-update-channel --disable-crashreporter --disable-debug-symbols --with-l10n-base=../lang
2013 年 1 月 10 日的版本使用 Visual Studio 2010 SP1 编译,因为 VS2012 出现 C1002 错误。
2012 年 11 月 29 日及之后的版本使用 Visual Studio 2012 Update 1 编译。
2012 年 10 月 28 日及之后的版本均启用 arch:AVX 参数,新的配置选项如下:
configure --host=x86_64-pc-mingw32 --target=x86_64-pc-mingw32 --enable-application=browser --enable-ui-locale=zh-CN --enable-jemalloc --enable-official-branding --enable-optimize="-O2 -GL -arch:AVX -favor:INTEL64" --disable-accessibility --disable-debug --disable-tests --disable-updater --disable-update-channel --disable-crashreporter --disable-debug-symbols --with-l10n-base=../lang

下载地址:

http://pan.baidu.com/s/1dDiV3qD

猜你喜欢

转载自blog.csdn.net/coolypf/article/details/7865071
PGO