Skip to content

Commit d9783ca

Browse files
committed
Added new lines between steps for better readability
1 parent cb03b20 commit d9783ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

InternalDocs/interpreter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,11 +558,15 @@ at the very least, a 16-bit counter is needed.
558558
559559
3. 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+
561562
4. Remember to update operation stats by calling `add_stat_dict` in
562563
[Python/specialize.c ](../Python/specialize.c).
564+
563565
5. 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+
565568
6. Bump magic number in [Include/core/pycore_magic_number.h](../Include/internal/pycore_magic_number.h).
569+
566570
7. Run ``make regen-all`` on `*nix` or `build.bat --regen` on Windows.
567571
568572

0 commit comments

Comments
 (0)