| Commit message (Expand) | Author | Age | Files | Lines |
* | use iterator and add some more obscure iterface for it | fijal | 2017-12-07 | 2 | -4/+8 |
* | change always_inline to try_inline | fijal | 2017-12-06 | 1 | -3/+3 |
* | Inline the ascii part of unichr_as_utf8_append() | Armin Rigo | 2017-12-06 | 1 | -2/+31 |
* | Another big speed-up | Armin Rigo | 2017-12-06 | 1 | -0/+9 |
* | This reduces the overhead from 50% to 35% | Armin Rigo | 2017-12-06 | 1 | -4/+36 |
* | This is probably faster (needs non-ascii to verify) | Armin Rigo | 2017-12-06 | 1 | -9/+6 |
* | Should improve the situation already | Armin Rigo | 2017-12-06 | 1 | -0/+2 |
* | merge | fijal | 2017-12-03 | 5 | -73/+260 |
|\ |
|
| * | hg merge default | Ronan Lamy | 2017-12-03 | 5 | -73/+260 |
| |\ |
|
| | * | Re-revert 30c6fda0a499, and add the proper fix, hopefully | Armin Rigo | 2017-11-30 | 3 | -53/+245 |
| | * | backout changes that broke translation in unclear ways (thanks RPython) | fijal | 2017-11-30 | 3 | -244/+53 |
| | * | - hypothesis tests for the IntBound methods | Carl Friedrich Bolz-Tereick | 2017-11-29 | 3 | -53/+244 |
| | * | typo | Matti Picus | 2017-11-29 | 1 | -1/+1 |
| | * | maybe fix? | Matti Picus | 2017-11-29 | 1 | -13/+9 |
| | * | win32 fixes, even msdb does not know if it should be vcvarsXX.bat or vsvarsXX... | Matti Picus | 2017-11-28 | 2 | -6/+9 |
| | * | cleanup, enable VSXXXCOMNTOOLS in win32 platform | Matti Picus | 2017-11-28 | 1 | -9/+5 |
* | | | whack sre until it compiles | fijal | 2017-12-03 | 1 | -2/+8 |
* | | | fix the warnings module, add we_are_translated for now | fijal | 2017-12-03 | 1 | -1/+1 |
|/ / |
|
* | | Get rid of this function (there is codepoints_in_utf8()) | Armin Rigo | 2017-12-01 | 2 | -8/+1 |
* | | Test for replace_count | Armin Rigo | 2017-12-01 | 1 | -3/+7 |
* | | I think this is a speed-up | Armin Rigo | 2017-11-30 | 1 | -1/+1 |
* | | Fix test (?) | Armin Rigo | 2017-11-27 | 1 | -1/+1 |
* | | Add a utility function that I might use in rsre | Armin Rigo | 2017-11-27 | 2 | -0/+36 |
* | | merge heads | Armin Rigo | 2017-11-27 | 4 | -7/+38 |
|\ \ |
|
| * | | hg merge default | Ronan Lamy | 2017-11-24 | 1 | -2/+9 |
| |\| |
|
| | * | fix test use of eci for vmprof_start_sampling, vmprof_start_sampling | Matti Picus | 2017-11-23 | 1 | -2/+9 |
| * | | support for append_utf8 | Carl Friedrich Bolz-Tereick | 2017-11-24 | 2 | -0/+21 |
| * | | use an actual iterator, to make the code nicer (they work well in rpython now... | Carl Friedrich Bolz-Tereick | 2017-11-24 | 2 | -4/+6 |
| * | | start fixing _rawffi | fijal | 2017-11-24 | 1 | -1/+2 |
* | | | On wide hosts, though, we should continue to run this test about lone sorrogates | Armin Rigo | 2017-11-23 | 1 | -1/+1 |
|/ / |
|
* | | merge default | fijal | 2017-11-23 | 41 | -927/+611 |
|\| |
|
| * | * Be more careful and let stop_sampling()/start_sampling() be called in code | Armin Rigo | 2017-11-22 | 3 | -14/+23 |
| * | Untested and hard-to-test, but for symmetry reasons if we | Armin Rigo | 2017-11-22 | 1 | -0/+2 |
| * | update vmprof from upstream which cleans up most of the gcc warnings | Matti Picus | 2017-11-22 | 6 | -8/+13 |
| * | merge | fijal | 2017-11-20 | 3 | -40/+46 |
| |\ |
|
| | * | call register_code to profile functions, cleanup | Matti Picus | 2017-11-20 | 1 | -7/+9 |
| | * | Tweak: 16% speed increase of PyPy annotation, by avoiding the | Armin Rigo | 2017-11-20 | 2 | -15/+36 |
| | * | Follow-up for cb9634421fa2: revert the very general change and instead | Armin Rigo | 2017-11-19 | 1 | -27/+10 |
| * | | silence a warning on OS X | fijal | 2017-11-20 | 1 | -1/+2 |
| |/ |
|
| * | unbreak macos build | Matti Picus | 2017-11-19 | 1 | -1/+1 |
| * | Fix yet another misuse of py.test.skip | Ronan Lamy | 2017-11-19 | 1 | -3/+6 |
| * | graft part of edb8f85891e5 that un-breaks own tests on win32 | Matti Picus | 2017-11-17 | 1 | -1/+4 |
| * | Convert ListItem.read_locations from dict to set | Ronan Lamy | 2017-11-17 | 2 | -5/+5 |
| * | Clean up rerased: split interp-level ErasingPairIdentity from translator-leve... | Ronan Lamy | 2016-11-21 | 1 | -35/+35 |
| * | small cleanup | Ronan Lamy | 2016-11-20 | 1 | -6/+5 |
| * | Kill confusing function callback case in emulate_pbc_call() | Ronan Lamy | 2016-11-20 | 3 | -40/+7 |
| * | Simplify code | Ronan Lamy | 2016-11-20 | 1 | -13/+9 |
| * | remove the space param from rvmprof.{start,stop}_sampling: it is not used and... | Antonio Cuni | 2017-11-15 | 2 | -4/+4 |
| * | fix typo | Antonio Cuni | 2017-11-15 | 1 | -1/+1 |
| * | make sure that vmprof don't sample the stack in the middle of stacklet switch... | Antonio Cuni | 2017-11-15 | 2 | -0/+21 |