Hi all,

Just for update, I have managed to do the port and almost everything
work.

However, there's one strange thing that doesn't.
If modulo() function is implemented like {return fmod(x,y); } I got
bogus values in x, y when it is called from js (% operator).
The same thing happens if I call any double arithmetic function from
within modulo() like isfinite. Any hints?

--
Boris

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to