| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial package rename: | Alexander Hesse | 2012-12-30 | 1 | -1409/+0 |
* | Big no-op change: try to standardize the order of the arguments when there | Armin Rigo | 2012-11-08 | 1 | -5/+5 |
* | update tests to reflect api change introduced in a6294c0d0f47 | Hakan Ardo | 2012-02-18 | 1 | -24/+40 |
* | Clean-up. | Armin Rigo | 2011-11-26 | 1 | -7/+6 |
* | Python 2.5 support. | Armin Rigo | 2011-11-07 | 1 | -7/+2 |
* | Python 2.5 compat | Armin Rigo | 2011-10-17 | 1 | -0/+1 |
* | Kill history.Const.__eq__ to get consistant behaviour before and after transl... | Hakan Ardo | 2011-10-12 | 1 | -18/+39 |
* | fix test | Hakan Ardo | 2011-09-28 | 1 | -6/+1 |
* | Make forced virtuals emit ops using OptVirtualize.emit_operation(). This make... | Hakan Ardo | 2011-09-27 | 1 | -2/+3 |
* | Resume data support for array items. | Armin Rigo | 2011-06-19 | 1 | -5/+51 |
* | More tests. | Armin Rigo | 2011-06-19 | 1 | -0/+54 |
* | move optimizeutil into the optimizeopt package | Antonio Cuni | 2011-06-14 | 1 | -1/+1 |
* | In-progress. | Armin Rigo | 2011-02-12 | 1 | -4/+5 |
* | svn merge -r78744:HEAD svn+ssh://hakanardo@codespeak.net/svn/pypy/trunk | Hakan Ardo | 2010-11-17 | 1 | -28/+37 |
* | fix import | Carl Friedrich Bolz | 2010-10-30 | 1 | -1/+2 |
* | kill perfect specialization and specnodes | Carl Friedrich Bolz | 2010-10-30 | 1 | -1/+1 |
* | svn merge -r77505:HEAD svn+ssh://hakanardo@codespeak.net/svn/pypy/trunk | Hakan Ardo | 2010-10-30 | 1 | -0/+35 |
* | Fix this test by removing the random order dependency. | Armin Rigo | 2010-09-28 | 1 | -7/+8 |
* | (arigo, fijal merging) Merge jit-str branch. | Maciej Fijalkowski | 2010-09-28 | 1 | -11/+101 |
* | Merged jit-bounds, which splits jit/metainterp/optimizeopt into separate opti... | Hakan Ardo | 2010-09-09 | 1 | -2/+2 |
* | Merge the branch/blackhole-improvement (via the | Armin Rigo | 2010-06-08 | 1 | -122/+229 |
* | Fix for dictionary order. | Armin Rigo | 2010-01-27 | 1 | -1/+2 |
* | Merge the virtual-forcing branch, adding support for virtualrefs. | Armin Rigo | 2010-01-04 | 1 | -21/+29 |
* | Merge jit-delayed-write. Allows repeated setfield_gc's to get | Armin Rigo | 2009-12-29 | 1 | -2/+49 |
* | Remove the field 'level', which is not used anywhere. | Armin Rigo | 2009-12-21 | 1 | -2/+0 |
* | revert r69849 | Carl Friedrich Bolz | 2009-12-02 | 1 | -51/+45 |
* | Compress the numbering lists. This seems to give a saving of about 10% and makes | Carl Friedrich Bolz | 2009-12-02 | 1 | -45/+51 |
* | A different approach to sharing the descrlists of virtual info object: use a | Carl Friedrich Bolz | 2009-12-01 | 1 | -15/+23 |
* | Merge the branch/virtual-forcing so far, introducing proper forcing of | Armin Rigo | 2009-12-01 | 1 | -0/+3 |
* | revert r69772, Armin thinks it's too complex as it cannot be understood | Carl Friedrich Bolz | 2009-11-30 | 1 | -22/+17 |
* | Share the field descr lists between all virtual info objects that have the same | Carl Friedrich Bolz | 2009-11-30 | 1 | -17/+22 |
* | merge compress-virtuals-resumedata(2) | Samuele Pedroni | 2009-11-24 | 1 | -76/+209 |
* | Merge the 'logging2' branch. Add a general way to record logging events | Armin Rigo | 2009-11-01 | 1 | -1/+6 |
* | Merge the branch gc-hash. Cleans up the usage of hashes. Now hash() is | Armin Rigo | 2009-10-16 | 1 | -6/+6 |
* | (cfbolz, pedronis) code to share numberings among guards up to forcing. puh. | Samuele Pedroni | 2009-10-08 | 1 | -300/+341 |
* | (cfbolz, pedronis) integration tests in preparation of deeper changes to incr... | Samuele Pedroni | 2009-10-07 | 1 | -16/+124 |
* | (cfbolz, pedronis) this is not used anymore | Samuele Pedroni | 2009-10-07 | 1 | -17/+0 |
* | (cfbolz, pedronis): keep the frame infos as chained lists. fix dump_storage | Samuele Pedroni | 2009-10-06 | 1 | -44/+31 |
* | (pedronis, cfbolz): refactor resuming in preparation for further changes | Samuele Pedroni | 2009-10-06 | 1 | -0/+71 |
* | (cfbolz, pedronis) more sharing and interning of consts across the faildescrs... | Samuele Pedroni | 2009-10-06 | 1 | -14/+83 |
* | (pedronis jumping around, cfbolz): use a new tag for not-too-large integers in | Carl Friedrich Bolz | 2009-10-05 | 1 | -0/+47 |
* | (cfbolz, pedronis) - start moving to a tagging scheme and using shorts to enc... | Samuele Pedroni | 2009-10-05 | 1 | -6/+37 |
* | (cfbolz, pedronis) avoid flattening of the resume data first, tried to reduce... | Samuele Pedroni | 2009-10-01 | 1 | -72/+125 |
* | (cfbolz, pedronis) small steps, liveboxes_order is not needed if we don't min... | Samuele Pedroni | 2009-10-01 | 1 | -27/+34 |
* | merge resume-data-chaining | Samuele Pedroni | 2009-09-28 | 1 | -98/+134 |
* | merge execute-star-args-jit | Carl Friedrich Bolz | 2009-09-21 | 1 | -2/+2 |
* | merge branch/get_fresh_parent_resumedata/ | Samuele Pedroni | 2009-09-19 | 1 | -0/+105 |
* | * Dumping of all the storage.rd_xxx attributes. | Armin Rigo | 2009-08-02 | 1 | -4/+4 |
* | Support for rop.NEW in resume.py. | Armin Rigo | 2009-07-30 | 1 | -11/+62 |
* | Support virtual arrays in resume.py. | Armin Rigo | 2009-07-29 | 1 | -7/+76 |