Christoffer Lerno

Results 1219 comments of Christoffer Lerno

Does it look better now?

Currently it's a bit in flux. I think you'll see `foo__square` on exported things, but `foo.square` on non-exported ones. Your safe bet is to use `@export("my_name")` to give it a...

I would say that there is no general solution, and trying to find general solutions are doomed to failure. What we should / can do is to provide different library...

Inferring the size is problematic. Regarding the instruction set I am hoping for someone to take charge of this to implement all the remaining instructions. It should be straightforward to...

If you give me some asm that works good in C I can use that as a test case, it doesn't need to be the exact same asm.

Is this the same error as #1927 ?

I'll hopefully look at the asm this weekend too. It was hard to understand the code when I did an attempt on #1927. In particular I was unsure that I...