Hi,
with Werror option, I cannot even compile it. Any fix for this? what
version is considered stable?
Thank in advance.
___
fonc mailing list
fonc@vpri.org
http://vpri.org/mailman/listinfo/fonc
On Sun, 2008-10-12 at 21:23 -0700, Kjell Godo wrote:
> Could you please explain:
>
> (:reg (:early-cleanup :reg) ,#'(lambda (op cg)
> (movl-reg cg (output (lhs op)) :reg (eax cg))
>
> (emit-epilogue cg)))
> ?
This is a pseudo-instruction that takes the r
> I looked at the jolt-burg directory
> There seems to be a static code generator and a dynamic code generator.
> Does the dynamic code generator spit out binary?
It generates code into memory at runtime
> The code generator that I was looking at seemed to be outputting ascii
> assembler source c