- このトピックには7件の返信、1人の参加者があり、最後にTeteにより10年、 7ヶ月前に更新されました。
-
Firefox 28 doesn’t work properly
2014年3月19日 8:37 PM コメントするdNxHey tete,
I updated my Firefox from 26 directly to 28, but it doesn't recognize my profile specified in the tmemutil.ini
content of the ini:
[General]
Portable=1
PortableDataPath=path/toProfileAny ideas? I really need my profile. :/
Re: Firefox 28 doesn’t work properly
2014年3月19日 11:06 PMTeteHi dNx, this problem is my mistake.
I have uploaded the fixed version. Sorry for your inconvenience.Re: Firefox 28 doesn’t work properly
2014年3月19日 11:18 PMdNxWow, that was fast.
Thanks a lot! 😉
Re: Firefox 28 doesn’t work properly
2014年3月20日 8:24 AMRyanTete, what did you use to build 28? Did you move to VS2013?
Re: Firefox 28 doesn’t work properly
2014年3月21日 5:11 PMTeteHi Ryan, I used VS2013 to make my build of Firefox 28.0.
I did not apply PGO to it because of the following reason:
http://connect.microsoft.com/VisualStudio/feedback/details/825015/javascript-benchmark-results-of-firefox-pgo-build-made-with-vc2013-are-often-slower-than-those-of-non-pgo-buildRe: Firefox 28 doesn’t work properly
2014年3月21日 7:06 PMtico-tico> I did not apply PGO to it because of the following reason:Bad news. Beside that, according to SunSpider results the official Fx28 build works faster than yours on my PC.
Re: Firefox 28 doesn’t work properly
2014年3月21日 8:31 PMTeteVC2012 PGO seems to be having the same problem as VC2013 PGO.
What PGO Optimization changes between VC2010 and VC2012?
http://social.msdn.microsoft.com/Forums/ja-JP/cf71f45e-1d07-4b57-aede-0f1b6c0c987b/what-pgo-optimization-changes-between-vc2010-and-vc2012?forum=vstsprofilerPerhaps VS2013’s PGO has been improved between Update 1 and Update 2 RC
2014年5月3日 3:14 PMTeteI think PGO has been improved between VS2013 Update 1 and Update 2 RC.
JavaScript benchmark results of my unofficial builds of Firefox 29.0 (built with VS2013 Update 2 RC):
SunSpider 1.0.2 (repeatCount=30)
-O2: 164.2ms +/- 1.1%
-O2 -GL: 155.1ms +/- 0.9%
-O2 PGO: 144.7ms +/- 0.6%kraken-1.1 (repeatCount=30)
-O2: 1288.7ms +/- 1.7%
-O2 -GL: 1267.9ms +/- 1.3%
-O2 PGO: 1228.3ms +/- 1.1%