Re: looking for information about profiling of OO languages

Aaron Coday <a-coday@cs.uiuc.edu>
12 Feb 1998 13:34:22 -0500

          From comp.compilers

Related articles
looking for information about profiling of OO languages Francois-Xavier.Josset@irisa.fr (Francois-Xavier Josset) (1998-02-10)
Re: looking for information about profiling of OO languages samr@cogs.susx.ac.uk (1998-02-12)
Re: looking for information about profiling of OO languages a-coday@cs.uiuc.edu (Aaron Coday) (1998-02-12)
Re: looking for information about profiling of OO languages jdean@puma.pa.dec.com (1998-02-12)
| List of all articles for this month |

From: Aaron Coday <a-coday@cs.uiuc.edu>
Newsgroups: comp.compilers
Date: 12 Feb 1998 13:34:22 -0500
Organization: University of Illinois at Urbana-Champaign
References: 98-02-042
Keywords: OOP, performance

You should look at the Self project from Stanford
(http://self.smli.com/). Their system makes use of dynamic profiling
to aid in re-optimization. Yes, it is different than languages like
C, because you can profile the receiver object types so that you can
speed up dynamic dispatches.


This system is also relevant because much of the technology is being
used in Sun's Hotspot JVM/JIT, according to Sun.


-Aaron Coday


Francois-Xavier Josset wrote:
>
> I am looking for informations concerning profiling of object-oriented
> languages (in particular, Java),
--
Aaron Coday a-coday@uiuc.edu
2234 DCL MC 258 http://www.students.uiuc.edu/~a-coday/
1304 W. Springfield
Urbana, IL 61801 "No matter where you go, there you are"
(W)217-244-7116
--


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.