Files
wasmtime/lib/cretonne
Jakob Stoklund Olesen e2f8924c30 Add some safety checks for detached values.
These methods are used to reattach detached values:

- change_to_alias
- attach_result
- attach_ebb_arg

Add an assertion to all of them to ensure that the provided value is not
already attached somewhere else. Use a new value_is_attached() method
for the test.

Also include a verifier check for uses of detached values.
2017-04-12 15:19:26 -07:00
..
2017-03-14 10:48:05 -07:00
2016-10-17 14:44:43 -07:00