Aditya Siram
Aditya Siram
That is an interesting set of benchmarks, but I'm having a little trouble understanding. How much slower is the statically linked version vs. dynamic? Also if binary size is the...
Thanks for your interest! The libclang static build project also builds a shared bundled lib for fast iteration and small binaries. I have examples of both in the repo. Although...
I don't have access to Windows machine at the moment but can you try invoking `c2hs` like this: ``` c2hs -C -D"__builtin_bit_cast(A,B)=((A)B)" ``` The double quotes escape their contents on...
Yes, that works. As a side note if you want to use the template for metaprogramming and you leave out the initial argument that takes the body of the `proc`...
Just checked, it does the same thing if you set the backend to `cpp` and change `exportc` to `exportcpp`.
Sure I understand, but warning or erroring when trying to export any type signature that has a free type variable seems like it could save someone hours of scouring a...