rust/miri
Oliver Schneider 181851fc6b
Always allocate for globals
statics are rare and constants are copied anyway.
Reading from a constant should then yield a `ByVal` again if possible.
2017-08-08 17:09:26 +02:00
..
bin Split up miri into the librustc_mir and bin parts 2017-08-01 09:56:21 +02:00
fn_call.rs Always allocate for globals 2017-08-08 17:09:26 +02:00
helpers.rs Produce backtraces for miri internals 2017-08-02 16:59:01 +02:00
intrinsic.rs Always allocate for globals 2017-08-08 17:09:26 +02:00
lib.rs Always allocate for globals 2017-08-08 17:09:26 +02:00
memory.rs Allow machines to create new memory kinds 2017-08-01 09:56:21 +02:00
operator.rs Produce backtraces for miri internals 2017-08-02 16:59:01 +02:00
tls.rs Produce backtraces for miri internals 2017-08-02 16:59:01 +02:00