Re: [pypy-dev] ARM failing test

2015-11-23 Thread David Schneider
Hi Anto, > On 22.11.2015, at 12:10, Antonio Cuni wrote: > > 1) I know that ARM CPUs can be either little or big endiam. What is the case > for our armhf machine? Our builders are all little endian. To my knowledge most (maybe all) Linux distributions for ARM are little endian nowadays. > >

Re: [pypy-dev] buildbot seems down

2015-09-10 Thread David Schneider
> > On 10.09.2015, at 08:27, Maciej Fijalkowski wrote: > > any ideas? The server had crashed, it is back up again. David ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev

Re: [pypy-dev] kill Testrunner scratchbox support? (arm develoment)

2014-10-06 Thread David Schneider
On 05.10.2014, at 18:15, Ronny Pfannschmidt wrote: > > Hi, > > in the refine-testrunner branch i am currently refactoring > the testrunner to allow easyer reasoning about its code > and support junitxml (for better result metadata than the resultlog format) > > While doing so i noticed that w

Re: [pypy-dev] PyPy current status

2014-05-22 Thread David Schneider
Hi Anto, On 22.05.2014, at 09:49, Antonio Cuni wrote: > > thank you for the prompt answer. One more question, since I am sure that > people will ask me :). Does PyPy work on android? I suppose the answer is > "yes, but of course without integration with the UI", but better to check. The answ

Re: [pypy-dev] PyPy current status

2014-05-21 Thread David Schneider
Hi all, On 21.05.2014, at 01:56, Antonio Cuni wrote: > David: what is the current status of PyPy on ARM? Should I say "it just > works" or there is something more to add? What about performance? > Regarding ARM, the status is indeed "it just works" (although the JIT lacks a few features comp

Re: [pypy-dev] Preparing for the release of PyPy 2.2

2013-11-12 Thread David Schneider
On 12.11.2013, at 17:26, Armin Rigo wrote: > Hi David, > > Any reason why the buildbot page > http://buildbot.pypy.org/builders/build-pypy-c-jit-linux-armhf-raring > is the only one missing the section "Force build"? It prevents us > from asking for a build on the release-2.2.x branch. > > >

Re: [pypy-dev] What stops ARMed PyPy 2.1 from working on Android?

2013-09-09 Thread David Schneider
On 06.09.2013, at 17:23, anatoly techtonik wrote: > I am certain there is no roadmap for Android or else I'd already found > it, but still is there any list of issues to be addressed to get PyPy > running there? > > http://morepypy.blogspot.com/2013/08/pypy-21-considered-armful.html > > Modern

Re: [pypy-dev] Buildbot update

2013-09-05 Thread David Schneider
n I test the tasks with only one > process, what would a typical test command-line look like, etc. Note that I > would have to create a virtualenv and install nose into it since numpy tests > require nose, so any hints you could give would be helpful. > Matti > > On 09/03/2013 09

[pypy-dev] Buildbot update

2013-09-03 Thread David Schneider
Hi all, I just upgraded the PyPy buildbot on buildbot.pypy.org to run on version 0.8.8 of buildbot. This update should not create any significant visible changes and mainly simplifies some things in the codebase. Also the update should make it easier to add some features, such as decoupling the

Re: [pypy-dev] os.uname() in rpython/memory/gc/env.py

2013-08-10 Thread David Schneider
Hi Armin, On 10.08.2013, at 13:43, Armin Rigo wrote: > Can anyone check if this makes sense for > cross-compilation? E.g. if cross-compiling for ARM, say, would not > end up with the host x86 platform here? In other words, what is > os.uname() returning when called from a Python running inside

[pypy-dev] PyPy 2.1 released

2013-08-01 Thread David Schneider
t should inherit from BaseException. https://bugs.pypy.org/issue1552 * Fixed issue 1537: numpypy __array_interface__ https://bugs.pypy.org/issue1537 * Fixed issue 1238: Writing to an SSL socket in PyPy sometimes failed with a "bad write retry" message. https://bugs.pypy.org/issue1238 C

Re: [pypy-dev] Pypy-2.1-beta2 translation error

2013-08-01 Thread David Schneider
On 31.07.2013, at 22:57, David Naylor wrote: > > On 31 Jul 2013 10:29 PM, "Alex Gaynor" wrote: > > > > What version of PyPy are you using to translate? > > Pypy 2.1-beta2 gives me this error. I had previously translated with beta1 > but without this error (I can confirm this if needed). >

[pypy-dev] PyPy 2.1 beta 1 released

2013-07-11 Thread David Schneider
=== PyPy 2.1 beta 1 === We're pleased to announce the first beta of the upcoming 2.1 release of PyPy. This beta contains many bugfixes and improvements, numerous improvements to the numpy in PyPy effort. The main feature being that the ARM processor support is not longer co

Re: [pypy-dev] instruction cache and data cache on ARM

2013-03-08 Thread David Schneider
Hi, That is correct, we currently flush at least the instruction cache when we emit machine code to memory. David On 08.03.2013, at 11:32, Maciej Fijalkowski wrote: > Looking at random stuff I found this: > http://luajit.org/download/v2.0.1_hotfix1.patch which means ARM might > have separate

Re: [pypy-dev] pypy arm progress

2012-09-05 Thread David Schneider
Hi Wiktor, > -We are looking for a better way to translate PyPy for ARM, than the one > describe above. I am not sure if there currently is hardware with enough > memory to directly translate PyPy on an ARM based system, this would require > between 1.5 or 2 Gig of memory. A fully QEMU based a

Re: [pypy-dev] pypy android

2012-08-31 Thread David Schneider
Hi, > On Thu, Aug 30, 2012 at 10:01 PM, Maciej Fijalkowski wrote: >> Is there such a thing as pypy for android in the first place? To my knowledge there isn't really a PyPy for android so far. > > I think that the ARM JIT backend supports Android, at least if you > look at the version numbers o

Re: [pypy-dev] Hello, guys

2012-03-12 Thread David Schneider
Hello Haael, As Armin wrote, you can find the source code for ARM in the arm-backend-2 branch. There are some instructions on hot to cross-translate PyPy in the doc folder in the repository or on Bitbucket at https://bitbucket.org/pypy/pypy/src/arm-backend-2/pypy/doc/arm.rst David haael wrote: >

Re: [pypy-dev] [pypy-commit] pypy arm-backend-2: also remove test_compile_asmlen from runner_test after it was moved to the x86 backend

2012-01-26 Thread David Schneider
Maciej Fijalkowski wrote: > Note that this is completely wrong - the test is precisely in > runner_test because this is an expected JIT backend interface for jit > hooks to work > > On Wed, Jan 18, 2012 at 1:35 PM, bivab wrote: >> Author: David Schneider >> Branch:

Re: [pypy-dev] Anyone interested in a MIPS port...

2011-10-16 Thread David Schneider
On 16.10.2011, at 20:03, Maciej Fijalkowski wrote: > On Sun, Oct 16, 2011 at 11:00 AM, Nicolas Hureau > wrote: >> Hello everyone, >> >> On 24 August 2011 15:14, Armin Rigo wrote: >>> Sven and David are currently working on the PowerPC backend in the >>> branch "ppc-jit-backend", if you want

Re: [pypy-dev] Anyone interested in a MIPS port...

2011-10-16 Thread David Schneider
On Sun, Oct 16, 2011 at 20:03, Maciej Fijalkowski wrote: > On Sun, Oct 16, 2011 at 11:00 AM, Nicolas Hureau > wrote: > > Hello everyone, > > > > On 24 August 2011 15:14, Armin Rigo wrote: > >> Sven and David are currently working on the PowerPC backend in the > >> branch "ppc-jit-backend", if y