Date: Mon, 02 Dec 1996 15:53:11 GMT Server: NCSA/1.4.2 Content-type: text/html How to Use the Vortex Compiler [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 Beta

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 - Gathering and Applying Profile Information
3 - Using the Debugger
3.1 - display, display dyn
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
6 - Utilities
7 - Installation

How to Use the Vortex Compiler - 18 FEB 96
[Next]