Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

최신 pypy 버전에서 jit 빌드 실행 오류 #27

Open
youknowone opened this issue Mar 31, 2024 · 1 comment
Open

최신 pypy 버전에서 jit 빌드 실행 오류 #27

youknowone opened this issue Mar 31, 2024 · 1 comment

Comments

@youknowone
Copy link
Member

#22 (comment)

pypy v7.3.13 까지는 동작하고 이후부터 깨짐

@puzzlet
Copy link
Member

puzzlet commented Apr 1, 2024

git bisect로 문제가 되는 pypy 쪽 커밋을 찾았습니다. pypy가 trace_limit을 받아들이는 로직의 버그로 보고
pypy/pypy#4932 를 올렸습니다.
aheui.py에서 jit.set_param(driver, 'trace_limit', 30000)를 빼면 잘 동작합니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants