The Design and Evaluation of A High Performance Smalltalk System

David Michael Ungar

EECS Department
University of California, Berkeley
Technical Report No. UCB/CSD-86-287
February 1986

http://www2.eecs.berkeley.edu/Pubs/TechRpts/1986/CSD-86-287.pdf

The Smalltalk-80 system makes it possible to write programs quickly by providing object-oriented programming, incremental compilation, run-time type checking, use-extensible data types and control structures, and an interactive graphical interface. However, the potential savings in programming effort have been curtailed by poor performance in widely available computers or high processor cost. Smalltalk-80 systems pose tough challenges for implementors: dynamic data typing, a high-level instruction set, frequent and expensive procedure calls, and object-oriented storage management.

The dissertation documents two results that run counter to conventional wisdom: that a reduced instruction set computer can offer excellent performance for a system with dynamic data typing such as Smalltalk-80, and that automatic storage reclamation need not be time-consuming.

Advisor: David A. Patterson


BibTeX citation:

@phdthesis{Ungar:CSD-86-287,
    Author = {Ungar, David Michael},
    Title = {The Design and Evaluation of A High Performance Smalltalk System},
    School = {EECS Department, University of California, Berkeley},
    Year = {1986},
    Month = {Feb},
    URL = {http://www2.eecs.berkeley.edu/Pubs/TechRpts/1986/5376.html},
    Number = {UCB/CSD-86-287},
    Abstract = {The Smalltalk-80 system makes it possible to write programs quickly by providing object-oriented programming, incremental compilation, run-time type checking, use-extensible data types and control structures, and an interactive graphical interface. However, the potential savings in programming effort have been curtailed by poor performance in widely available computers or high processor cost. Smalltalk-80 systems pose tough challenges for implementors: dynamic data typing, a high-level instruction set, frequent and expensive procedure calls, and object-oriented storage management. <p> The dissertation documents two results that run counter to conventional wisdom: that a reduced instruction set computer can offer excellent performance for a system with dynamic data typing such as Smalltalk-80, and that automatic storage reclamation need not be time-consuming.}
}

EndNote citation:

%0 Thesis
%A Ungar, David Michael
%T The Design and Evaluation of A High Performance Smalltalk System
%I EECS Department, University of California, Berkeley
%D 1986
%@ UCB/CSD-86-287
%U http://www2.eecs.berkeley.edu/Pubs/TechRpts/1986/5376.html
%F Ungar:CSD-86-287