dotgnu-libjit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Libjit-developers] What happens if I branch to a label that has not


From: Paul Brannan
Subject: Re: [Libjit-developers] What happens if I branch to a label that has not been defined?
Date: Thu, 13 Sep 2007 14:10:33 -0400
User-agent: Mutt/1.5.10i

On Thu, Sep 13, 2007 at 07:13:29PM +0200, Klaus Treichel wrote:
> Hi Paul,
> 
> this behavior happens if the label is initialiy not initialized like
> jit_label_t label = jit_label_undefined; or the label is not inserted in
> the code of the jit_function with jit_insn_label(func, &label).
> There is no problem if the label is used as a branch target and the
> label is inserted later in the compile process of the current function.

But what happens if the label is never inserted?

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]