Re: [pypy-dev] Pypy translation fails on MIPS (without JIT)

2013-07-05 Thread Alexis BRENON
Le 04/07/2013 18:14, Armin Rigo a écrit : Hi Alexis, On Thu, Jul 4, 2013 at 9:48 AM, Alexis BRENON wrote: Maybe there is a deeper reason of all these failures. But I can't point out which or where... Any idea ? The same as I already said in my previous reply. Try from the other side:

Re: [pypy-dev] Pypy translation fails on MIPS (without JIT)

2013-07-04 Thread Alexis BRENON
Le 04/07/2013 08:44, Armin Rigo a écrit : Hi Alexis, On Wed, Jul 3, 2013 at 4:04 PM, Alexis BRENON wrote: Is anyone got any idea where I can search to debug this ? Check first that compiling programs works at all. Then, still with a 5-lines example .c, try to add options to gcc one at a

[pypy-dev] Pypy translation fails on MIPS (without JIT)

2013-07-03 Thread Alexis BRENON
Hi everyone, As someones know, I'm working for a company (as an internship) on the MIPS port of Pypy. I started the JIT backend but not finished and for the moment I try to translate Pypy without JIT (because JIT isn't finished). I try to translate it directly on the target, even if it wil

[pypy-dev] BlockBuilderMixin.get_relative_pos()

2013-06-07 Thread Alexis BRENON
returned I get value under 1000 that let me think that it's not a PC value. Can anyone explain me what's the value returned by BlockBuilderMixin.get_relative_pos(). Friendly, Alexis BRENON ___ pypy-dev mailing list pypy-dev@python.org http://mail.

Re: [pypy-dev] Pypy MIPS port

2013-04-26 Thread Alexis BRENON
Le 26/04/2013 11:04, Maciej Fijalkowski a écrit : On Fri, Apr 26, 2013 at 9:53 AM, Alexis BRENON wrote: Hi, I'm doing an internship into the Wyplay company. My internship subject is to try to port pypy to MIPS architecture, to make it run on their boxes. I see that there was somebod

[pypy-dev] Pypy MIPS port

2013-04-26 Thread Alexis BRENON
the makefile, for the C file compilation. Am I right ? If not, anyone can explain me what I misunderstood ? Regards. Alexis BRENON, for Wyplay <http://www.wyplay.com/> ___ pypy-dev mailing list pypy-dev@python.org http://mail.python.org/mailman/listinfo/pypy-dev