[Next]
How to Use the Vortex Compiler and Environment
The Cecil Group
Department of Computer Science and Engineering
University of Washington
Box 352350, Seattle, Washington 98195-2350
cecil@cs.washington.edu
Vortex 2.0
January 31, 1997
Abstract
This document describes how to use the Vortex compilation environment. We begin with a brief overview of the compilation model. We then detail the steps involved in compiling an application, and describe how to use the debugger and the Cecil evaluator. We describe how to set up separately-compiled libraries, and then finish with some installation and configuration directions.
- Abstract
-
- 1 - Introduction
-
- 2 - Building Your Program
-
- 2.1 - Gen directories
-
- 2.2 - Running the compiler
-
- 2.3 - Controlling the compiler configuration
-
- 2.4 - Compiler options
-
- 2.5 - Browsing Inheritance Hierarchy, Methods, Fields
-
- 2.6 - Gathering and Applying Profile Information
-
- 3 - Using the Cecil Debugger
-
- 3.1 - display, display dyn, where
-
- 3.2 - up, down, goto
-
- 3.3 - restart, recover
-
- 3.4 - print
-
- 3.5 - eval from the debugger
-
- 3.6 - Breakpoints
-
- 3.7 - Exiting the debugger
-
- 3.8 - Help
-
- 4 - Using the Cecil Evaluator
-
- 4.1 - Runtime extension methods
-
- 5 - Libraries
-
- 5.1 - Defining a library
-
- 5.2 - Compiling libraries
-
- 5.3 - Disabling separate compilation
-
- 5.4 - Implementation limitations
-
- 6 - Utilities
-
- 7 - Installation
-
How to Use the Vortex Compiler - 20 JAN 97
[Next]