Author: Armin Rigo
Branch:
Changeset: r44845:51da2cb6569e
Date: 2011-06-09 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/51da2cb6569e/
Log:The call Random(0) should not leave the Random object uninitialized.
Test and fix.
diff --git a/pypy/rlib/rrandom.py b/pypy/rlib/rrandom.
Author: Michael Hudson-Doyle
Branch:
Changeset: r44846:02fae2170a7f
Date: 2011-06-09 19:30 +1200
http://bitbucket.org/pypy/pypy/changeset/02fae2170a7f/
Log:fix a typo
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project
Author: Michael Hudson-Doyle
Branch:
Changeset: r44847:14d7f1a2b5b8
Date: 2011-06-09 19:30 +1200
http://bitbucket.org/pypy/pypy/changeset/14d7f1a2b5b8/
Log:merge default
diff --git a/pypy/rlib/rrandom.py b/pypy/rlib/rrandom.py
--- a/pypy/rlib/rrandom.py
+++ b/pypy/rlib/rrandom.py
@@ -24,8 +
Author: Antonio Cuni
Branch:
Changeset: r124:bc4066626a2d
Date: 2011-06-09 10:17 +0200
http://bitbucket.org/pypy/jitviewer/changeset/bc4066626a2d/
Log:reduce the left margin; that space in unused, this way the leave
more room for interesting infos
diff --git a/static/style.css b/sta
Author: Antonio Cuni
Branch:
Changeset: r125:1d90fa247635
Date: 2011-06-09 10:18 +0200
http://bitbucket.org/pypy/jitviewer/changeset/1d90fa247635/
Log:don't use setMinimumSize, else we cannot resize the window after
it's created; also, 1300px is the minimum to fully display the left
Author: Armin Rigo
Branch:
Changeset: r44848:476ab5c0b538
Date: 2011-06-09 10:22 +0200
http://bitbucket.org/pypy/pypy/changeset/476ab5c0b538/
Log:Uh? Don't use _example() here. If the callback returns a pointer
to S, it will make a dummy S and return a pointer to it in case of
Author: Armin Rigo
Branch:
Changeset: r44849:3e05bed924c2
Date: 2011-06-09 10:46 +0200
http://bitbucket.org/pypy/pypy/changeset/3e05bed924c2/
Log:Move the set_platform() call earlier. The issue is that if the
target builds rffi externals, it needs to build an
ExternalCompilat
Author: Antonio Cuni
Branch:
Changeset: r126:ed4f51025676
Date: 2011-06-09 10:47 +0200
http://bitbucket.org/pypy/jitviewer/changeset/ed4f51025676/
Log:bah, leave some room for the scrollbar
diff --git a/bin/qwebview.py b/bin/qwebview.py
--- a/bin/qwebview.py
+++ b/bin/qwebview.py
@@ -18,7 +
Author: Maciej Fijalkowski
Branch:
Changeset: r44850:6f73b19ebba9
Date: 2011-06-09 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/6f73b19ebba9/
Log:make tests slightly happier and fix oparser
diff --git a/pypy/jit/metainterp/test/test_logger.py
b/pypy/jit/metainterp/test/test_logger.
Author: Maciej Fijalkowski
Branch:
Changeset: r44851:b6f6eccb339b
Date: 2011-06-09 11:05 +0200
http://bitbucket.org/pypy/pypy/changeset/b6f6eccb339b/
Log:merge
diff --git a/pypy/translator/goal/translate.py
b/pypy/translator/goal/translate.py
--- a/pypy/translator/goal/translate.py
+++ b/p
Author: Armin Rigo
Branch:
Changeset: r44852:af95d9c30257
Date: 2011-06-09 11:26 +0200
http://bitbucket.org/pypy/pypy/changeset/af95d9c30257/
Log:Some quick hacks to re-enable "--gc=none".
diff --git a/pypy/translator/c/gc.py b/pypy/translator/c/gc.py
--- a/pypy/translator/c/gc.py
+++ b/pyp
Author: Armin Rigo
Branch:
Changeset: r44853:68913ec3b73e
Date: 2011-06-09 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/68913ec3b73e/
Log:merge heads
diff --git a/pypy/jit/metainterp/test/test_logger.py
b/pypy/jit/metainterp/test/test_logger.py
--- a/pypy/jit/metainterp/test/test_l
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44858:05246139a0af
Date: 2011-06-09 12:00 +0200
http://bitbucket.org/pypy/pypy/changeset/05246139a0af/
Log:test_boxkind is not supported in the mock case
diff --git a/pypy/jit/tool/test/test_oparser.py
b/pypy/jit/tool/test/test_opa
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44854:27cd9d9d2572
Date: 2011-06-09 11:27 +0200
http://bitbucket.org/pypy/pypy/changeset/27cd9d9d2572/
Log:a branch in which to teach oparser to use a mock model for loops and
boxes, so that the jitviewer starts faster
_
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44859:e2ea2d79e9d1
Date: 2011-06-09 12:03 +0200
http://bitbucket.org/pypy/pypy/changeset/e2ea2d79e9d1/
Log:add minimal support for Const* in the mock model, enough to make
tests passing
diff --git a/pypy/jit/tool/oparser_mod
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44855:da29984ae88b
Date: 2011-06-09 11:37 +0200
http://bitbucket.org/pypy/pypy/changeset/da29984ae88b/
Log:make it possible to use either the "real model", which uses the real
BoxInt&co. or the "mock model", which uses mock o
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44860:5df9b736b6e6
Date: 2011-06-09 12:10 +0200
http://bitbucket.org/pypy/pypy/changeset/5df9b736b6e6/
Log:delay the import of BasicFailDescr; it seems not to be used by the
jitviewer
diff --git a/pypy/jit/tool/oparser.py b/
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44856:fdc5fb18f7a4
Date: 2011-06-09 11:41 +0200
http://bitbucket.org/pypy/pypy/changeset/fdc5fb18f7a4/
Log:move Const* to the model; no need to put them in the mock, because
self._const is None in that case
diff --git a/pypy
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44861:1d6329f137e4
Date: 2011-06-09 12:14 +0200
http://bitbucket.org/pypy/pypy/changeset/1d6329f137e4/
Log:move LoopToken to the model; it needs a hack to bypass the
isinstance check
diff --git a/pypy/jit/metainterp/history.
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44857:ab93c4ebfa28
Date: 2011-06-09 11:55 +0200
http://bitbucket.org/pypy/pypy/changeset/ab93c4ebfa28/
Log:run oparser tests both with and without mock; lots of them fail
because they expext ConstInt
diff --git a/pypy/jit/to
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44862:0ec0b2dbc358
Date: 2011-06-09 12:23 +0200
http://bitbucket.org/pypy/pypy/changeset/0ec0b2dbc358/
Log:move get_const_ptr_for_* to the model
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/tool/op
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44863:db05c08bbcc1
Date: 2011-06-09 12:31 +0200
http://bitbucket.org/pypy/pypy/changeset/db05c08bbcc1/
Log:move the import of longlong inside the model
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44864:d43ba265c462
Date: 2011-06-09 13:26 +0200
http://bitbucket.org/pypy/pypy/changeset/d43ba265c462/
Log:move two more imports to the model
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/tool/opars
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44865:77c7ac35c293
Date: 2011-06-09 13:27 +0200
http://bitbucket.org/pypy/pypy/changeset/77c7ac35c293/
Log:remove the last 'big' import
diff --git a/pypy/jit/tool/oparser.py b/pypy/jit/tool/oparser.py
--- a/pypy/jit/tool/oparser.py
Author: Antonio Cuni
Branch: oparser-mock-model
Changeset: r44866:2cd3bd208e9b
Date: 2011-06-09 13:34 +0200
http://bitbucket.org/pypy/pypy/changeset/2cd3bd208e9b/
Log:close about-to-be-merged branch
___
pypy-commit mailing list
pypy-commit@python.o
Author: Antonio Cuni
Branch:
Changeset: r44867:4c1c8d063e19
Date: 2011-06-09 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/4c1c8d063e19/
Log:merge the oparser-mock-model branch; now the jitlogparser uses a
mock model for representing loops, boxes, etc.. This makes the
Author: Antonio Cuni
Branch:
Changeset: r44868:1ad80d433b50
Date: 2011-06-09 13:38 +0200
http://bitbucket.org/pypy/pypy/changeset/1ad80d433b50/
Log:merge heads
diff --git a/pypy/translator/c/gc.py b/pypy/translator/c/gc.py
--- a/pypy/translator/c/gc.py
+++ b/pypy/translator/c/gc.py
@@ -297,
Author: Antonio Cuni
Branch:
Changeset: r44869:f20d00165f88
Date: 2011-06-09 14:14 +0200
http://bitbucket.org/pypy/pypy/changeset/f20d00165f88/
Log:test that we actually avoid to import the world when using the mock
model with oparser, and fix the tests
diff --git a/pypy/jit/metaint
Author: Hakan Ardo
Branch: extradoc
Changeset: r3626:6a05ea2e1f58
Date: 2011-06-09 16:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/6a05ea2e1f58/
Log:c version of benchmark
diff --git a/talk/iwtc11/benchmarks/benchmark.sh
b/talk/iwtc11/benchmarks/benchmark.sh
--- a/talk/iwtc11/bench
Author: Hakan Ardo
Branch: extradoc
Changeset: r3627:3e65accef177
Date: 2011-06-09 19:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/3e65accef177/
Log:imported template
diff --git a/talk/iwtc11/Makefile b/talk/iwtc11/Makefile
new file mode 100644
--- /dev/null
+++ b/talk/iwtc11/Makefi
Author: Hakan Ardo
Branch: extradoc
Changeset: r3628:52811a4df1cb
Date: 2011-06-09 19:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/52811a4df1cb/
Log:stolen example from previous paper and adapted it for our needs. the
description of the example probably also needs to be adapt
Author: Hakan Ardo
Branch: extradoc
Changeset: r3629:998b233fcb37
Date: 2011-06-09 21:38 +0200
http://bitbucket.org/pypy/extradoc/changeset/998b233fcb37/
Log:started to draft an explanation of the algorithm
diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.te
Author: Hakan Ardo
Branch: extradoc
Changeset: r3630:633a5f32b92b
Date: 2011-06-09 21:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/633a5f32b92b/
Log:reverting mistake checking in 52811a4df1cb
diff --git a/talk/pepm2011/escape-tracing.pdf b/talk/pepm2011/escape-tracing.pdf
index
85f
Author: Hakan Ardo
Branch: extradoc
Changeset: r3631:76d328dab4cb
Date: 2011-06-09 21:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/76d328dab4cb/
Log:hg merge
diff --git a/talk/iwtc11/benchmarks/benchmark.sh
b/talk/iwtc11/benchmarks/benchmark.sh
--- a/talk/iwtc11/benchmarks/benchmar
You have received a notification from shashank.
Your privileges on the repository source on
https://bitbucket.org/shashank/benchmarks/overview have been changed to read.
--
Change your notification settings at
https://bitbucket.org/account/notifications/
You have received a notification from shashank.
Your privileges on the repository source on
https://bitbucket.org/shashank/benchmarks/overview have been changed to write.
--
Change your notification settings at
https://bitbucket.org/account/notifications/
___
You have received a notification from shashank.
Your privileges on the repository source on
https://bitbucket.org/shashank/benchmarks/overview have been changed to admin.
--
Change your notification settings at
https://bitbucket.org/account/notifications/
___
You have received a notification from shashank.
Your privileges on the repository source on
https://bitbucket.org/shashank/benchmarks/overview have been changed to write.
--
Change your notification settings at
https://bitbucket.org/account/notifications/
___
Author: Hakan Ardo
Branch: extradoc
Changeset: r3632:d6a068894576
Date: 2011-06-10 08:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/d6a068894576/
Log:description of heap caching
diff --git a/talk/iwtc11/paper.tex b/talk/iwtc11/paper.tex
--- a/talk/iwtc11/paper.tex
+++ b/talk/iwtc11/p
39 matches
Mail list logo