User contributions
From JVMLangSummit
Jump to navigationJump to search(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 16:51, 28 June 2010 (diff | hist) (+40) m Faking closures on the JVM isn't as simple as it looks
- 16:51, 28 June 2010 (diff | hist) (+67) m PHP.reboot: a post JSR292 dynamic language
- 16:50, 28 June 2010 (diff | hist) (+10) m LINQ: Language Features for concurrency (among other things)
- 16:49, 28 June 2010 (diff | hist) (+48) m Improvements in Groovy performance
- 16:49, 28 June 2010 (diff | hist) (+10) m The Maxine Inspector: a Specialized Tool for VM Development
- 16:48, 28 June 2010 (diff | hist) (+63) m Erjang - A JVM-based Erlang VM
- 16:48, 28 June 2010 (diff | hist) (+10) m MethodHandles: an IBM implementation
- 16:47, 28 June 2010 (diff | hist) (+27) m Kawa and gnu.bytecode update
- 16:46, 28 June 2010 (diff | hist) (+19) m The Thorn Programming Language: Robust Distributed Scripting on the JVM
- 16:46, 28 June 2010 (diff | hist) (+10) m Performance Anxiety
- 16:46, 28 June 2010 (diff | hist) (+59) m Engineering Fine-Grained Parallelism in Java
- 16:45, 28 June 2010 (diff | hist) (+10) m Efficient compilation of Lambdas using MethodHandles and JRockit
- 16:45, 28 June 2010 (diff | hist) (+10) m Chronon - Time Travelling Debugger
- 16:44, 28 June 2010 (diff | hist) (+59) Coroutines for the Java Platform
- 16:44, 28 June 2010 (diff | hist) (+44) m Register Allocation on SSA form for Java Just-in-Time Compilation
- 16:43, 28 June 2010 (diff | hist) (+10) Improvements in OpenJDK useful for JVM languages
- 16:42, 28 June 2010 (diff | hist) (+42) Trending Toward the Middle: The Best of Static and Dynamic
- 16:41, 28 June 2010 (diff | hist) (+62) Mixed language project compilation in Eclipse: Java and Groovy
- 16:38, 28 June 2010 (diff | hist) (+8) m Performance Anxiety
- 16:38, 28 June 2010 (diff | hist) (+5) Improvements in OpenJDK useful for JVM languages
- 16:37, 28 June 2010 (diff | hist) (+2) m 2012 Main Page
- 16:36, 28 June 2010 (diff | hist) (+93) 2012 Main Page
- 16:31, 28 June 2010 (diff | hist) (+940) N Mixed language project compilation in Eclipse: Java and Groovy (New page: Andy Clement, VMware ===Abstract=== Under the Groovy-Eclipse project the Eclipse Compiler for Java (ecj) has been opened up and extensions defined to allow other language compilers to pl...)
- 16:30, 28 June 2010 (diff | hist) (+403) N Symmetric multilanguage VM architecture (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...)
- 16:30, 28 June 2010 (diff | hist) (+147) N Project Fortress compiler implementation status (New page: Christine Flood, Oracle ===Abstract=== We'll briefly introduce the Project Fortress programming language and discuss our current compiler status.)
- 16:29, 28 June 2010 (diff | hist) (+452) N Faking closures on the JVM isn't as simple as it looks (New page: David Pollak ===Abstract=== Scala is a hybrid function/OO language that fully supports and extends Java's object model as well as providing functions that close over current scope. Well,...)
- 16:29, 28 June 2010 (diff | hist) (+1) m 2012 Main Page
- 16:29, 28 June 2010 (diff | hist) (+348) N PHP.reboot: a post JSR292 dynamic language (New page: Rémi Forax ===Abstract=== I will present my new pet project: PHP.reboot a safe and secure PHP like language that run on top of a 1.7 VM. After a short presentation of the language, I wi...)
- 16:28, 28 June 2010 (diff | hist) (+444) N LINQ: Language Features for concurrency (among other things) (New page: Neal Gafter, Microsoft ===Abstract=== Language Integrated Query (LINQ) is a collection of language features, including lambda expressions and extension methods, that provides a pluggable...)
- 16:27, 28 June 2010 (diff | hist) (+314) N Improvements in Groovy performance (New page: Jochen Theodorou ===Abstract=== Connecting to my talk in 2009 I will show some examples in that Groovy will gain very much performance with Groovy release 1.8. I w...)
- 16:26, 28 June 2010 (diff | hist) (+788) N The Maxine Inspector: a Specialized Tool for VM Development (New page: Michael Van De Vanter, Oracle ===Abstract=== The Maxine Inspector is an all-in-one tool highly specialized for developing the Maxine VM: a Java VM written in Java, using meta-circular de...)
- 16:25, 28 June 2010 (diff | hist) (+1,026) N Erjang - A JVM-based Erlang VM (New page: Kresten Krab Thorup, Trifork ===Abstract=== Over the last few years, I have been meeting "Erlang people" more and more often, and I was getting the impression that they have a magical ab...)
- 16:24, 28 June 2010 (diff | hist) (+616) N MethodHandles: an IBM implementation (New page: Dan Heidinga, IBM ===Abstract=== This session will provide an overview of the IBM implementation strategy for the key feature of JSR 292: MethodHandles. Implementation tricks and challen...)
- 16:24, 28 June 2010 (diff | hist) (+461) N Kawa and gnu.bytecode update (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...)
- 16:23, 28 June 2010 (diff | hist) (+1,097) N The Thorn Programming Language: Robust Distributed Scripting on the JVM (New page: John Field, IBM Research http://www.thorn-lang.org/ ===Abstract=== Scripting languages enjoy great popularity due to their support for rapid and exploratory development. They typically ...)
- 16:21, 28 June 2010 (diff | hist) (+1) Performance Anxiety
- 16:21, 28 June 2010 (diff | hist) (+543) N Performance Anxiety (New page: Joshua Bloch ===Abstract=== This talk delves deeper into the topics discussed at 2009's [[MindTheSemanticGap|Mind the Semantic Gap] workshop. As the performance of our systems improves, ...)
- 16:19, 28 June 2010 (diff | hist) (+221) N Engineering Fine-Grained Parallelism in Java (New page: Doug Lea ===Abstract=== This talk describes ongoing efforts to add work-stealing, lightweight barriers, and related support into core libraries. The presentation also covers potential ap...)
- 16:19, 28 June 2010 (diff | hist) (+322) N Efficient compilation of Lambdas using MethodHandles and JRockit (New page: Fredrik Öhrström ===Abstract=== MethodHandles can (will) be used to implement Lambdas and closures in Java. It might look like the new language constructs will have worse performance t...)
- 16:18, 28 June 2010 (diff | hist) (+2) Chronon - Time Travelling Debugger
- 16:17, 28 June 2010 (diff | hist) (+847) N Chronon - Time Travelling Debugger (New page: Prashant Deva ===Abstract=== Chronon is a flight data recorder for Java program. It literally records every method call, assignment, exception, and every other meaningful line of code on...)
- 16:16, 28 June 2010 (diff | hist) (+632) N Coroutines for the Java Platform (New page: Lukas Stadler ===Abstract=== Coroutines are an elegant and efficient implementation construct for numerous algorithmic problems. As more and more languages are implemented on top of the ...)
- 16:16, 28 June 2010 (diff | hist) (+924) N Register Allocation on SSA form for Java Just-in-Time Compilation (New page: Christian Wimmer ===Abstract=== Register allocation is one of the most important, but also the most expensive compiler optimizations. This is especially critical for Java just-in-time co...)
- 16:15, 28 June 2010 (diff | hist) (+855) N Improvements in OpenJDK useful for JVM languages (New page: Eric Caspole ===Abstract=== We will cover recent contributions to OpenJDK from AMD Java Labs that offer improvements in developer productivity and application performance, which would be...)
- 16:13, 28 June 2010 (diff | hist) (+854) 2012 Main Page
- 15:33, 28 June 2010 (diff | hist) (+553) N Trending Toward the Middle: The Best of Static and Dynamic (New page: Charles Nutter ===Abstract=== Static languages invariably end up adding features that make them more dynamic (or make them feel more dynamic). Dynamic languages strive for performance by...)
- 15:27, 28 June 2010 (diff | hist) (+5) 2012 Main Page
- 15:23, 28 June 2010 (diff | hist) (+2,631) 2012 Main Page
- 15:20, 28 June 2010 (diff | hist) (+28) N 2012 Main Page (Main Page moved to 2009 Main Page)
- 15:20, 28 June 2010 (diff | hist) (-3,831) m 2009 Main Page (Main Page moved to 2009 Main Page) (current)
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)