Kawa and gnu.bytecode update

From JVMLangSummit
Revision as of 17:24, 28 June 2010 by Abuckley (talk | contribs) (New page: Per Bothner ===Abstract=== An update on [http://www.gnu.org/software/kawa Kawa] and the gnu.bytecode toolkit. I'll focus on implementation, performance, and optimizations. For example gn...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Per Bothner

Abstract

An update on Kawa and the gnu.bytecode toolkit. I'll focus on implementation, performance, and optimizations. For example gnu.bytecode generates the StackMapTable attribute on-the-fly using compiler-produced type-information, without a slow post-processor. There are also some lessons learned from implementing benchmark programs. I will also briefly touch on new and planned user-visible changes.