Stephane Peiry <[EMAIL PROTECTED]> wrote:
> On Sat, Feb 14, 2004 at 02:35:02PM +0100, Leopold Toetsch wrote:
>>    docs/debug.pod /jit
> saw that one, but jit doesn't generate a .o file under sparc?

Calling Parrot_jit_debug() is enabled for __GNUC__ and __IBMC__. If your
system doesn't define one of these, try adding a define.

If that runs and it works you get a stabs file (for parrot -d -j). This is
compiled via an hardcoded line with "as". s. jit_debug.c

$ parrot -d -j t.imc
$ l *stabs*
-rw-r--r--   1 lt       users        8891 Feb 14 18:17 t.stabs.s

> Stéphane

leo

Reply via email to