JVM Language Summit Examples

Doug Simon doug.simon at oracle.com
Tue Dec 10 13:05:37 PST 2013


Hi Curt,

Have a look at MathSubstitutionsX86.pow(double, double)[1] for an example of how intrinsification is done now.

-Doug

[1] http://hg.openjdk.java.net/graal/graal/file/4eacfd0767ed/graal/com.oracle.graal.replacements/src/com/oracle/graal/replacements/MathSubstitutionsX86.java

On Dec 10, 2013, at 8:33 PM, Curt Albert <falbert9 at vt.edu> wrote:

>                I have been trying to look at using graal for compiler
> optimizations in my java code and found the presentation given at JVM
> Language Summit 2011. In that presentation there was an example of
> intrinsificiation called SafeAddNode. I was trying to reproduce this
> example, but it seems the intrinsification code has moved. Is it still
> possible to run this same example? If so how?
> 
> 
> 
> Thanks,
> 
> Curt Albert
> 
> Systems Software Research Group
> 
> Bradley Department of Electrical and Compuer Engineering
> 
> Virginia Tech
> 
> 
> 



More information about the graal-dev mailing list