aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* re-apply backed out changes from rpython-never-allocateMatti Picus2021-01-281-2/+14
* Backed out changes from rpython-never-allocate since it is not ready yetMatti Picus2021-01-221-14/+2
* Merge branch 'branch/rpython-never-allocate' into 'branch/default'Antonio Cuni2021-01-211-2/+14
|\
| * introduce a @never_allocate class decorator, which ensure that a certain RPyt...Antonio Cuni2020-10-021-2/+14
* | merge default into branchMatti Picus2020-10-051-1/+4
|\|
| * darwin: sysctlbyname is in sys/sysctl.hDan Villiom Podlaski Christiansen2020-09-171-1/+4
* | fix some rffi.(U)LONG(P) vs rffi.(UN)SIGNED(P) issues without test coverage (...nulano2020-08-101-1/+1
|/
* fix testsArmin Rigo2020-06-251-0/+2
* do it in minimark.py tooArmin Rigo2020-06-161-1/+1
* oops, only issue a general write_barrier() if at least one card is setArmin Rigo2020-06-161-1/+1
* Add rgc.ll_arraymove(), as a way to shift items inside the same arrayArmin Rigo2020-06-166-0/+53
* Use py3-style names for function attributesRonan Lamy2020-04-221-2/+2
* Modernize exec syntax in rpython/Ronan Lamy2020-04-182-3/+3
* in-progress: remove asmgcc completely (modern versions of gcc show testArmin Rigo2019-12-113-890/+3
* Issue #2979Armin Rigo2019-08-226-3/+33
* Emit some dots while progressing in the inline_helpers_and_postprocess()Armin Rigo2019-08-091-0/+7
* Broken line, get_L2cache_linux2_cpuinfo_s390x() was never called. Comment itArmin Rigo2019-07-241-2/+2
* fixArmin Rigo2019-05-081-1/+1
* Use rgc.increase_root_stack_depth() from PyPy (+tweaks)Armin Rigo2019-05-081-3/+4
* Link 'increase_root_stack_depth' through RPython and test itArmin Rigo2019-05-082-11/+29
* in-progressArmin Rigo2019-05-041-4/+42
* fix commentArmin Rigo2019-03-271-1/+1
* fix test for linux 32Matti Picus2019-02-121-1/+1
* fix the test to match 432d816c6d7bArmin Rigo2019-01-191-1/+1
* Fix comments and tweaks to the logic in incminimark.collect()Armin Rigo2018-12-191-4/+18
* hg merge defaultAntonio Cuni2018-12-132-7/+14
|\
| * switch to use time.time() instead of read_timestamp for the GC time measuringCarl Friedrich Bolz-Tereick2018-11-282-19/+8
| * expose the time that the GC takes as a statCarl Friedrich Bolz-Tereick2018-11-221-0/+18
* | implement the return value for collect_step in the real incminimarkAntonio Cuni2018-10-193-8/+15
* | hg merge defaultAntonio Cuni2018-10-104-69/+133
|\|
| * hg merge defaultArmin Rigo2018-05-231-1/+6
| |\
| | * Backed out changeset f0f9cfefd069Carl Friedrich Bolz-Tereick2018-05-211-3/+0
| | * more base methodsCarl Friedrich Bolz-Tereick2018-05-181-0/+3
| * | hg merge release-pypy2.7-6.xArmin Rigo2018-05-138-30/+343
| |\ \
| * | | Change 'hash' field to be there only for revdb.Manuel Jacob2018-03-221-1/+2
| * | | Fix replaying by adding back hash field to GC header.Manuel Jacob2018-03-221-1/+1
| * | | Make translation work, looks like only revdb.c is doing ->hash writes and tha...Alexander Schremmer2018-03-201-1/+1
| * | | Changes after merging default into this branch:Alexander Schremmer2018-03-192-2/+3
| * | | Merge default into reverse-debugger state as of now for reverse-debugger-upda...Alexander Schremmer2018-03-1922-342/+2335
| |\ \ \
| * | | | Fix for edc44ccff552: the previous fix in clibffi had no effectRevDB-pypy2.7-v5.6.2Armin Rigo2017-07-251-13/+10
| * | | | hg merge defaultArmin Rigo2017-01-013-23/+77
| |\ \ \ \
| * \ \ \ \ hg merge defaultArmin Rigo2016-08-244-8/+103
| |\ \ \ \ \
| * | | | | | in-progress: fixes the inconsistency in static pointers to rawArmin Rigo2016-07-031-1/+2
| * | | | | | fix for testsArmin Rigo2016-07-011-1/+1
| * | | | | | Go through the list of all llops and mark the ones that are unsafe.Armin Rigo2016-06-303-6/+13
| * | | | | | bug fixes, there is moreArmin Rigo2016-06-301-4/+14
| * | | | | | Replaying old-style finalizersArmin Rigo2016-06-271-8/+13
| * | | | | | old-style finalizers, recordingArmin Rigo2016-06-271-7/+7
| * | | | | | hg merge defaultArmin Rigo2016-06-271-1/+38
| |\ \ \ \ \ \
| * | | | | | | Fix all testsArmin Rigo2016-06-241-0/+1