rust/src
Oliver Schneider 7d574f7b1c
don't execute the first statement of a constant/static/promoted right away
This might create confusion, because attempting to execute a statement can cause
arbitrary stackframes to be added for the constants/statics/promoteds required by that
statement. Before this commit, the first statement of the last added stackframe was
executed immediately. Thus there was no way to inspect the state before that first
statement.
2016-06-28 15:06:44 +02:00
..
bin Get benchmarks running again and factor out some parts in common with bin/miri.rs. 2016-06-17 21:35:37 -06:00
interpreter don't execute the first statement of a constant/static/promoted right away 2016-06-28 15:06:44 +02:00
error.rs adjust all pointer_size checks to use the method 2016-06-23 10:02:39 +02:00
lib.rs Make step an EvalContext method and remove Stepper. 2016-06-23 00:02:47 -06:00
memory.rs use free methods instead of traits 2016-06-25 16:50:33 +02:00
primval.rs implement char handling 2016-06-21 09:35:20 +02:00