Difference between revisions of "Symmetric multilanguage VM architecture"

From JVMLangSummit
Jump to navigationJump to search
Line 1: Line 1:
 
;Speaker: Oleg Pliss, Oracle
 
;Speaker: Oleg Pliss, Oracle
;Slides: [[Media:Pliss-Monty-Multilanguage VM-2010.pdf]]
+
;Resources: [[Media:Pliss-Monty-Multilanguage VM-2010.pdf | Slides]] and [http://medianetwork.oracle.com/media/show/15494?n=playlist&nid=1 Video]
  
 
===Abstract===
 
===Abstract===
  
 
This is a work-in-progress report on implementation of JavaScript engine in a small JVM running on mobile devices. We are building a symmetric multilanguage VM where each language has its own native interpreter and dynamic compiler while runtime libraries, threads, execution stacks, memory management, binary assembler and common parts of code generators are shared.
 
This is a work-in-progress report on implementation of JavaScript engine in a small JVM running on mobile devices. We are building a symmetric multilanguage VM where each language has its own native interpreter and dynamic compiler while runtime libraries, threads, execution stacks, memory management, binary assembler and common parts of code generators are shared.

Revision as of 17:57, 27 August 2010

Speaker
Oleg Pliss, Oracle
Resources
Slides and Video

Abstract

This is a work-in-progress report on implementation of JavaScript engine in a small JVM running on mobile devices. We are building a symmetric multilanguage VM where each language has its own native interpreter and dynamic compiler while runtime libraries, threads, execution stacks, memory management, binary assembler and common parts of code generators are shared.