Symmetric multilanguage VM architecture

From JVMLangSummit
Revision as of 17:30, 28 June 2010 by Abuckley (talk | contribs) (New page: Oleg Pliss, Oracle ===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 multilang...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Oleg Pliss, Oracle

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.