Sciweavers

ECOOP
1995
Springer

Do Object-Oriented Languages Need Special Hardware Support?

13 years 8 months ago
Do Object-Oriented Languages Need Special Hardware Support?
Previous studies have shown that object-oriented programs have different execution characteristics than procedural programs, and that special object-oriented hardware can improve performance. The results of these studies may no longer hold because compiler optimizations can remove a large fraction of the differences. Our measurements show that SELF programs are more similar to C programs than are C++ programs, even though SELF is much more radically object-oriented than C++ and thus should differ much more from C. Furthermore, the benefit of tagged arithmetic instructions in the SPARC architecture (originally motivated by Smalltalk and Lisp implementations) appears to be small. Also, special hardware could hardly reduce message dispatch overhead since dispatch sequences are already very short. Two generic hardware features, instruction cache size and data cache write policy, have a much greater impact on performance.
Urs Hölzle, David Ungar
Added 26 Aug 2010
Updated 26 Aug 2010
Type Conference
Year 1995
Where ECOOP
Authors Urs Hölzle, David Ungar
Comments (0)