Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
Self thesis: "Adaptive optimization for Self"
[go: Go Back, main page]

Adaptive optimization for Self: Reconciling High Performance with Exploratory Programming


Urs Hölzle
Abstract: Crossing abstraction boundaries often incurs a substantial run-time overhead in the form of frequent procedure calls. Thus, pervasive use of abstraction, while desirable from a design standpoint, may lead to very inefficient programs. Aggressively optimizing compilers can reduce this overhead but conflict with interactive programming environments because they introduce long compilation pauses and often preclude source-level debugging. Thus, programmers are caught on the horns of two dilemmas: they have to choose between abstraction and efficiency, and between responsive programming environments and efficiency. This dissertation shows how to reconcile these seemingly contradictory goals by performing optimizations lazily.

Four new techniques work together to achieve this:

With better performance yet good interactive behavior, these techniques reconcile exploratory programming, ubiquitous abstraction, and high performance.


Ph.D. thesis, Computer Science Department, Stanford University. Published as Stanford CSD Technical Report STAN-CS-TR-94-1520 and Sun Microsystems Laboratories TR 95-35.

To get the PostScript file, click here (860K compressed PostScript) or here (700K PDF). For a free printed copy of the SunLabs TR, send e-mail to Amy Tashbook at SunLabs or snail-mail to Editor, Technical Reports, Sun Microsystems Laboratories, 2550 Garcia Avenue, M/S UMTV29-01, Mountain View, CA 94043-1100.