neowin
火狐狸
火狐狸
  • UID37969
  • 注册日期2011-12-15
  • 最后登录2016-07-22
  • 发帖数131
  • 经验21枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
阅读:10138回复:21

Waterfox 10已经发布!

楼主#
更多 发布于:2012-01-31 11:35
编辑:SF镜像貌似出了点问题,国内已经有下载了。
下载:http://down.tech.sina.com.cn/page/52573.html

附:14楼跑分结果
20120204: What's new in Waterfox 10?

    Smaller final code without loss of performance
    Implementation of AMD Core Math Library to improve performance of mathematic functions
    Compiled with /O2 /GR- /GS- /GA


Tomorrow will see the launch of Waterfox 10, based on the stable Firefox 10 release code.

What's new in Firefox 10?

    The forward button is now hidden until you navigate back
    Anti-Aliasing for WebGL is now implemented (see bug 615976)
    Full Screen APIs allow you to build a web application that runs full screen (see the feature page)
    CSS3 3D-Transforms are now supported (see bug 505115)
    New <bdi> element for bi-directional text isolation, along with supporting CSS properties (see bugs 613149 and 662288)
    Inspect tool with content highlighting, includes new CSS Style Inspector
    We've added IndexedDB APIs to more closely match the specification
    Some users may experience a crash when moving bookmarks (681795)

What's new in Waterfox 10?

    Implementation of SSE3 for all base processors.
    Implementation of SSSE3, SSE4.1, SSE4.2, AVX and AVX2 for processor that support it.
    So far in preliminary benchmarks a performance increase of up to 20%.

dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
1楼#
发布于:2012-01-31 11:35
我怎么记得他叫 waterfox.exe ……

反正感觉配置里用official
名字叫firefox.exe
about:config默认又没改的话都是可以通用的
kmc
kmc
管理员
管理员
  • UID165
  • 注册日期2004-11-25
  • 最后登录2024-08-29
  • 发帖数9187
  • 经验398枚
  • 威望1点
  • 贡献值124点
  • 好评度41点
  • 忠实会员
  • 终身成就
  • 社区居民
2楼#
发布于:2012-01-31 11:35
共享profile是什么意思


别提了,这个Waterfox不像Palemoon这种FFCE,它是官方的,换句话说,他的EXE名称还叫Firefox.exe,他用的APPdata目录中的配置也是Firefox中的配置。(事实上他应该是读取C:\Users\kmc\AppData\Roaming\Mozilla\Firefox\profiles.ini中的default项)。

没有准备的朋友,小心默认配置被污染。
Waterfox Current和Firefox Nightly都用,逐渐走出XUL扩展依赖
dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
3楼#
发布于:2012-01-31 11:35
是我在维护啊,不过我现在已经暂停更新prebuilt了,未来几个版本肯定不会编译。啥时恢复,等有更多的空余时间(调试FF解决ICC所有的问题),和有更强劲的电脑(保证一天之内可以编译3-5次,现在只能编译0.8-1遍)时再说。

共享profile是什么意思

除了插件以外,FF最近几个版本不都是可以无缝升级的么,反正我的profile从7之后就没动过
neowin
火狐狸
火狐狸
  • UID37969
  • 注册日期2011-12-15
  • 最后登录2016-07-22
  • 发帖数131
  • 经验21枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
4楼#
发布于:2012-01-31 11:35
也许吧,除了跑分,实际使用中没有太多感觉,有些不易察觉的提升。
pcxfirefox是你在维护吗,共享profile的吗
dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
5楼#
发布于:2012-01-31 11:35
我刚刚试了下AMD libM的性能

令人意外的是,AMD libM 很多函数的速度不仅远远没有Intel的快,而且没VC2010自身的快

也就是说“Implementation of AMD Core Math Library to improve performance of mathematic functions”
变成降低性能而不是增强了
dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
6楼#
发布于:2012-01-31 11:35
也不是这个意思

ICC编译的我觉得只在WebGL一些方面表现的极其优秀,其他性能一般,而且未知bug太多,得自行调试测试才能用ICC编译出来

如果你有兴趣,可以用这个X64版本 http://pcxfirefox.googlecode.com/files/ ... tterpgo.7z

Alex如果用ICC编译出来,性能也不会超过这个版本,不过bug还是比vc版要多的,还是推荐用VC版。

使用/GR- /GS-可以减小映像大小,这也是他说的Smaller final code without loss of performance的由来,当然弊端我并没在wiki里提及(和缓冲区攻击有关,一般也没啥大问题),一般这样使用尚可,不过使用/GA编译我持有保留意见,原因参见http://code.google.com/p/pcxfirefox/wiki/MozillaBuiltVC  
Alex肯定没有细看我的做法,我并不是全局使用/GA的,这样产生的dll性能较低

Implementation of AMD Core Math Library to improve performance of mathematic functions
就是替换数学库,我在MozillaBuiltVC举例说的是Intel的,Alex可能考虑授权,所以变成AMD的了,但这个我不知道他是动态链接还是静态链接的,我还是推荐静态链接,这样可以保证和TU扩展的兼容性,动态链接后TU工作不正常,原因不明,动态链接目前只发现影响TU一个扩展。
neowin
火狐狸
火狐狸
  • UID37969
  • 注册日期2011-12-15
  • 最后登录2016-07-22
  • 发帖数131
  • 经验21枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
7楼#
发布于:2012-01-31 11:35
这个真不懂
跑分也只是为了有个直观量化的对比
从这个结果看,似乎没采用ICC编译,性能提升有限,没达到20%那么夸张?


dongyuanxun:第一个引用是对的

第二个引用是错的

由于一些问题没有解决,作者放弃了ICC编译

第一个引用采用了我在MozillaBuiltVC 提到的优化集合
回到原帖
dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
8楼#
发布于:2012-01-31 11:35
第一个引用是对的

第二个引用是错的

由于一些问题没有解决,作者放弃了ICC编译

第一个引用采用了我在MozillaBuiltVC 提到的优化集合
neowin
火狐狸
火狐狸
  • UID37969
  • 注册日期2011-12-15
  • 最后登录2016-07-22
  • 发帖数131
  • 经验21枚
  • 威望0点
  • 贡献值8点
  • 好评度1点
9楼#
发布于:2012-01-31 11:35
peacekeeper跑分结果
firefox vs waterfox

图片:waterfox.jpg

dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
10楼#
发布于:2012-01-31 11:35
Re: Waterfox 10 Available Tomorrow
waterfox 10 还出不出ICC版?

我明天会编译Auto Tune for SSSE3,SSE4.1,SSE4.2,AVX,CORE-AVX2,CORE-AVX-I的X64版本

依照X86版本来看,似乎也就是WebGL和DOM有较大的提高
jun0717
火狐狸
火狐狸
  • UID4176
  • 注册日期2005-03-19
  • 最后登录2014-08-02
  • 发帖数242
  • 经验13枚
  • 威望0点
  • 贡献值4点
  • 好评度0点
  • 社区居民
11楼#
发布于:2012-01-31 11:35
Re: Waterfox 10 Available Tomorrow
  不得不说,Firefox现在的版本之变,让我现在还无法适应。
dongyuanxun
非常火狐
非常火狐
  • UID28632
  • 注册日期2009-04-19
  • 最后登录2013-02-14
  • 发帖数898
  • 经验10枚
  • 威望0点
  • 贡献值0点
  • 好评度0点
12楼#
发布于:2012-01-31 11:35
Re: Waterfox 10 Available Tomorrow
Waterfox的维护者原来是Alex,怪不得他老问ICC编译的问题
asdf123456
千年狐狸
千年狐狸
  • UID32588
  • 注册日期2010-04-16
  • 最后登录2025-03-16
  • 发帖数1088
  • 经验299枚
  • 威望0点
  • 贡献值50点
  • 好评度10点
  • 社区居民
  • 忠实会员
13楼#
发布于:2012-01-31 11:35
Re: Waterfox 10 Available Tomorrow
Waterfox 10 Delay
Jan 31, 2012
Posted by: MrAlex
Issues have been run into with the new Waterfox build and it has been delayed. At the moment the Intel compiler has made an unstable build and is the source of the problem. The issue will be sorted before the end of the week. Sorry for the delay.
fang5566
管理员
管理员
  • UID3719
  • 注册日期2005-03-07
  • 最后登录2025-08-08
  • 发帖数18502
  • 经验4858枚
  • 威望5点
  • 贡献值4324点
  • 好评度1118点
  • 社区居民
  • 最爱沙发
  • 忠实会员
  • 终身成就
14楼#
发布于:2012-01-31 11:35
Re: Waterfox 10 Available Tomorrow
waterfox主页有提供flash和java的64位版本插件。
Firefox More than meets your experience
上一页
游客

返回顶部