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.
>
>
>
> 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
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
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
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
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.
>
>
>
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
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
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
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
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
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 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
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
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
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
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:
>
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:
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
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
20 matches
Mail list logo