Commit dae7079
Improve _PyType_Lookup performance for ARM64
Summary: A small tweak to `_PyType_Lookup` to improve the situation on ARM to increasing the cache size - we have more memory per core on ARM so we should take advantage of it. This increases the used cache size from 96k to 384k.
Reviewed By: itamaro
Differential Revision: D111090602
fbshipit-source-id: ab725fb8c024326ddaf173b4115878be55747da11 parent a898446 commit dae7079
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
0 commit comments