Pale Moon – Custom-built and optimized Firefox-based browser for Windows
1–10 of 14 posts
Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#2Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#3Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#4Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#5 The answer is: No, this is my baby.
While I'm quite happy with FF as my primary browser now that historical memory issues are mostly resolved, I'd be interested in building a FF release from source and having build-time options. The Pale Moon source code being distributed via "ge.tt" seems designed to obfuscate in a world of git. I'll pass.Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#6Has anyone tested the difference between Mozilla's Firefox build and a local fully-optimized for your machine build? Or something similar with another piece of open source software. I wonder how much the "Gentoo-model" of compiling everything yourself affects everyday performance.
No matter what tweaks I tried, the binary builds from Moz always ran better.
Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#7From the FAQ: Can I see your mozconfig/build environment/configuration files? The answer is: No, this is my baby. While I'm quite happy with FF as my primary browser now that historical memory issues are mostly resolved, I'd be interested in building a FF release from source and having build-time options. The Pale Moon source code being distributed via "ge.tt" seems designed to obfuscate in a world of git. I'll pass.
A few people have asked about getting a detailed run-down of my build
clearly not always with good intentions.
How could you copy a build process with bad intentions? The code doesn't belong to him/her and him/her aren't attempting to profit from Pale Moon. I'm genuinely puzzled.Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#8It has bugs that other versions of Firefox do not. Because he does not openly share his build configuration/etc it's not possible for you to fix those bugs.
I've had to spend a lot of time trying to troubleshoot issues Pale Moon users had with my HTML5 applications, and in every case the solution was for them to use a properly built and maintained browser. :(
Re: Pale Moon – Custom-built and optimized Firefox-based browser for Windows
#9Has anyone tested the difference between Mozilla's Firefox build and a local fully-optimized for your machine build? Or something similar with another piece of open source software. I wonder how much the "Gentoo-model" of compiling everything yourself affects everyday performance.
It's probably possible to produce a custom build for your machine that runs faster, whether by using custom instruction sets, or feeding different data to the optimizer when it's doing PGO. However, the risk you run there is that this could introduce bugs - Firefox and Chrome both regularly run into bugs caused by the optimizer or linker, and in some cases the fix is to stop the optimizer/linker from fiddling with that code.