File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -558,11 +558,15 @@ at the very least, a 16-bit counter is needed.
558558
5595593. Write the specializing function itself in [Python/specialize.c ](../Python/specialize.c).
560560 Refer to any other function in that file for the format.
561+
5615624. Remember to update operation stats by calling `add_stat_dict` in
562563 [Python/specialize.c ](../Python/specialize.c).
564+
5635655. Add the cache layout in [Lib/opcode.py](../Lib/opcode.py) so that Python's
564566 dis module will know how to represent it properly.
567+
5655686. Bump magic number in [Include/core/pycore_magic_number.h](../Include/internal/pycore_magic_number.h).
569+
5665707. Run ``make regen-all`` on `*nix` or `build.bat --regen` on Windows.
567571
568572
You can’t perform that action at this time.
0 commit comments