We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In some cases, the emitted LLVM Code writes and loads functions from a wrong slot resulting in an infinite loop.
Example: https://github.com/NeuralCoder3/thorin2/blob/closure-test/lit/clos/bind.thorin
Commands:
%thorin -d clos %s --output-ll %t.ll -o - clang++ lit/clos/lib.cpp %t.ll -o %t -lc -Wno-override-module
Observed bahvior: An infinite stream of 99 is printed.
99
Expected behavior: A countdown from 99 to 0.
0
The text was updated successfully, but these errors were encountered:
test case for #118
12331b2
28559ef
leissa
No branches or pull requests
In some cases, the emitted LLVM Code writes and loads functions from a wrong slot resulting in an infinite loop.
Example:
https://github.com/NeuralCoder3/thorin2/blob/closure-test/lit/clos/bind.thorin
Commands:
Observed bahvior:
An infinite stream of
99
is printed.Expected behavior:
A countdown from
99
to0
.The text was updated successfully, but these errors were encountered: