Firefox 18 Beta Brings The IonMonkey Engine

Posted by Michael Larabel on November 27, 2012

Mozilla's Firefox 18 Beta web-browser released on Monday. New to this development release that's coming just one week after Firefox 17 is integrating the new IonMonkey JavaScript engine.

Mozilla's IonMonkey JavaScript engine is a Just-In-Time (JIT) compiler that provides a new compiler that is more organized and has explicit data structures of advanced compilers. IonMonkey also lays down work for further optimizations and experimentation.

IonMonkey works by translating the JavaScript code into an intermediate representation (IR), running various algorithms on the generated IR for carrying out optimizations, and then translating the optimized IR into machine code for execution. The current optimized machine code back-ends include support for ARMv7, x86, and x86_64. This is a much cleaner model is similar in nature to LLVM while Mozilla's current JägerMonkey and former TraceMonkey engines didn't go through this IR layer.

Among the current IonMonkey optimization passes on the IR are for dead code elimination, range analysis, a register allocation scheme similar to the HotSpot JVM, redundant code elimination, and the moving of instructions outside of loops where possible.

Benchmarks already of this new Firefox 18 Beta show its JavaScript to be much faster than Firefox 17 and its predecessors. More IonMonkey details are available from the Mozilla Wiki.

Other Firefox 18 Beta features include early WebRTC support, a built-in PDF viewer, performance improvements, CSS3 Flexbox support, support for @supports, W3C touch events, and much more.

The Firefox 18 Beta for all major platforms is available from Mozilla.org.

Discuss this article in our forums, IRC channel, or email the author. You can also follow our content via RSS and on social networks like Facebook, Identi.ca, and Twitter (@Phoronix and @MichaelLarabel). Subscribe to Phoronix Premium to view our content without advertisements, view entire articles on a single page, and experience other benefits.
Latest Hardware Reviews
  1. Gallium3D Continues Improving OpenGL For Older Radeon GPUs
  2. 15-Way Open vs. Closed Source NVIDIA/AMD Linux GPU Comparison
  3. Nouveau vs. NVIDIA Linux Comparison Shows Shortcomings
  4. AMD Radeon Gallium3D More Competitive With Catalyst On Linux
Latest Software Articles
  1. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  2. AMD Radeon R600 GPU LLVM 3.3 Back-End Testing
  3. F2FS File-System Shows Regressions On Linux 3.10
  4. Previewing The Radeon Gallium3D Shader Optimizations
Latest Linux News
  1. Modern Intel Gallium3D Driver Still Being Toyed With
  2. Linux 3.10 Kernel Benchmarks On A Core i7 Laptop
  3. GCC 4.8.1 Compiler Due To Be Out Next Week
  4. Linux 3.10 Kernel Benchmarks For Intel Ivy Bridge
  5. Linux's "Ondemand" Governor Is No Longer Fit
  6. Firefox 22 Beta Enables WebRTC Support
  7. OpenSUSE 13.1 Milestone 1 Released
  8. DRM Graphics Driver Comes For Dove/Cubox
  9. JADE: An LLVM-Based Video Decoder For MPEG RVC
  10. Ubuntu 13.10 Likely Switching To Chromium Browser
  11. Unity 7, Compiz To Be Polished For Ubuntu 13.10
Latest Forum Talk
  1. Left 4 Dead 2 Beta Surfaces For Linux Gamers
  2. Ubuntu 13.10 Likely Switching To Chromium Browser
  3. VA-API Gets New H.264/MPEG-2 Encoding API Support
  4. Btrfs vs. EXT4 vs. XFS vs. F2FS On Linux 3.10
  5. Unity 8, Mir To Be Experimental Choice In Ubuntu...
  6. Modern Intel Gallium3D Driver Still Being Toyed...
  1. Computers
  2. Display Drivers
  3. Graphics Cards
  4. Motherboards
  5. Peripherals
  6. Processors
  7. Software
  8. Operating Systems
  9. All Articles
  1. Linux Benchmarking
  2. OpenBenchmarking.org
  3. Phoronix Test Suite