Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4985:fbfe3d8fe09a
Date: 2013-07-12 11:06 +0200
http://bitbucket.org/pypy/extradoc/changeset/fbfe3d8fe09a/
Log:merge
diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -83,6 +83,15 @@
- p0
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4984:67ba462afa67
Date: 2013-07-12 10:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/67ba462afa67/
Log:add links
diff --git a/blog/draft/duhton.rst b/blog/draft/duhton.rst
--- a/blog/draft/duhton.rst
+++ b/blog/draft/duhton.rst
@
Author: Maciej Fijalkowski
Branch: fast-slowpath
Changeset: r65370:ac2a867e421e
Date: 2013-07-12 13:30 +0200
http://bitbucket.org/pypy/pypy/changeset/ac2a867e421e/
Log:Start a branch about conditional calls. implement a basic one-arg
test and the llgraph backend
diff --git a/rpython/
Author: Maciej Fijalkowski
Branch: fast-slowpath
Changeset: r65371:09e06e2eb839
Date: 2013-07-12 15:00 +0200
http://bitbucket.org/pypy/pypy/changeset/09e06e2eb839/
Log:pass the first (fastpath) of the test
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runn
Author: Maciej Fijalkowski
Branch: fast-slowpath
Changeset: r65372:5085a0267092
Date: 2013-07-12 15:18 +0200
http://bitbucket.org/pypy/pypy/changeset/5085a0267092/
Log:woot, make the first test pass
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.
Author: Remi Meier
Branch: stmgc-c4
Changeset: r65374:add171e74fe2
Date: 2013-07-12 08:29 +0200
http://bitbucket.org/pypy/pypy/changeset/add171e74fe2/
Log:remove R2W for now; introduce is_stm on GcRootMap
diff --git a/rpython/jit/backend/llsupport/gc.py
b/rpython/jit/backend/llsupport/gc.py
Author: Remi Meier
Branch: stmgc-c4
Changeset: r65373:de492c4ceb35
Date: 2013-07-12 07:47 +0200
http://bitbucket.org/pypy/pypy/changeset/de492c4ceb35/
Log:break less stuff
diff --git a/rpython/jit/backend/llsupport/gc.py
b/rpython/jit/backend/llsupport/gc.py
--- a/rpython/jit/backend/llsupp
Author: Remi Meier
Branch: stmgc-c4
Changeset: r65375:21bde4788254
Date: 2013-07-12 16:47 +0200
http://bitbucket.org/pypy/pypy/changeset/21bde4788254/
Log:progress on stm barriers (without fastpath) and GC without malloc
fastpaths (nursery)
diff --git a/rpython/jit/backend/llsupport/