You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Currently there's no good way to run a one-off script in a strict module inside of Cinder, where doing so with static Python will unlock extra optimization opportunities. This enables that with:
`./python -X jit -OO -m compiler --strict --static Tools/benchmarks/richards_static.py`
Reviewed By: carljm
Differential Revision: D28270863
fbshipit-source-id: f679a0e
0 commit comments