Oz and Mozart Hackers Mailing List

Re: good news from the inline-opcode-map branch


From: Kevin Glynn (glynn@info.ucl.ac.be)
Date: Wed Dec 03 2003 - 17:23:58 CET


duchier@ps.uni-sb.de writes:
>
> it would be useful to see the assembly code. Could you try to run the
> command above and add -save-temps, then send me the assembly file
>

Attached as tmp.s

> However, I am guessing that it is this line:
>
> > asm volatile(".align 8,3");
>
> which causes problems. hmm... crap, I think it means that the sparc
> assembler doesn't support this syntax (with a 2nd arg to fill the
> alignment bytes). Try to replace:
>
> asm volatile(".byte 3");
> asm volatile(".align 8,3");
>
> by:
> asm volatile(".byte 3");
> asm volatile(".byte 3");
> asm volatile(".byte 3");
> asm volatile(".byte 3");
>

This compiles! Assembly file is attached as tmp-I.s

cheers
k

tmp.s




tmp-I.s



-
Please send submissions to hackers@mozart-oz.org
and administriva mail to hackers-request@mozart-oz.org.
The Mozart Oz web site is at http://www.mozart-oz.org/.



This archive was generated by hypermail 2b29.