aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Issue #2979Armin Rigo2019-08-221-0/+2
* hg merge defaultRonan Lamy2019-07-241-1/+1
|\
| * Fix the "not we_are_translated()" path, almost never usedArmin Rigo2019-03-271-1/+1
* | hg merge defaultRonan Lamy2019-01-317-56/+275
|\|
| * Support for revdb translationArmin Rigo2019-01-191-1/+1
| * hg merge defaultAntonio Cuni2018-12-134-24/+38
| |\
| | * switch to use time.time() instead of read_timestamp for the GC time measuringCarl Friedrich Bolz-Tereick2018-11-282-22/+28
| | * expose GC time to applevelCarl Friedrich Bolz-Tereick2018-11-222-2/+10
| * | don't call GC hook recursivelyAntonio Cuni2018-12-042-9/+40
| * | improve the return value of gc.collect_step: now it returns a GcCollectStepSt...Antonio Cuni2018-10-244-45/+109
| * | implement the app-level version of gc.collect_step()Antonio Cuni2018-05-303-0/+92
| * | the app-level gc.{enable,disable} now call also the rgc equivalent, to actual...Antonio Cuni2018-05-242-4/+22
| |/
* / Move all pypy/module/*/__init__.py to pypy/module/*/moduledef.pyRonan Lamy2018-11-072-40/+40
|/
* add a way to know the fastest and the slowest gc-minor/gc-collect-step when w...Antonio Cuni2018-04-182-12/+38
* fix translation on 32bitAntonio Cuni2018-04-161-8/+7
* add a count stat which counts how many events have been fired since the last ...Antonio Cuni2018-04-102-25/+88
* rename the 'count' argument of on_gc_collect to match the name used in the so...Antonio Cuni2018-04-102-9/+11
* fix the app-level hooks to use the new 'duration' paramAntonio Cuni2018-04-102-31/+49
* fix this test, and add comment explaing why it was failingAntonio Cuni2018-04-051-1/+6
* we can't run these tests with -A, skip themAntonio Cuni2018-04-051-0/+3
* add two convenience methods: hooks.set to pass an instance which contains the...Antonio Cuni2018-04-052-11/+39
* docstringAntonio Cuni2018-04-051-0/+9
* this is a wrapped class now, better to use the w_* naming conventionAntonio Cuni2018-04-051-7/+7
* chage the API: instead of using the ugly set_hook (and having to implement ge...Antonio Cuni2018-04-053-37/+67
* argh, this was a bad bug: make sure to clear action._next after perform(), el...Antonio Cuni2018-04-051-0/+23
* add support for calling the gc_collect hookAntonio Cuni2018-04-042-14/+124
* expose some of the incminimark constants, because they are passed to on_gc_co...Antonio Cuni2018-04-043-0/+16
* add the hook for gc_collect_stepAntonio Cuni2018-04-042-5/+81
* refactor to avoid the ugly 'gchooks' global prebuilt variable. Now we can sim...Antonio Cuni2018-04-043-8/+3
* this seems to fix annotation; however, it still cannot translated because Asy...Antonio Cuni2018-03-311-4/+8
* try to fix annotationAntonio Cuni2018-03-311-0/+8
* pass a 'stats' object to the hook instead of passing all the values individuallyAntonio Cuni2018-03-312-7/+22
* space.wrap is no longer rpythonAntonio Cuni2018-03-311-2/+2
* enable/disable the low-level hook according to the value of w_on_gc_minorAntonio Cuni2018-03-312-1/+12
* start to add app-level gc hooks; the test pass, but we still need to polish s...Antonio Cuni2018-03-313-0/+85
* fixesfijal2018-02-151-3/+3
* improve the reporting of various detailsfijal2018-02-062-29/+39
* add optionality about memory pressure, defaulting to Falsefijal2018-02-062-24/+51
* add peak memory usage reportingArmin Rigo2017-12-052-6/+19
* add tracking of memoryfijal2017-11-143-4/+53
* add one more data pointfijal2017-10-311-0/+3
* * Review all the places that add memory pressure outside of numpy and cpyextfijal2017-09-292-1/+14
* Issue #2612Armin Rigo2017-07-242-53/+49
* Partial back-out of changeset 4b63e7093115Armin Rigo2017-04-059-0/+0
* conditionally call vmp_native_enable/disable (only if platform supports it), ...Richard Plangger2017-04-039-0/+0
* Remove space.str_w() and space.str0_w() in RPython code.Armin Rigo2017-02-221-1/+1
* tweaksArmin Rigo2017-02-141-1/+1
* merge defaultCarl Friedrich Bolz2016-12-132-0/+34
|\
| * Fix 3cffc7191d14 for -AArmin Rigo2016-12-061-2/+11
| * Add a test for 2aa7dea5ad0f. It passes normally, but not on -AArmin Rigo2016-12-061-0/+13