New issue 2368: cpu_info() should be at runtime, not translation time. https://bitbucket.org/pypy/pypy/issues/2368/cpu_info-should-be-at-runtime-not
Edd Barrett: As discussed with @arigo In `rpython/jit/backend/x86/detect_feature.py` there is a function `cpu_info()` which collects information from the host cpu by executing binary code. Currently this is run at translation time, but actually it should be run at runtime. Found last week, when looking into W^X. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
