mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
![]() * Split `CALL_PY_EXACT_ARGS` into uops This is only the first step for doing `CALL` in Tier 2. The next step involves tracing into the called code object and back. After that we'll have to do the remaining `CALL` specialization. Finally we'll have to deal with `KW_NAMES`. Note: this moves setting `frame->return_offset` directly in front of `DISPATCH_INLINED()`, to make it easier to move it into `_PUSH_FRAME`. |
||
---|---|---|
.. | ||
__init__.py | ||
__main__.py | ||
check_config.py | ||
test_abstract.py | ||
test_codecs.py | ||
test_dict.py | ||
test_eval_code_ex.py | ||
test_exceptions.py | ||
test_getargs.py | ||
test_immortal.py | ||
test_long.py | ||
test_mem.py | ||
test_misc.py | ||
test_structmembers.py | ||
test_unicode.py | ||
test_watchers.py |