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
/
annotator
/
bookkeeper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use py3-style names for function attributes
Ronan Lamy
2020-04-22
1
-3
/
+3
*
merge default
fijal
2018-02-05
1
-2
/
+3
|
\
|
*
rename the argument to simple_hash_eq, as suggested by antocuni and arigato
Carl Friedrich Bolz-Tereick
2017-12-11
1
-2
/
+2
|
*
thread the fast_hash info through the various layers into the rordereddict
Carl Friedrich Bolz-Tereick
2017-12-11
1
-2
/
+3
*
|
merge mmap-for-llarena
fijal
2017-11-30
1
-4
/
+2
|
\
|
|
*
Kill confusing function callback case in emulate_pbc_call()
Ronan Lamy
2016-11-20
1
-4
/
+2
*
|
write the number of raw malloced bytes into structs that are used for add_mem...
fijal
2017-09-28
1
-0
/
+1
|
/
*
fix issue #1877: replace bare Exceptions with AnnotatorError in the annotator
Carl Friedrich Bolz
2017-05-22
1
-5
/
+6
*
Cleanups and comments
Armin Rigo
2017-01-28
1
-1
/
+1
*
Create special FunctionDesc subclass for @specialize.memo() functions
Ronan Lamy
2016-02-24
1
-0
/
+3
*
Simplify FunctionDesc.__init__ and use factory method bk.newfuncdesc() instead
Ronan Lamy
2016-02-20
1
-1
/
+17
*
Remove dead code: Bookkeeper._find_current_op()
Ronan Lamy
2016-02-15
1
-14
/
+0
*
Don't use bare Python objects as keys in bookkeeper.descs, to prevent their _...
Ronan Lamy
2015-12-09
1
-2
/
+3
*
reverted previous changes (did not know we do not support 2.6 anymore)
Richard Plangger
2015-11-23
1
-3
/
+1
*
yet another {k for k ...} set syntax converted to an explicit for loop
Richard Plangger
2015-11-23
1
-1
/
+3
*
Implement unions of SomeException with SomeInstance
Ronan Lamy
2015-11-19
1
-1
/
+5
*
backout 26259e6794f : not useful and caused weird issues in normalizecalls.py
Ronan Lamy
2015-11-06
1
-7
/
+1
*
Move Bookkeeper.see_mutable() to ClassDef.see_instance() and kill have_seen()
Ronan Lamy
2015-10-18
1
-32
/
+7
*
Change the API for accessing attribute read locations
Ronan Lamy
2015-10-17
1
-1
/
+10
*
hg merge default
Ronan Lamy
2015-10-15
1
-2
/
+3
|
\
|
*
Remove OrderedDict compatibility hacks for Python 2.6
Ronan Lamy
2015-10-15
1
-2
/
+3
*
|
Remove 'bookkeeper' attribute from class 'Attribute'
Ronan Lamy
2015-10-14
1
-0
/
+5
*
|
Always compute the classdef when creating a ClassDesc
Ronan Lamy
2015-10-14
1
-1
/
+7
*
|
Merge ClassDesc definition and classdef.py into classdesc.py
Ronan Lamy
2015-10-14
1
-2
/
+2
*
|
hg merge default
Ronan Lamy
2015-10-14
1
-5
/
+6
|
\
|
|
*
make some tests and exceptions more precise
Ronan Lamy
2015-10-13
1
-5
/
+6
*
|
Store the now-unique classdef in a plain attribute rather than a length-1 dict
Ronan Lamy
2015-10-13
1
-3
/
+1
|
/
*
hg merge default
Ronan Lamy
2015-09-25
1
-2
/
+3
|
\
|
*
Copy all tests about "no_nul" in strings to test "no_nul" in unicode
Armin Rigo
2015-09-21
1
-2
/
+3
*
|
hg merge default
Ronan Lamy
2015-08-16
1
-2
/
+28
|
\
|
|
*
Add and use a helper module that delays recursive calls, to turn them
Armin Rigo
2015-06-05
1
-2
/
+8
|
*
The point of unique_key
Armin Rigo
2015-05-04
1
-1
/
+3
|
*
Try to document the complicated API of emulate_pbc_call().
Armin Rigo
2015-05-04
1
-0
/
+18
*
|
replace bk.enter()/bk.leave() pairs with a context manager
Ronan Lamy
2015-04-15
1
-12
/
+15
*
|
kill one crazy callback
Ronan Lamy
2015-04-15
1
-4
/
+1
*
|
turn nested function call_sites() into annotator method
Ronan Lamy
2015-04-15
1
-15
/
+1
*
|
Don't bother analysing call families until they are needed
Ronan Lamy
2015-03-29
1
-4
/
+1
|
/
*
kill consider_call_site_for_pbc()
Ronan Lamy
2015-03-28
1
-9
/
+2
*
Simplify Desc.consider_call_site() signature
Ronan Lamy
2015-03-28
1
-3
/
+1
*
register builtin exceptions with the annotator at the same time as the other ...
Ronan Lamy
2014-11-03
1
-5
/
+8
*
# python 'property' for rpython
Andrey Churin
2015-03-11
1
-1
/
+3
*
(cfbolz, arigo)
Armin Rigo
2014-12-12
1
-8
/
+10
*
in-progress: refactor the threadlocal through the translation toolchain
Armin Rigo
2014-11-22
1
-0
/
+1
*
extract the costly call to check_no_flags() in a separate method
Ronan Lamy
2014-11-16
1
-1
/
+1
*
kill more dead code
Ronan Lamy
2014-10-16
1
-4
/
+0
*
@analyzer_for should return the function unchanged
Ronan Lamy
2014-10-12
1
-1
/
+1
*
kill 3rd argument of RPythonAnnotator.binding()
Ronan Lamy
2014-10-05
1
-8
/
+11
*
redo commit 8faa5a81be74 properly
Ronan Lamy
2014-05-29
1
-2
/
+0
*
Backed out changeset 8faa5a81be74
Armin Rigo
2014-05-29
1
-0
/
+2
*
rename NoneFrozenPBCRepr to NoneRepr and move it to rpython.rtyper.rnone
Ronan Lamy
2014-05-29
1
-2
/
+0
[next]