Roland Leißa
Roland Leißa
Stincilla is a DSL built with AnyDSL. You don't need it. It's not like Linux/UNIX is our focus, it's just that all of us are currently Linux users :) Anyway,...
We used to do the select + jump trick back in the days of yore. IMHO the branch intrinsic is a bit more concise and easier to work with. At...
Maybe the new `resolve_loads` in `mem2reg` does already the trick?
Yes, I want to implement the new optimizer in my ```tuple``` branch.
Thanks for reporting. This is a known problem. I'll look into that :)
@manueljacob Simon told me that you are interested in an internship. Feel free to contact me via email :)
This cannot work. LLVM does not support polymorphism.
yes, I can write a pass which rewrites all uses of polymorphic "C" externs accordingly. It's not hard.
We will solve this issue in the long term via traits / better type system.
The problem is that the filter (formerly known as pe_policy) is not a real operand of a continuation. It should be, but it isn't. Changing this would introduce many subtle...