aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use iterator and add some more obscure iterface for itfijal2017-12-072-4/+8
* change always_inline to try_inlinefijal2017-12-061-3/+3
* Inline the ascii part of unichr_as_utf8_append()Armin Rigo2017-12-061-2/+31
* Another big speed-upArmin Rigo2017-12-061-0/+9
* This reduces the overhead from 50% to 35%Armin Rigo2017-12-061-4/+36
* This is probably faster (needs non-ascii to verify)Armin Rigo2017-12-061-9/+6
* Should improve the situation alreadyArmin Rigo2017-12-061-0/+2
* mergefijal2017-12-035-73/+260
|\
| * hg merge defaultRonan Lamy2017-12-035-73/+260
| |\
| | * Re-revert 30c6fda0a499, and add the proper fix, hopefullyArmin Rigo2017-11-303-53/+245
| | * backout changes that broke translation in unclear ways (thanks RPython)fijal2017-11-303-244/+53
| | * - hypothesis tests for the IntBound methodsCarl Friedrich Bolz-Tereick2017-11-293-53/+244
| | * typoMatti Picus2017-11-291-1/+1
| | * maybe fix?Matti Picus2017-11-291-13/+9
| | * win32 fixes, even msdb does not know if it should be vcvarsXX.bat or vsvarsXX...Matti Picus2017-11-282-6/+9
| | * cleanup, enable VSXXXCOMNTOOLS in win32 platformMatti Picus2017-11-281-9/+5
* | | whack sre until it compilesfijal2017-12-031-2/+8
* | | fix the warnings module, add we_are_translated for nowfijal2017-12-031-1/+1
|/ /
* | Get rid of this function (there is codepoints_in_utf8())Armin Rigo2017-12-012-8/+1
* | Test for replace_countArmin Rigo2017-12-011-3/+7
* | I think this is a speed-upArmin Rigo2017-11-301-1/+1
* | Fix test (?)Armin Rigo2017-11-271-1/+1
* | Add a utility function that I might use in rsreArmin Rigo2017-11-272-0/+36
* | merge headsArmin Rigo2017-11-274-7/+38
|\ \
| * | hg merge defaultRonan Lamy2017-11-241-2/+9
| |\|
| | * fix test use of eci for vmprof_start_sampling, vmprof_start_samplingMatti Picus2017-11-231-2/+9
| * | support for append_utf8Carl Friedrich Bolz-Tereick2017-11-242-0/+21
| * | use an actual iterator, to make the code nicer (they work well in rpython now...Carl Friedrich Bolz-Tereick2017-11-242-4/+6
| * | start fixing _rawffifijal2017-11-241-1/+2
* | | On wide hosts, though, we should continue to run this test about lone sorrogatesArmin Rigo2017-11-231-1/+1
|/ /
* | merge defaultfijal2017-11-2341-927/+611
|\|
| * * Be more careful and let stop_sampling()/start_sampling() be called in codeArmin Rigo2017-11-223-14/+23
| * Untested and hard-to-test, but for symmetry reasons if weArmin Rigo2017-11-221-0/+2
| * update vmprof from upstream which cleans up most of the gcc warningsMatti Picus2017-11-226-8/+13
| * mergefijal2017-11-203-40/+46
| |\
| | * call register_code to profile functions, cleanupMatti Picus2017-11-201-7/+9
| | * Tweak: 16% speed increase of PyPy annotation, by avoiding theArmin Rigo2017-11-202-15/+36
| | * Follow-up for cb9634421fa2: revert the very general change and insteadArmin Rigo2017-11-191-27/+10
| * | silence a warning on OS Xfijal2017-11-201-1/+2
| |/
| * unbreak macos buildMatti Picus2017-11-191-1/+1
| * Fix yet another misuse of py.test.skipRonan Lamy2017-11-191-3/+6
| * graft part of edb8f85891e5 that un-breaks own tests on win32Matti Picus2017-11-171-1/+4
| * Convert ListItem.read_locations from dict to setRonan Lamy2017-11-172-5/+5
| * Clean up rerased: split interp-level ErasingPairIdentity from translator-leve...Ronan Lamy2016-11-211-35/+35
| * small cleanupRonan Lamy2016-11-201-6/+5
| * Kill confusing function callback case in emulate_pbc_call()Ronan Lamy2016-11-203-40/+7
| * Simplify codeRonan Lamy2016-11-201-13/+9
| * remove the space param from rvmprof.{start,stop}_sampling: it is not used and...Antonio Cuni2017-11-152-4/+4
| * fix typoAntonio Cuni2017-11-151-1/+1
| * make sure that vmprof don't sample the stack in the middle of stacklet switch...Antonio Cuni2017-11-152-0/+21