Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
re: speedup matching by storing some state in local variables
This is a backport of the upstream 3.11 improvement: python/cpython#91495 I only backported the ctx->pattern -> pattern and ctx->ptr -> ptr part because using computed goto actually decreased perf slightly on the opt build.
- Loading branch information