lightning
[Top][All Lists]
Advanced

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

Re: [Lightning] Order of function arguments on mips


From: Paolo Bonzini
Subject: Re: [Lightning] Order of function arguments on mips
Date: Wed, 20 Oct 2010 08:32:06 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100907 Fedora/3.1.3-1.fc13 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.3

On 10/20/2010 02:32 AM, Paulo César Pereira de Andrade wrote:
   What you suggest to avoid minimal problems with lightning?

_jit_prepare("dfii")
to be understood as:
<unkown_return_type>  function(double, float, int, int);

While it is a bit long, maybe

  jit_prepare_d(1);
  jit_prepare_f(1);
  jit_prepare_i(2);

would "just work"?

Paolo



reply via email to

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