| Website | https://tratt.net/laurie/ |
| Website | https://tratt.net/laurie/ |
Load-store elimination, now with type-based alias analysis (TBAA)
In the past fortnight, 50% of my conversations have seen me say "today's AI cannot do that and we have no idea if and when it will".
In the other 50% I've said "today's AI can do that, really, and you just need to try it".
Our collective calibration is currently very wonky!
Scratched a Rust itch with an experimental new crate `test_stubs`. I have traits with lots of methods. "Proper" code should implement all methods, but test code need not. `test_stubs` means that test code doesn't have to manually create `todo!()` methods.
This has saved me 950LoC in one Rust program alone. Comments welcome -- I definitely consider this experimental right now! https://github.com/ykjit/test_stubs