mirror of
https://github.com/python/cpython.git
synced 2025-10-06 15:11:58 +00:00
Gather stats for PRECALL_METHOD. (GH-31259)
This commit is contained in:
parent
e19059ecd8
commit
1a6411f573
2 changed files with 14 additions and 2 deletions
|
@ -176,6 +176,7 @@ print_spec_stats(FILE *out, OpcodeStats *stats)
|
|||
* even though we don't specialize them yet. */
|
||||
fprintf(out, " opcode[%d].specializable : 1\n", FOR_ITER);
|
||||
fprintf(out, " opcode[%d].specializable : 1\n", PRECALL_FUNCTION);
|
||||
fprintf(out, " opcode[%d].specializable : 1\n", PRECALL_METHOD);
|
||||
fprintf(out, " opcode[%d].specializable : 1\n", UNPACK_SEQUENCE);
|
||||
for (int i = 0; i < 256; i++) {
|
||||
if (adaptive_opcodes[i]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue