Looking for early paper about compiling object-oriented code

Posted by Robert Kosara on Stack Overflow See other posts from Stack Overflow or by Robert Kosara
Published on 2010-05-27T18:13:28Z Indexed on 2010/05/27 18:31 UTC
Read the original article Hit count: 222

Filed under:
|

I remember reading a paper a long time ago that talked about object-oriented programming. I believe that this was from the early 1980s or perhaps even before then.

This was at the time when object-oriented programming was still done through pre-processors, and one thing that stuck with me is this: it argued that you could write code in either procedural or object-oriented fashion, and after preprocessing/compiling, you would end up with the exact same machine code.

Does anybody know which paper I'm talking about?

© Stack Overflow or respective owner

Related posts about compiler

Related posts about object-oriented