Logo by Miloš Mirković
23 May
There are many things that can be done to a program to improve performance and quite a few can be done during compile time. In the next version of Waterfox, the following changes will be implemented:
Switching to Intel's LibM from AMD's LibM
This provides a very little performance increase, but it's still there due to Intel's more efficient use of math functions.
The implementation of a better memory allocator (tcmalloc)
Memory allocators have come a long way, especially since the implementation of jemalloc in Firefox 3. A well written malloc can provide some nice performance benefits. Low memory and better CPU scaling are some of the advantages of a well implemented malloc (but since the release of Windows 7 and it's own memory allocator this is less of an issue). To gain some more small performance improvements, I have implemented tcmalloc from Google's Performance tools (the same memory allocator used in Google Chrome).
More information about tcmalloc can be found here.
Compilation using Intel's C++ Compiler
There's no doubt about it that ICC is one of the best compilers out there. Just a simple recompile of a program can net huge performance improvements. While a stable program is hard to achieve, it is not impossible. Therefore the next version of Waterfox will include as much of the code being compiled by ICC as possible while keeping the program stable and usable.
27 Apr
What's New in Firefox 12?
- Windows: Firefox is now easier to update with one less prompt (User Account Control)
- Page Source now has line numbers
- Line breaks are now supported in the title attribute
- Improvements to "Find in Page" to center search result
- URLs pasted into the download manager window are now automatically downloaded
- Support for the text-align-last CSS property has been added
- Various security fixes
- Some TinyMCE-based editors failed to load (739141)
- OS X: WebGL performance may be degraded on some hardware (713305)
Frequently Asked Questions
Downloads
A shout out to
- msuguy71
- Quantum Reality
- Andre Chappel
- Nick2253
- Jack Pieron
- Dean Surkin
- MaimiWeiss
- Richard Haire
- DE MARCO, LLC
- Garrett Anderson
- Mark Greenway
- Brenda Fernández
- Matthew Trump
- Kevin Blas

Edited by MrAlex - Today at 1:15 pm








will be downloading and importing my firefox profile soon!