Difference between revisions of "JVM Continuations"

From JVMLangSummit
Jump to navigationJump to search
(New page: == JVM Continuations == Lukas Stadler, JKU ; Project: ; Blog: ; Slides: Image:file.pdf === Abstract === = Background = = Current Status = = Future = = Key Issues for Discuss...)
 
Line 7: Line 7:
  
 
=== Abstract ===
 
=== Abstract ===
 +
 +
Continuations for the Hotspot JVM — Lukas Stadler
 +
 +
Continuation support is part of the MLVM effort. They are a powerful concept that allows implementation of many advanced language features like coroutines, green threads, etc. This presentation covers the basic concepts of the lazy continuation mechanism and the details of the actual implementation in the JVM.
  
 
= Background =
 
= Background =

Revision as of 09:26, 17 September 2009

JVM Continuations

Lukas Stadler, JKU

Project
Blog
Slides
File:File.pdf

Abstract

Continuations for the Hotspot JVM — Lukas Stadler

Continuation support is part of the MLVM effort. They are a powerful concept that allows implementation of many advanced language features like coroutines, green threads, etc. This presentation covers the basic concepts of the lazy continuation mechanism and the details of the actual implementation in the JVM.

Background

Current Status

Future

Key Issues for Discussion

(please expand cooperatively)