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
Here Thorin is doing things 100000000 times.
100000000
.import mem; .let i32 = .Idx 4294967296; .let size = 100000000:.Nat; .cn .extern main [mem: %mem.M, argc: i32, argv : %mem.Ptr («⊤:.Nat; %mem.Ptr («⊤:.Nat; .Idx 256», 0:.Nat)», 0:.Nat), return : .Cn [%mem.M, i32]] = { .let (alloc_mem, arr) = %mem.alloc (<<size; i32>>, 0) (mem); .let lea = %mem.lea (size, <size; i32>, 0) (arr, 0:(.Idx 100)); .let (load_mem, val) = %mem.load (i32, 0) (alloc_mem, lea); return ( load_mem, 1:i32 ) };
The text was updated successfully, but these errors were encountered:
fixes #109 + test case
33aa079
Successfully merging a pull request may close this issue.
Here Thorin is doing things
100000000
times.The text was updated successfully, but these errors were encountered: