summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_capi/test_opt.py
Commit message (Expand)AuthorAgeFilesLines
* GH-115709: Invalidate executors when a local variable is changed via frame.f_...Mark Shannon2024-05-061-0/+13
* gh-118335: Configure Tier 2 interpreter at build time (#118339)Guido van Rossum2024-05-011-0/+8
* GH-118095: Add dynamic exit support and FOR_ITER_GEN support to tier 2 (GH-11...Mark Shannon2024-04-261-1/+16
* GH-118095: Handle `RETURN_GENERATOR` in tier 2 (GH-118180)Mark Shannon2024-04-251-0/+12
* GH-115419: Move setting the instruction pointer to error exit stubs (GH-118088)Mark Shannon2024-04-241-1/+1
* GH-115480: Reduce guard strength for binary ops when type of one operand is k...Mark Shannon2024-04-221-2/+42
* gh-115142: Skip ``test_capi/test_opt.py`` if ``_testinternalcapi`` is not ava...Kirill Podoprigora2024-04-111-2/+3
* gh-116968: Reimplement Tier 2 counters (#117144)Guido van Rossum2024-04-041-7/+9
* gh-116168: Remove extra `_CHECK_STACK_SPACE` uops (#117242)Peter Lazorchak2024-04-031-2/+266
* gh-112383: teach dis how to interpret ENTER_EXECUTOR (#117171)Irit Katriel2024-03-231-13/+10
* gh-117180: Complete call sequence when trace stack overflow (GH-117184)Ken Jin2024-03-231-0/+26
* GH-115819: Eliminate Boolean guards when value is known (GH-116355)Mark Shannon2024-03-051-2/+4
* gh-115480: Type propagate _BINARY_OP_ADD_UNICODE (GH-115710)Ken Jin2024-03-011-6/+33
* gh-115999: Disable the specializing adaptive interpreter in free-threaded bui...Brett Simmers2024-03-011-1/+5
* gh-116088: Insert bottom checks after all sym_set_...() calls (#116089)Guido van Rossum2024-02-291-7/+17
* gh-115859: Fix test_type_inconsistency() when run multiple times (#116079)Guido van Rossum2024-02-281-3/+7
* gh-115859: Re-enable T2 optimizer pass by default (#116062)Guido van Rossum2024-02-281-1/+20
* gh-115859: Disable the tier 2 redundancy eliminator by default (GH-115860)Ken Jin2024-02-231-0/+3
* Tier 2 cleanups and tweaks (#115534)Guido van Rossum2024-02-201-72/+85
* GH-115727: Temporary fix of confidence score test. (GH-115728)Mark Shannon2024-02-201-4/+3
* gh-115687: Split up guards from COMPARE_OP (GH-115688)Ken Jin2024-02-201-3/+56
* GH-115457: Support splitting and replication of micro ops. (GH-115558)Mark Shannon2024-02-201-1/+1
* gh-115480: Type / constant propagation for float binary uops (GH-115550)Peter Lazorchak2024-02-161-32/+67
* gh-114058: Fix flaky globals to constant test (#115423)Ken Jin2024-02-141-11/+32
* gh-114058: Foundations of the Tier2 redundancy eliminator (GH-115085)Ken Jin2024-02-131-0/+209
* GH-114695: Add `sys._clear_internal_caches` (GH-115152)Brandt Bucher2024-02-121-0/+16
* GH-111485: Generate instruction and uop metadata (GH-113287)Mark Shannon2023-12-201-2/+3
* Move optimizer/executor tests to new file test_capi/test_opt.py (#113072)Guido van Rossum2023-12-131-0/+544