Publication Details

Title: Sather Language Design and Performance Evaluation
Author: C.-C. Lim and A. Stolcke
Group: ICSI Technical Reports
Date: May 1991
PDF: ftp://ftp.icsi.berkeley.edu/pub/techreports/1991/tr-91-034.pdf

Overview:
Sather is an object-oriented language recently designed and implemented at the International Computer Science Institute in Berkeley. It compiles into C and is intended to allow development of object-oriented, reusable software while retaining C's efficiency and portability. We investigate to what extent these goals were met through a comparative performance study and analysis of Sather and C programs on a RISC machine. Several language design decisions in Sather are motivated by the goal of efficient compilation to standard architectures. We evaluate the reasoning behind these decisions, using instruction set usage statistics, cache simulations, and other data collected by instrumented Sather-generated code. We conclude that while Sather users still pay a moderate overhead for programming convenience (in both run time and memory usage) the overall CPU and memory usage profiles of Sather programs are virtually identical to those of comparable C programs. Our analysis also shows that each of the choices made in Sather design and implementation is well justified by a distinctive performance advantage. It seems, then, that Sather proves the feasibility of its own design goal of making object-oriented programming efficient on standard architectures using a combination of judicious language design and efficient implementation.

Bibliographic Information:
ICSI Technical Report TR-91-034

Bibliographic Reference:
C.-C. Lim and A. Stolcke. Sather Language Design and Performance Evaluation. ICSI Technical Report TR-91-034, May 1991