Related articles |
---|
optimizing OOPL's vaughn@umbc.edu (1993-08-06) |
Re: optimizing OOPL's grunwald@mosaic.cs.colorado.edu (1993-08-07) |
Newsgroups: | comp.compilers |
From: | vaughn@umbc.edu (Tom Vaughn) |
Keywords: | optimize, OOP, question, comment |
Organization: | University of Maryland, Baltimore County Campus |
Date: | Fri, 6 Aug 1993 20:18:00 GMT |
Hello,
I'm new to the compiler field, being more involved with software
enginnering. I would like to know more about techniques for "optimizing
out" OO and other methods for making software safer and more extendable
(and inherently less efficient). Are there any good references or research
reports?
Thanks,
Tom Vaughn
Comp. Sci. Ugrad
[Look for type inference, which is how a compiler determines that it can
safely avoid run-time type checks in places where the types can be determined
at compile time. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.