rust/compiler/rustc_arena
Tomasz Miąsko c7e887c64a DroplessArena: Allocate objects from the end of memory chunk
Allocating from the end of memory chunk simplifies the alignment code
and reduces the number of checked arithmetic operations.
2020-09-21 15:36:45 +02:00
..
src DroplessArena: Allocate objects from the end of memory chunk 2020-09-21 15:36:45 +02:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00