- 19 Feb, 2006 3 commits
-
-
Patrick Maupin authored
-
Michael Hudson authored
refcounting: we decreffed even non-gc pointers! this fixes the crashes in module/stackless/test/test_interp_coroutine (guuuuuuh! what a place to find it).
-
Armin Rigo authored
rectangle coordinates for the background fill.
-
- 18 Feb, 2006 3 commits
-
-
Michael Hudson authored
called by the translated program. speeds up the translator/c tests by ~20%. as usual with the pypy mystery tour, this didn't require a very long lever, but took a fair while to find a good place to stand :)
-
Michael Hudson authored
test_ext__socket tests pass on OS X (10.4.5).
-
Niklaus Haldimann authored
-
- 17 Feb, 2006 14 commits
-
-
Samuele Pedroni authored
-
Niklaus Haldimann authored
-
Anders Chrigstrom authored
Make splitting on a red variable and merging work. Test test_loop_merging passes now. The code needs cleanup. For now we don't drop the already unrolled code blocks, this may need to change later. It should be possible to extend what we have, after cleanup, to deal with direct_calls.
-
Nicolas Chauvat authored
-
Eric van Riet Paap authored
-
Niklaus Haldimann authored
mentioned uniformly to make it easily parsable by human eyes. fix text under "Talks at PyCon" headline.
-
Niklaus Haldimann authored
-
Niklaus Haldimann authored
-
Niklaus Haldimann authored
somewhere else, some place for general interp level helpers.
-
Eric van Riet Paap authored
* returning rpystrings to tests * malloc varsize arrays
-
Eric van Riet Paap authored
performance improvement.
-
Eric van Riet Paap authored
(--stackless in this instance)
-
Eric van Riet Paap authored
-
Samuele Pedroni authored
simple testing for this based on test_normalizecalls and annotate_mixlevel_helper it seems that annotating and rtyping new classes after a first phase of rtyping works.
-
- 16 Feb, 2006 20 commits
-
-
Armin Rigo authored
pypy.jit.hintannotator faster on large inputs, or if we need to be more clever.
-
Anders Chrigstrom authored
- Initial work thowards supporting spliting on a red exitswitch. Inserted special dispatch and return blocks. The latter collects all returning links and their return value. The former closes the returnlinks into a final block and merges their values to fill a final proper jitstate.
-
Carl Friedrich Bolz-Tereick authored
-
Christian Tismer-Sperling authored
-
Christian Tismer-Sperling authored
added a windows project for debugging purposes. Not for automation. You need to remove and add all files before building.
-
Anders Chrigstrom authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Carl Friedrich Bolz-Tereick authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Armin Rigo authored
-
Nicolas Chauvat authored
-
Armin Rigo authored
so far.
-
Aurelien Campeas authored
-
Niklaus Haldimann authored
--usemodules=_socket (which fails currently ...)
-
Samuele Pedroni authored
-