Sciweavers

CASES
2000
ACM

A code generation framework for Java component-based designs

13 years 8 months ago
A code generation framework for Java component-based designs
In this paper, we describe a software architecture supporting code generation from within Ptolemy II. Ptolemy II is a componentbased design tool intended for embedded and real-time system design. The infrastructure described here provides a platform for experimentation with synthesis of embedded software or hardware designs from high-level, Java-based specifications. A specification consists of a set of interconnected actors whose functionality is defined in Java. The provided infrastructure parses the existing Java code for the actors and presents a simple API, using the pattern, for transforming the abstract syntax tree and writing code transformers and back-end code generators. A code transformer is described that performs generic optimizations, such as specialization of polymorphic data types, and domain-specific optimizations, such as static buffer allocation for communication between dataflow actors. The back end resynthesizes the transformed Java code. We describe a simple exam...
Jeff Tsay, Christopher Hylands, Edward Lee
Added 01 Aug 2010
Updated 01 Aug 2010
Type Conference
Year 2000
Where CASES
Authors Jeff Tsay, Christopher Hylands, Edward Lee
Comments (0)