- 01 May, 2021 1 commit
-
-
Ondrej Baranovič authored
--HG-- branch : bpo-35714
-
- 30 Apr, 2021 3 commits
-
-
Carl Friedrich Bolz-Tereick authored
some default version was used. also move char_escape_helper to the global level, no need to specialize
-
Carl Friedrich Bolz-Tereick authored
-
Matti Picus authored
-
- 25 Apr, 2021 4 commits
-
-
Carl Friedrich Bolz-Tereick authored
since the merging of jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
-
Carl Friedrich Bolz-Tereick authored
just commit it: add .view() methods to view parse trees (and parsing stack) with the dot viewer, turn the type numbers into readable strings in the reprs
-
Carl Friedrich Bolz-Tereick authored
-
- 24 Apr, 2021 1 commit
-
-
Carl Friedrich Bolz-Tereick authored
broken in the presence of a precision
-
- 21 Apr, 2021 5 commits
-
-
Matti Picus authored
-
Matti Picus authored
-
Matti Picus authored
-
Armin Rigo authored
skipped on py3.7
-
Matti Picus authored
-
- 20 Apr, 2021 1 commit
-
-
Carl Friedrich Bolz-Tereick authored
-
- 19 Apr, 2021 1 commit
-
-
Armin Rigo authored
Greenlets: delay the thread-checking logic introduced in 43a5a267de9d until we really start the greenlet. Don't capture the thread that is current when we instantiate the greenlet, because gevent reparents such greenlets before they start.
-
- 18 Apr, 2021 1 commit
-
-
Carl Friedrich Bolz-Tereick authored
-
- 17 Apr, 2021 2 commits
-
-
Carl Friedrich Bolz-Tereick authored
-
Carl Friedrich Bolz-Tereick authored
add heapcache support for caching get/setinteriorfield. this makes the unrolling decisions based on dicts less brittle. it's not really an optimization on its own, usually, because the dicts that this works on are typically virtual, so they will be removed by optimizeopt anyway.
-
- 16 Apr, 2021 4 commits
-
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
before clearing the list
-
- 15 Apr, 2021 3 commits
-
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
- 14 Apr, 2021 8 commits
-
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
-
Carl Friedrich Bolz-Tereick authored
jit.isvirtual inlining decisions less brittle for dictionaries --HG-- branch : jit-heapcache-interiorfields
-
Carl Friedrich Bolz-Tereick authored
deque has more methods and already had this abstraction)
-
- 13 Apr, 2021 1 commit
-
-
Carl Friedrich Bolz-Tereick authored
implementation for divmod of rbigints, given large enough numbers. based on python code by Mark Dickinson here: https://bugs.python.org/issue3451
-
- 12 Apr, 2021 5 commits
-
-
Carl Friedrich Bolz-Tereick authored
point. --HG-- branch : faster-rbigint-big-divmod
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : faster-rbigint-big-divmod
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : faster-rbigint-big-divmod
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : faster-rbigint-big-divmod
-
Carl Friedrich Bolz-Tereick authored
--HG-- branch : faster-rbigint-big-divmod
-