view AUTHORS.md @ 21890:894f82515e38

Truffle/APIs and Debugging: Evolutionary steps to integrating debugging and tool support with TruffleVM APIs - Add a version string to language registration: Language.getShortName() produces a string with both language and version - Rename SLMain --> SLLanguage (little change current machinery) - Remove DebugEngine dependence on ExecutionContext: Visualizer access migrated to TruffleLanguage - ExecutionContext now has only one method left: getCompilerOptions() - Rename SourceExecutionProvider to DebugSupportProvider, now supplied by implementing abstract TruffleLanguage.getDebugSupport() - Revise DebugEngine and its helper classes to work with the new APIs
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 09 Jun 2015 15:20:30 -0700
parents 2bbe4ecff88c
children
line wrap: on
line source

# Graal Authors

The GraalVM is based on the source code of HotSpot. The following authors have contributed to the Graal-specific part of the source base:

* Tom Deneau (tdeneau)
* Gilles Duboscq (gdub)
* Josef Eisl (jeisl)
* Matthias Grimmer (mgrimmer)
* Peter Hofer
* Christian Haeubl (chaeubl)
* Michael Haupt (mhaupt)
* Christian Humer (chumer)
* Mick Jordan (mjjordan)
* Morris Meyer (morris)
* Tom Rodriguez (never)
* Roland Schatz (rschatz)
* Doug Simon (dnsimon)
* Lukas Stadler (lstadler)
* Alexander Stipsits
* Katrin Strassl
* Christian Thalinger (twisti)
* Bernhard Urban (burban)
* Michael Van De Vanter (mlvande)
* Vasanth Venkatachalam (vvenkat)
* Igor Veresov (iveresov)
* Christian Wimmer (cwimmer)
* Christian Wirth (cwirth)
* Andreas Woess (aw)
* Thomas Wuerthinger (thomaswue)
* Bharadwaj Yadavalli (bharadwaj)