dotgnu-libjit
[Top][All Lists]
Advanced

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

Re: [Libjit-developers] Patch for dpas-parser.y to implement array expre


From: Aleksey Demakov
Subject: Re: [Libjit-developers] Patch for dpas-parser.y to implement array expressions
Date: Tue, 20 Dec 2005 17:29:10 +0600

>  Perhaps it wasn't clear from my earlier mail that the idea was to throw a
> null jit_value_t and not a constant with it's integer value as 0, which is
> why it was 0 and not jit_value_create_nint_constant(func,
> jit_type_int, 0).  Let me know if you think the index which was out of
> bounds needs to be thrown as the jit_value_t in jit_insn_throw. That looks
> more appropriate to me.

Ideally, dpas should throw more descriptive exceptions. But to start with
you could throw any valid jit_value_t value.

Aleksey


reply via email to

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