GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/pypy.git
master
py3.7
Gentoo fork of PyPy
Python project <python@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rpython
/
memory
Commit message (
Expand
)
Author
Age
Files
Lines
*
re-apply backed out changes from rpython-never-allocate
Matti Picus
2021-01-28
1
-2
/
+14
*
Backed out changes from rpython-never-allocate since it is not ready yet
Matti Picus
2021-01-22
1
-14
/
+2
*
Merge branch 'branch/rpython-never-allocate' into 'branch/default'
Antonio Cuni
2021-01-21
1
-2
/
+14
|
\
|
*
introduce a @never_allocate class decorator, which ensure that a certain RPyt...
Antonio Cuni
2020-10-02
1
-2
/
+14
*
|
merge default into branch
Matti Picus
2020-10-05
1
-1
/
+4
|
\
|
|
*
darwin: sysctlbyname is in sys/sysctl.h
Dan Villiom Podlaski Christiansen
2020-09-17
1
-1
/
+4
*
|
fix some rffi.(U)LONG(P) vs rffi.(UN)SIGNED(P) issues without test coverage (...
nulano
2020-08-10
1
-1
/
+1
|
/
*
fix tests
Armin Rigo
2020-06-25
1
-0
/
+2
*
do it in minimark.py too
Armin Rigo
2020-06-16
1
-1
/
+1
*
oops, only issue a general write_barrier() if at least one card is set
Armin Rigo
2020-06-16
1
-1
/
+1
*
Add rgc.ll_arraymove(), as a way to shift items inside the same array
Armin Rigo
2020-06-16
6
-0
/
+53
*
Use py3-style names for function attributes
Ronan Lamy
2020-04-22
1
-2
/
+2
*
Modernize exec syntax in rpython/
Ronan Lamy
2020-04-18
2
-3
/
+3
*
in-progress: remove asmgcc completely (modern versions of gcc show test
Armin Rigo
2019-12-11
3
-890
/
+3
*
Issue #2979
Armin Rigo
2019-08-22
6
-3
/
+33
*
Emit some dots while progressing in the inline_helpers_and_postprocess()
Armin Rigo
2019-08-09
1
-0
/
+7
*
Broken line, get_L2cache_linux2_cpuinfo_s390x() was never called. Comment it
Armin Rigo
2019-07-24
1
-2
/
+2
*
fix
Armin Rigo
2019-05-08
1
-1
/
+1
*
Use rgc.increase_root_stack_depth() from PyPy (+tweaks)
Armin Rigo
2019-05-08
1
-3
/
+4
*
Link 'increase_root_stack_depth' through RPython and test it
Armin Rigo
2019-05-08
2
-11
/
+29
*
in-progress
Armin Rigo
2019-05-04
1
-4
/
+42
*
fix comment
Armin Rigo
2019-03-27
1
-1
/
+1
*
fix test for linux 32
Matti Picus
2019-02-12
1
-1
/
+1
*
fix the test to match 432d816c6d7b
Armin Rigo
2019-01-19
1
-1
/
+1
*
Fix comments and tweaks to the logic in incminimark.collect()
Armin Rigo
2018-12-19
1
-4
/
+18
*
hg merge default
Antonio Cuni
2018-12-13
2
-7
/
+14
|
\
|
*
switch to use time.time() instead of read_timestamp for the GC time measuring
Carl Friedrich Bolz-Tereick
2018-11-28
2
-19
/
+8
|
*
expose the time that the GC takes as a stat
Carl Friedrich Bolz-Tereick
2018-11-22
1
-0
/
+18
*
|
implement the return value for collect_step in the real incminimark
Antonio Cuni
2018-10-19
3
-8
/
+15
*
|
hg merge default
Antonio Cuni
2018-10-10
4
-69
/
+133
|
\
|
|
*
hg merge default
Armin Rigo
2018-05-23
1
-1
/
+6
|
|
\
|
|
*
Backed out changeset f0f9cfefd069
Carl Friedrich Bolz-Tereick
2018-05-21
1
-3
/
+0
|
|
*
more base methods
Carl Friedrich Bolz-Tereick
2018-05-18
1
-0
/
+3
|
*
|
hg merge release-pypy2.7-6.x
Armin Rigo
2018-05-13
8
-30
/
+343
|
|
\
\
|
*
|
|
Change 'hash' field to be there only for revdb.
Manuel Jacob
2018-03-22
1
-1
/
+2
|
*
|
|
Fix replaying by adding back hash field to GC header.
Manuel Jacob
2018-03-22
1
-1
/
+1
|
*
|
|
Make translation work, looks like only revdb.c is doing ->hash writes and tha...
Alexander Schremmer
2018-03-20
1
-1
/
+1
|
*
|
|
Changes after merging default into this branch:
Alexander Schremmer
2018-03-19
2
-2
/
+3
|
*
|
|
Merge default into reverse-debugger state as of now for reverse-debugger-upda...
Alexander Schremmer
2018-03-19
22
-342
/
+2335
|
|
\
\
\
|
*
|
|
|
Fix for edc44ccff552: the previous fix in clibffi had no effect
RevDB-pypy2.7-v5.6.2
Armin Rigo
2017-07-25
1
-13
/
+10
|
*
|
|
|
hg merge default
Armin Rigo
2017-01-01
3
-23
/
+77
|
|
\
\
\
\
|
*
\
\
\
\
hg merge default
Armin Rigo
2016-08-24
4
-8
/
+103
|
|
\
\
\
\
\
|
*
|
|
|
|
|
in-progress: fixes the inconsistency in static pointers to raw
Armin Rigo
2016-07-03
1
-1
/
+2
|
*
|
|
|
|
|
fix for tests
Armin Rigo
2016-07-01
1
-1
/
+1
|
*
|
|
|
|
|
Go through the list of all llops and mark the ones that are unsafe.
Armin Rigo
2016-06-30
3
-6
/
+13
|
*
|
|
|
|
|
bug fixes, there is more
Armin Rigo
2016-06-30
1
-4
/
+14
|
*
|
|
|
|
|
Replaying old-style finalizers
Armin Rigo
2016-06-27
1
-8
/
+13
|
*
|
|
|
|
|
old-style finalizers, recording
Armin Rigo
2016-06-27
1
-7
/
+7
|
*
|
|
|
|
|
hg merge default
Armin Rigo
2016-06-27
1
-1
/
+38
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Fix all tests
Armin Rigo
2016-06-24
1
-0
/
+1
[next]