Loading...
Please wait, while we are loading the content...
Similar Documents
Tracing for web 3.0: trace compilation for the next generation web applications (2009)
| Content Provider | CiteSeerX |
|---|---|
| Author | Chang, Mason Smith, Edwin Reitmaier, Rick Bebenita, Michael Gal, Andreas Wimmer, Christian Eich, Brendan Franz, Michael |
| Description | Today’s web applications are pushing the limits of modern web browsers. The emergence of the browser as the platform of choice for rich client-side applications has shifted the use of in-browser JavaScript from small scripting programs to large computationally intensive application logic. For many web applications, JavaScript performance has become one of the bottlenecks preventing the development of even more interactive client side applications. While traditional just-in-time compilation is successful for statically typed virtual machine based languages like Java, compiling JavaScript turns out to be a challenging task. Many JavaScript programs and scripts are short-lived, and users expect a responsive browser during page loading. This leaves little time for compilation of JavaScript to generate machine code. We present a trace-based just-in-time compiler for JavaScript that uses run-time profiling to identify frequently executed code paths, which are compiled to executable machine code. Our approach increases execution performance by up to 116 % by decomposing complex JavaScript instructions into a simple Forth-based representation, and then recording the actually executed code path through this low-level IR. Giving developers more computational horsepower enables a new generation of innovative web applications. In VEE |
| File Format | |
| Language | English |
| Publisher Date | 2009-01-01 |
| Access Restriction | Open |
| Subject Keyword | Trace-based Just-in-time Compiler Little Time Complex Javascript Instruction Code Path Intensive Application Logic Javascript Performance Trace Compilation Innovative Web Application Simple Forth-based Representation Traditional Just-in-time Compilation Page Loading Many Web Application Next Generation Web Application Computational Horsepower Many Javascript Program Low-level Ir Challenging Task Modern Web Browser New Generation Execution Performance Machine Code Rich Client-side Application Responsive Browser Executable Machine Code Web Application Interactive Client Side Application In-browser Javascript Virtual Machine |
| Content Type | Text |
| Resource Type | Article |