Path: utzoo!attcan!uunet!cs.utexas.edu!mailrus!iuvax!ux1.cso.uiuc.edu!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!m.cs.uiuc.edu!p.cs.uiuc.edu!johnson From: johnson@p.cs.uiuc.edu Newsgroups: comp.lang.c++ Subject: Re: Efficiency of C++ relative to C?? Message-ID: <77300033@p.cs.uiuc.edu> Date: 20 Sep 89 15:48:00 GMT References: <16493@watdragon.waterloo.edu> Lines: 5 Nf-ID: #R:watdragon.waterloo.edu:16493:p.cs.uiuc.edu:77300033:000:263 Nf-From: p.cs.uiuc.edu!johnson Sep 20 10:48:00 1989 The 1988 C++ conference has a paper by Russo and Kaplan in which they took a C program (a Scheme interpreter), rewrote it in C++, and it was faster. It turns out that virtual functions are faster than switch statements, at least for the machine they were using.