aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Initial package rename:Alexander Hesse2012-12-301-1409/+0
* Big no-op change: try to standardize the order of the arguments when thereArmin Rigo2012-11-081-5/+5
* update tests to reflect api change introduced in a6294c0d0f47Hakan Ardo2012-02-181-24/+40
* Clean-up.Armin Rigo2011-11-261-7/+6
* Python 2.5 support.Armin Rigo2011-11-071-7/+2
* Python 2.5 compatArmin Rigo2011-10-171-0/+1
* Kill history.Const.__eq__ to get consistant behaviour before and after transl...Hakan Ardo2011-10-121-18/+39
* fix testHakan Ardo2011-09-281-6/+1
* Make forced virtuals emit ops using OptVirtualize.emit_operation(). This make...Hakan Ardo2011-09-271-2/+3
* Resume data support for array items.Armin Rigo2011-06-191-5/+51
* More tests.Armin Rigo2011-06-191-0/+54
* move optimizeutil into the optimizeopt packageAntonio Cuni2011-06-141-1/+1
* In-progress.Armin Rigo2011-02-121-4/+5
* svn merge -r78744:HEAD svn+ssh://hakanardo@codespeak.net/svn/pypy/trunkHakan Ardo2010-11-171-28/+37
* fix importCarl Friedrich Bolz2010-10-301-1/+2
* kill perfect specialization and specnodesCarl Friedrich Bolz2010-10-301-1/+1
* svn merge -r77505:HEAD svn+ssh://hakanardo@codespeak.net/svn/pypy/trunkHakan Ardo2010-10-301-0/+35
* Fix this test by removing the random order dependency.Armin Rigo2010-09-281-7/+8
* (arigo, fijal merging) Merge jit-str branch.Maciej Fijalkowski2010-09-281-11/+101
* Merged jit-bounds, which splits jit/metainterp/optimizeopt into separate opti...Hakan Ardo2010-09-091-2/+2
* Merge the branch/blackhole-improvement (via theArmin Rigo2010-06-081-122/+229
* Fix for dictionary order.Armin Rigo2010-01-271-1/+2
* Merge the virtual-forcing branch, adding support for virtualrefs.Armin Rigo2010-01-041-21/+29
* Merge jit-delayed-write. Allows repeated setfield_gc's to getArmin Rigo2009-12-291-2/+49
* Remove the field 'level', which is not used anywhere.Armin Rigo2009-12-211-2/+0
* revert r69849Carl Friedrich Bolz2009-12-021-51/+45
* Compress the numbering lists. This seems to give a saving of about 10% and makesCarl Friedrich Bolz2009-12-021-45/+51
* A different approach to sharing the descrlists of virtual info object: use aCarl Friedrich Bolz2009-12-011-15/+23
* Merge the branch/virtual-forcing so far, introducing proper forcing ofArmin Rigo2009-12-011-0/+3
* revert r69772, Armin thinks it's too complex as it cannot be understoodCarl Friedrich Bolz2009-11-301-22/+17
* Share the field descr lists between all virtual info objects that have the sameCarl Friedrich Bolz2009-11-301-17/+22
* merge compress-virtuals-resumedata(2)Samuele Pedroni2009-11-241-76/+209
* Merge the 'logging2' branch. Add a general way to record logging eventsArmin Rigo2009-11-011-1/+6
* Merge the branch gc-hash. Cleans up the usage of hashes. Now hash() isArmin Rigo2009-10-161-6/+6
* (cfbolz, pedronis) code to share numberings among guards up to forcing. puh.Samuele Pedroni2009-10-081-300/+341
* (cfbolz, pedronis) integration tests in preparation of deeper changes to incr...Samuele Pedroni2009-10-071-16/+124
* (cfbolz, pedronis) this is not used anymoreSamuele Pedroni2009-10-071-17/+0
* (cfbolz, pedronis): keep the frame infos as chained lists. fix dump_storageSamuele Pedroni2009-10-061-44/+31
* (pedronis, cfbolz): refactor resuming in preparation for further changesSamuele Pedroni2009-10-061-0/+71
* (cfbolz, pedronis) more sharing and interning of consts across the faildescrs...Samuele Pedroni2009-10-061-14/+83
* (pedronis jumping around, cfbolz): use a new tag for not-too-large integers inCarl Friedrich Bolz2009-10-051-0/+47
* (cfbolz, pedronis) - start moving to a tagging scheme and using shorts to enc...Samuele Pedroni2009-10-051-6/+37
* (cfbolz, pedronis) avoid flattening of the resume data first, tried to reduce...Samuele Pedroni2009-10-011-72/+125
* (cfbolz, pedronis) small steps, liveboxes_order is not needed if we don't min...Samuele Pedroni2009-10-011-27/+34
* merge resume-data-chainingSamuele Pedroni2009-09-281-98/+134
* merge execute-star-args-jitCarl Friedrich Bolz2009-09-211-2/+2
* merge branch/get_fresh_parent_resumedata/Samuele Pedroni2009-09-191-0/+105
* * Dumping of all the storage.rd_xxx attributes.Armin Rigo2009-08-021-4/+4
* Support for rop.NEW in resume.py.Armin Rigo2009-07-301-11/+62
* Support virtual arrays in resume.py.Armin Rigo2009-07-291-7/+76