yuki

Results 23 comments of yuki

I lied, the layout of a slice currently is `struct str { ptr: &i8; len: i64 }` which needs to change.

clang appears to generate code without branching, but it's black magic to me

ah, I think I know what the cause is; previously we never used the "native stack" (`rsp`, `rbp`) for anything, so it was basically always 0-filled. But #395 also started...

@petejohanson are there any more issues preventing this from being merged? let me know what else to change. thanks!

I'll incorporate the changes noted in the review for #1295 in the near future

This feature would be great; as it currently stands, writing the implementation of a templated class is quite annoying. Further, with CTAD in C++17, we can omit the template arguments...