comparison graal/com.oracle.max.cri/src/com/oracle/max/cri/ri/RiTypeProfile.java @ 4453:c0430421d43d

bugfixes for inlining multiple methods
author Christian Haeubl <christian.haeubl@oracle.com>
date Fri, 27 Jan 2012 21:17:33 -0800
parents 4e3aaf14cbc6
children f4c82dd4619e
comparison
equal deleted inserted replaced
4452:b225da954a32 4453:c0430421d43d
23 package com.oracle.max.cri.ri; 23 package com.oracle.max.cri.ri;
24 24
25 import java.io.*; 25 import java.io.*;
26 26
27 /** 27 /**
28 * This profile object represents the type profile of one call site, cast or instanceof instruction. The precision of 28 * This profile object represents the type profile at a specific BCI. The precision of the supplied values may vary,
29 * the supplied values may vary, but a runtime that provides this information should be aware that it will be used to 29 * but a runtime that provides this information should be aware that it will be used to guide performance-critical
30 * guide performance-critical decisions like speculative inlining, etc. 30 * decisions like speculative inlining, etc.
31 */ 31 */
32 public final class RiTypeProfile implements Serializable { 32 public final class RiTypeProfile implements Serializable {
33 /** 33 /**
34 * 34 *
35 */ 35 */