Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Naylor
On Friday, 22 June 2012 15:41:04 David Edelsohn wrote: > On Fri, Jun 22, 2012 at 5:31 AM, David Naylor wrote: > > On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: > >> It's going to take us a loong time to fix CLI translation if the > >> process goes: "you find some minor bug in the release

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Edelsohn
On Fri, Jun 22, 2012 at 5:31 AM, David Naylor wrote: > On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: >> It's going to take us a loong time to fix CLI translation if the >> process goes: "you find some minor bug in the release, we attempt to >> fix it a bit blindly, and then we wait for t

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-22 Thread David Naylor
On Sunday, 17 June 2012 09:32:35 Armin Rigo wrote: > Hi David, > > On Sat, Jun 16, 2012 at 4:41 PM, David Naylor > wrote: > > Oh, okay. I don't have access to the latest sources. I normally work of > > the released sources. But thanks for looking at this. > > It's going to take us a loon

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-17 Thread Armin Rigo
Hi David, On Sat, Jun 16, 2012 at 4:41 PM, David Naylor wrote: > Oh, okay.  I don't have access to the latest sources.  I normally work of the > released sources.  But thanks for looking at this. It's going to take us a loong time to fix CLI translation if the process goes: "you find some mi

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-16 Thread David Naylor
On Saturday, 16 June 2012 09:18:22 Maciej Fijalkowski wrote: > On Fri, Jun 15, 2012 at 10:55 PM, David Naylor wrote: > > On Friday, 15 June 2012 07:44:59 Armin Rigo wrote: > > > Hi David, > > > > > > On Wed, Jun 13, 2012 at 2:49 PM, David Naylor > > > > > > > wrote: > > > > [translation:ERROR]

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-16 Thread Maciej Fijalkowski
On Fri, Jun 15, 2012 at 10:55 PM, David Naylor wrote: > On Friday, 15 June 2012 07:44:59 Armin Rigo wrote: > > Hi David, > > > > On Wed, Jun 13, 2012 at 2:49 PM, David Naylor > wrote: > > > [translation:ERROR] assert instr_list is not None, 'Unknown opcode: > > > %s ' % op [translation:ERROR]

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-15 Thread David Naylor
On Friday, 15 June 2012 07:44:59 Armin Rigo wrote: > Hi David, > > On Wed, Jun 13, 2012 at 2:49 PM, David Naylor wrote: > > [translation:ERROR] assert instr_list is not None, 'Unknown opcode: > > %s ' % op [translation:ERROR] AssertionError: Unknown opcode: v2539 = > > jit_is_virtual(vref_0

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-14 Thread Armin Rigo
Hi David, On Wed, Jun 13, 2012 at 2:49 PM, David Naylor wrote: > [translation:ERROR]     assert instr_list is not None, 'Unknown opcode: %s ' > % op > [translation:ERROR]  AssertionError: Unknown opcode: v2539 = > jit_is_virtual(vref_0) Try again? Armin ___

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread David Naylor
On Wednesday, 13 June 2012 13:06:14 Armin Rigo wrote: > Hi David, > > On Tue, Jun 12, 2012 at 11:58 AM, David Naylor > wrote: > > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts > > Nowadays, you cannot use the JIT with the CLI backend. Translating with -O2 I get: [transl

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Armin Rigo
Hi Fijal, On Wed, Jun 13, 2012 at 1:17 PM, Maciej Fijalkowski wrote: > That probably does not mean that someone somewhere is not calling set_param, > like from command line parsing. It does mean it. At RPython level the only callers of rlib.jit.set_param() are all from module/pypyjit. For the

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Maciej Fijalkowski
On Wed, Jun 13, 2012 at 1:06 PM, Armin Rigo wrote: > Hi David, > > On Tue, Jun 12, 2012 at 11:58 AM, David Naylor > wrote: > > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts > > Nowadays, you cannot use the JIT with the CLI backend. > > > Armin > __

Re: [pypy-dev] CLI translate error with pypy-1.9

2012-06-13 Thread Armin Rigo
Hi David, On Tue, Jun 12, 2012 at 11:58 AM, David Naylor wrote: > [translation:ERROR] .. (pypy.rlib.jit:557)set_param__None_enable_opts Nowadays, you cannot use the JIT with the CLI backend. Armin ___ pypy-dev mailing list pypy-dev@python.org http://

[pypy-dev] CLI translate error with pypy-1.9

2012-06-12 Thread David Naylor
Hi, FYI, translating pypy for the CLI backend using mono-2.11.1 in a 32bit environment results in the following error: [Timer] Timings: [Timer] annotate --- 309.3 s [Timer] rtype_ootype --- 326.7 s [Timer] == [Timer]