Aleksandrs Zajakins

Results 5 comments of Aleksandrs Zajakins

Thanks for sharing! Why you decided to choose WASM instead of LLVM IR? Why this additional translation step is necessary (Native code -> LLVM IR -> WASM -> LLVM IR...

I was researching WASM a bit, and cannot see the reason why WASM was chosen as a target, I would even argue that Dalvik would be a better target than...

miscompilation is obvious if you inspect generated llvm bitcode: ``` 27.0.11902837/toolchains/llvm/prebuilt/linux-x86_64/bin/clang -O1 test.c -S -emit-llvm & cat test.ll ... ; Function Attrs: nofree nounwind uwtable define dso_local i32 @main() local_unnamed_addr...

Hey, just wanted to update you that r27b indeed fixes minimal repro that was reported here, but sadly it still miscompiles the non-reduced code. This is not a blocker for...

Hey, The original (non-reduced) problem still occurs with the r28 beta 1 (28.0.12433566). Just wanted to make sure this is a known thing. And is it not the case that...