loop peeling in snippets

Deneau, Tom tom.deneau at amd.com
Thu May 29 20:20:12 UTC 2014


OK I thought I saw peeling but let me look at it more closely.
I'm working on an extension of the HSAIL allocation snippets to allow them to
grab a new tlab when the current tlab is full.

-- Tom

> -----Original Message-----
> From: Doug Simon [mailto:doug.simon at oracle.com]
> Sent: Thursday, May 29, 2014 2:43 PM
> To: Deneau, Tom
> Cc: graal-dev at openjdk.java.net
> Subject: Re: loop peeling in snippets
> 
> Apart from exploding loops based on explicit use of ExplodeLoopNode, we
> don't do any loop peeling within snippets as far as I'm aware. What
> snippet are you writing and what problem are you trying to address?
> 
> -Doug
> 
> On May 29, 2014, at 8:53 PM, Deneau, Tom <tom.deneau at amd.com> wrote:
> 
> > If we have a snippet we are compiling for the HSAIL backend which
> contains while loops and we don't want loop peeling, is there a way to
> turn that optimization off for snippets only?
> >
> > -- Tom



More information about the graal-dev mailing list