rust-lang / rust-memory-model

Collecting examples and information to help design a memory model for Rust.
Apache License 2.0
126 stars 15 forks source link

extra_load.md: Move to optimizations? #6

Closed RalfJung closed 5 years ago

RalfJung commented 8 years ago

The file extra_load.md asks whether certain compiler transformations are okay. It doesn't ask whether any particular piece of code is legal (as far as I can see). So shouldn't it be in the optimizations folder?