HSAIL store immediate webrev

Doug Simon doug.simon at oracle.com
Tue Jan 14 07:14:34 PST 2014


+            storeValue = ((Constant) reg).asBoxedValue().toString();

Don’t you need to do some kind of encoding of String constants in case they contain assembler directives/keywords/tokens?

-Doug

On Jan 14, 2014, at 3:49 PM, Eric Caspole <eric.caspole at amd.com> wrote:

> Hi everyone,
> I added storing immediates into the HSAIL assembler, see HSA PRM 0.95, pg 128. I just realized this had not been done before and I wanted to use it.
> 
> http://cr.openjdk.java.net/~ecaspole/hsail_store_immediate/webrev/
> 
> Thanks,
> Eric
> 



More information about the graal-dev mailing list