Skip to content

Conversation

@gvanrossum
Copy link
Member

@gvanrossumgvanrossum commented Nov 17, 2023

  • Double max trace size to 256
  • Add a dependency on executor_cases.c.h for ceval.o
  • Mark _SPECIALIZE_UNPACK_SEQUENCE as TIER_ONE_ONLY
  • Add debug output back showing the optimized trace
  • Bunch of cleanups to Tools/cases_generator/

@gvanrossumgvanrossum merged commit be0bd54 into python:mainNov 17, 2023
@gvanrossumgvanrossum deleted the cleanups branch November 17, 2023 19:49
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
- Double max trace size to 256 - Add a dependency on executor_cases.c.h for ceval.o - Mark `_SPECIALIZE_UNPACK_SEQUENCE` as `TIER_ONE_ONLY` - Add debug output back showing the optimized trace - Bunch of cleanups to Tools/cases_generator/
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
- Double max trace size to 256 - Add a dependency on executor_cases.c.h for ceval.o - Mark `_SPECIALIZE_UNPACK_SEQUENCE` as `TIER_ONE_ONLY` - Add debug output back showing the optimized trace - Bunch of cleanups to Tools/cases_generator/
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@gvanrossum