-
Notifications
You must be signed in to change notification settings - Fork 202
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
luajit and ffi went wrong in while block #8
Comments
@qlee001 Could you report to the official LuaJIT repository instead? See https://github.com/LuaJIT/LuaJIT I can confirm that the official v2.1 branch also has this issue. Thanks! |
@agentzh Ok, thanks! |
Bug has been fixed. Incorrect allocation sinking due to incomplete PHI remark |
This was referenced Jun 19, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I develop a red-black tree base on luajit, but sometime could not found the minium node in the tree, The code behind would assert failed.
If add a line to the while block or use jit.off() to disable jit, it would work well.
OS: Ubuntu 16.04 or ArchLinux .
Code is Here, extra code is removed.
The text was updated successfully, but these errors were encountered: