Jason Baker
Purdue University
13 Papers
133 Citations
Jason Baker is an academic researcher from Purdue University. The author has contributed to research in topics: Real time Java & Java. The author has an hindex of 9, co-authored 13 publications. Previous affiliations of Jason Baker include University of Utah.
Chat about Author
Papers
A real-time Java virtual machine with applications in avionics
Austin Armbruster,Jason Baker,Antonio Cunei,Chapman Flack,David Holmes,Filip Pizlo,Edward Pla,Marek Prochazka,Jan Vitek +8 more
TL;DR: The first use of Real-time Java inAvionics in avionics in the context of control software for a ScanEagle Unmanned Aerial Vehicle is presented.
Maya: multiple-dispatch syntax extension in Java
Jason Baker,Wilson C. Hsieh +1 more
- 17 May 2002
TL;DR: The design and implementation of Maya are described, a version of Java that allows programmers to extend and reinterpret its syntax, and how its novel parsing techniques work and how Maya can statically detect certain kinds of errors are described.
Runtime aspect weaving through metaprogramming
Jason Baker,Wilson C. Hsieh +1 more
- 22 Apr 2002
TL;DR: An extension to the Java language, Handi-Wrap, that supports weaving aspects into code at runtime, in the form of method wrappers, which allow aspect code to be inserted around method bodies like advice in AspectJ.
Accurate garbage collection in uncooperative environments revisited
TL;DR: The proposed lazy pointer stacks mechanism provides a speedup of 4.5p over Henderson's accurate collector with a 17p increase in code size and is validated with the implementation of a real-time concurrent garbage collection algorithm.
Engineering a customizable intermediate representation
K. Palacz,Jason Baker,Chapman Flack,Christian Grothoff,H. Yamauchi,Jan Vitek +5 more
- 08 Jun 2003
TL;DR: This work argues that the approach eases the task of writing new components without sacrificing efficiency, and presents the intermediate representation and software design patterns used throughout the Ovm framework.
28