erer1243

Results 6 comments of erer1243

>I thought when you build with stack, you can specify the target? You can, but stack will build everything anyway at least once.

I guess I learned my lesson about automatic rebase strategies. I'll fix it up later. I think the "silly stuff" is what is needed.

@nikic Yeah, I was planning on doing that. I'm not sure how long it would take to get through, so I'm not sure which version we would put in the...

Having 64bit APIs for structs and vectors did not make sense, because LLVM stores 32bit lengths for them anyway. Now we just assert for overflows before calling those functions. I...

Barring the LLVM patch being rescinded, this is now finished.

> Can you elaborate on the undefined behavior that you saw from the unaligned writes? Lines like these are UB, as they are writing a size_t to char*. These break...