Re: [Ironpython-users] launcher cp#35064

2014-06-12 Thread Jeff Hardy
On Wed, Jun 11, 2014 at 9:46 PM, Pawel Jasinski wrote: > I have a feeling, that by default when the only installed python is > ironpython launcher should use the 32 bit version. > Is it correct? > For now, yes. The 64-bit JIT is currently slower than the 32-bit one and generates slower code, so

Re: [Ironpython-users] launcher cp#35064

2014-06-11 Thread Pawel Jasinski
I have a feeling, that by default when the only installed python is ironpython launcher should use the 32 bit version. Is it correct? --pawel On Wed, Jun 11, 2014 at 6:45 PM, Vernon D. Cole wrote: > On Wed, Jun 11, 2014 at 5:06 PM, Jeff Hardy wrote: > >> On Wed, Jun 11, 2014 at 3:46 PM, Verno

Re: [Ironpython-users] launcher cp#35064

2014-06-10 Thread Jeff Hardy
On Fri, Jun 6, 2014 at 6:47 PM, Pawel Jasinski wrote: > we have a moded version of pylauncher > https://gist.github.com/paweljasinski/5e0b0b59648c6f85c489 as described > in https://ironpython.codeplex.com/workitem/35064 > Vernon agreed to give it a spin. > Very nice! Did the C code have to chang