Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46118:f6a4c8d01004
Date: 2011-07-30 20:43 -0700
http://bitbucket.org/pypy/pypy/changeset/f6a4c8d01004/
Log:Unroll this function so that "const str" % mapping is fast.
diff --git a/pypy/objspace/std/formatting.py b/pypy/objspace/std/format
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46117:d190258333e1
Date: 2011-07-30 18:00 -0700
http://bitbucket.org/pypy/pypy/changeset/d190258333e1/
Log:Merged default.
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/interp_
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3862:305ae73ddaad
Date: 2011-07-31 00:58 +0200
http://bitbucket.org/pypy/extradoc/changeset/305ae73ddaad/
Log:a smiley, name guilty and update nos
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/bl
Author: Alex Gaynor
Branch: extradoc
Changeset: r3861:887b24045858
Date: 2011-07-30 15:56 -0700
http://bitbucket.org/pypy/extradoc/changeset/887b24045858/
Log:we are not machines.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatt
Author: Alex Gaynor
Branch: extradoc
Changeset: r3860:043a2320fb40
Date: 2011-07-30 15:53 -0700
http://bitbucket.org/pypy/extradoc/changeset/043a2320fb40/
Log:note that C is hard.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatt
Author: Alex Gaynor
Branch: extradoc
Changeset: r3859:64ce3f920647
Date: 2011-07-30 15:50 -0700
http://bitbucket.org/pypy/extradoc/changeset/64ce3f920647/
Log:I think it is 44 actually.
___
pypy-commit mailing list
pypy-commit@python.org
http://mai
Author: Alex Gaynor
Branch: extradoc
Changeset: r3858:9b50137bded4
Date: 2011-07-30 15:49 -0700
http://bitbucket.org/pypy/extradoc/changeset/9b50137bded4/
Log:Update text.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatting.rst
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3857:128a91f1b88c
Date: 2011-07-31 00:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/128a91f1b88c/
Log:merge
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatting.rst
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3856:892da22e569b
Date: 2011-07-31 00:47 +0200
http://bitbucket.org/pypy/extradoc/changeset/892da22e569b/
Log:actually, 42
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatti
Author: Alex Gaynor
Branch: extradoc
Changeset: r3855:4919af68bda1
Date: 2011-07-30 15:47 -0700
http://bitbucket.org/pypy/extradoc/changeset/4919af68bda1/
Log:malloc version is a smidgen slower.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3854:9c28e3872bf2
Date: 2011-07-31 00:44 +0200
http://bitbucket.org/pypy/extradoc/changeset/9c28e3872bf2/
Log:update
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatting.rst
Author: Alex Gaynor
Branch: extradoc
Changeset: r3853:a08ae7b91546
Date: 2011-07-30 15:42 -0700
http://bitbucket.org/pypy/extradoc/changeset/a08ae7b91546/
Log:add numvbers for the malloc version.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draf
Author: Alex Gaynor
Branch: extradoc
Changeset: r3852:72616546df0f
Date: 2011-07-30 15:31 -0700
http://bitbucket.org/pypy/extradoc/changeset/72616546df0f/
Log:sexier title.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
--- a/blog/draft/string-formatting.rst
Author: Alex Gaynor
Branch: extradoc
Changeset: r3851:8d612fff616c
Date: 2011-07-30 15:29 -0700
http://bitbucket.org/pypy/extradoc/changeset/8d612fff616c/
Log:merged upstream.
diff --git a/blog/draft/success_stories.rst b/blog/draft/success_stories.rst
new file mode 100644
--- /dev/null
+++
Author: Alex Gaynor
Branch: extradoc
Changeset: r3850:309e625a09c3
Date: 2011-07-30 15:29 -0700
http://bitbucket.org/pypy/extradoc/changeset/309e625a09c3/
Log:First pass at a blog post.
diff --git a/blog/draft/string-formatting.rst b/blog/draft/string-formatting.rst
new file mode 100644
---
Author: Armin Rigo
Branch:
Changeset: r46116:e7121092d73f
Date: 2011-07-30 22:41 +0200
http://bitbucket.org/pypy/pypy/changeset/e7121092d73f/
Log:Fix the test. This gives a first approximation of the .NET
AddMemoryPressure(). This version is simpler than a counter that
needs
Author: Armin Rigo
Branch:
Changeset: r46115:67b8331d21aa
Date: 2011-07-30 21:47 +0200
http://bitbucket.org/pypy/pypy/changeset/67b8331d21aa/
Log:Add a test, failing so far.
diff --git a/pypy/translator/c/test/test_newgc.py
b/pypy/translator/c/test/test_newgc.py
--- a/pypy/translator/c/tes
Author: Armin Rigo
Branch:
Changeset: r46114:1c74e688ab5b
Date: 2011-07-30 21:47 +0200
http://bitbucket.org/pypy/pypy/changeset/1c74e688ab5b/
Log:Add track_allocation=False to the raw memory allocated by
array.array().
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/ar
Author: Benjamin Peterson
Branch: unroll-if-alt
Changeset: r46113:f45b04b331a6
Date: 2011-07-30 16:31 -0500
http://bitbucket.org/pypy/pypy/changeset/f45b04b331a6/
Log:allow _build_string to be unrolled if the template is constant
diff --git a/pypy/objspace/std/newformat.py b/pypy/objspace/st
Author: Armin Rigo
Branch:
Changeset: r46112:7bfcde50cf5b
Date: 2011-07-30 15:30 +0200
http://bitbucket.org/pypy/pypy/changeset/7bfcde50cf5b/
Log:Backed out changeset 54515dec1d20: it is responsible for the
failures in lib-python's tests shown by tonight's buildbot run.
diff --git a
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46111:b0ac9b9fef8b
Date: 2011-07-30 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/b0ac9b9fef8b/
Log:Add a case, shown missing by the test.
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
---
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46110:170db2bb70ac
Date: 2011-07-30 04:08 -0700
http://bitbucket.org/pypy/pypy/changeset/170db2bb70ac/
Log:Allow elidable function call results to be reused within a loop.
diff --git a/pypy/jit/metainterp/optimizeopt/optimizer.py
b/pypy/
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46109:7e531f6007ba
Date: 2011-07-30 12:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7e531f6007ba/
Log:Fix the test on 64-bit.
diff --git a/pypy/module/pypyjit/test_pypy_c/test_array.py
b/pypy/module/pypyjit/test_pypy_c/test_array.p
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46108:f3bf3bf10b0c
Date: 2011-07-30 10:22 +
http://bitbucket.org/pypy/pypy/changeset/f3bf3bf10b0c/
Log:A basic test about arrays of doubles, and a version about arrays of
floats.
diff --git a/pypy/module/pypyjit/test_pypy_c/t
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46107:ffc16e8f8e6e
Date: 2011-07-30 10:10 +
http://bitbucket.org/pypy/pypy/changeset/ffc16e8f8e6e/
Log:hg merge default
diff --git a/pypy/module/micronumpy/__init__.py
b/pypy/module/micronumpy/__init__.py
--- a/pypy/module/micronump
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46106:b1f3b4800080
Date: 2011-07-30 11:06 +0200
http://bitbucket.org/pypy/pypy/changeset/b1f3b4800080/
Log:merge heads
diff --git a/pypy/module/_ffi/interp_ffi.py b/pypy/module/_ffi/interp_ffi.py
--- a/pypy/module/_ffi/interp_ffi.py
+++
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46105:3068909b06ca
Date: 2011-07-30 11:06 +0200
http://bitbucket.org/pypy/pypy/changeset/3068909b06ca/
Log:Clean up the structure and put everything about floats, longlongs
and singlefloats in subfunctions that can be disabled by
Author: Armin Rigo
Branch: jit-singlefloat
Changeset: r46104:f52a31bf5e6d
Date: 2011-07-29 19:44 +
http://bitbucket.org/pypy/pypy/changeset/f52a31bf5e6d/
Log:Fixes.
diff --git a/pypy/jit/backend/llgraph/llimpl.py
b/pypy/jit/backend/llgraph/llimpl.py
--- a/pypy/jit/backend/llgraph/llimpl
Author: Antonio Cuni
Branch:
Changeset: r543:bdad3c3b23ef
Date: 2011-07-30 10:54 +0200
http://bitbucket.org/pypy/buildbot/changeset/bdad3c3b23ef/
Log:halt if translate.py fails (this was a leftover of some
experiments); also, try to increase the number of available CPUs
diff --git a
Author: Alex Gaynor
Branch: unroll-if-alt
Changeset: r46103:a02e7bf45eb9
Date: 2011-07-30 01:36 -0700
http://bitbucket.org/pypy/pypy/changeset/a02e7bf45eb9/
Log:Approprite special case here.
diff --git a/pypy/jit/metainterp/optimizeopt/vstring.py
b/pypy/jit/metainterp/optimizeopt/vstring.py
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r3849:bbd09b6200d1
Date: 2011-07-30 09:05 +0200
http://bitbucket.org/pypy/extradoc/changeset/bbd09b6200d1/
Log:reflow the para
diff --git a/blog/draft/success_stories.rst b/blog/draft/success_stories.rst
--- a/blog/draft/success_stories.
31 matches
Mail list logo