Commit 5fec65f
Enable specialized opcode support by default
Summary:
Some microbenchmarks really benefit from this, e.g.
running cinderx/benchmarks/nbody.py with `hyperfine`
looks like:
```lang=plain
# PYTHONJITSPECIALIZEDOPCODES=0
# 15.774s ± 0.239 s
# PYTHONJITSPECIALIZEDOPCODES=1
# 9.630 s ± 0.146 s
```
Reviewed By: DinoV
Differential Revision: D96193032
fbshipit-source-id: 69f2cf8f09816ec39b4d390e58fa89250424de3d1 parent 9d1bca0 commit 5fec65f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| |||
0 commit comments