-
Fx128.0.3
2024年7月28日 10:35 AM コメントするテテファンTEST起動がきびきびです
127.0.2からなかれでの128.0.3 TESTですねRe: Fx128.0.3
2024年7月28日 11:23 AMテテお試しいただきありがとうございます。
関数のインライン化に関わる設定を、Chromiumと同じ値にまで増やしてみました。
ただ不具合が発生する可能性があるので、プロファイルのバックアップを取ってから試していただけるとありがたいです。Re: Fx128.0.3
2024年7月29日 9:31 PMUliHello tete-san,
i’m using your “standard” build of Fx 128.0.3 and it is running fine – thanks! 🙂
Re: Fx128.0.3
2024年7月30日 10:43 AMTeteHello Uli-san,
thank you for your feedback on my build.Re: Fx128.0.3
2024年7月31日 11:07 PMUliHello Tete-san,
interesting fact: I tried downloading your latest actual build (same as TEST3) with your “standard” build and it crashed when it tried to open the download panel. I downloaded the latest (TEST3) version with ungoogled-chromium and installed it. When i tried downloading the latest version again, there was no crash and it worked!
So now i am using the latest build, which runs fine – Thanks! 🙂Re: Fx128.0.3
2024年7月31日 11:27 PMTeteHello Uli-san,
thank you for reporting and trying out my builds.
And I have uploaded my latest masterpiece: a dubious TEST4. 😢Re: Fx128.0.3
2024年8月1日 12:00 AMUliHello Tete-san,
i just downloaded the TEST4 version and so far it is running just fine.
I can also download from your google drive with the masterpiece without a crash! 😉Re: Fx128.0.3
2024年8月1日 12:35 AMTeteHello Uli-san,
Thank you for testing new build.
I also used TEST4 for a while, but it suddenly crashed. The default value of -import-instr-limit is 100, so I think the value of 30 is quite conservative, but it is unfortunate…Re: Fx128.0.3
2024年8月1日 1:42 AMShaunI thought the default value for Firefox is only 10?
Anyway TEST4 seems fine here too.Re: Fx128.0.3
2024年8月1日 1:47 AMテテファンTEST4
ユーチューブを開き治すさいクラッシュします。Re: Fx128.0.3
2024年8月1日 2:40 AMUliyoutube opening fine here with TEST4 build.
Try disabling hardware acceleration temporarily.
If it works, maybe a graphics card driver update is due?Re: Fx128.0.3
2024年8月1日 8:10 AMTeteShaun-san, in the current version of LLVM, if the -import-instr-limit switch is omitted, LLVM interprets it as if -import-instr-limit=100 is specified.
Essentially, -import-instr-limit is a hidden switch in LLVM and cannot be used without a special prefix.
It is unfortunate that a much more conservative value than 100, which is the default value of LLVM, still produces invalid code.