Files
wasmtime/meta
Jakob Stoklund Olesen 93f79d7a48 Move second_result outside boxed storage.
In instruction formats that have multiple results AND boxed storage,
place the second_result field outside the boxed storage. The 16-byte
instruction format has room for opcode, type, second_result in the first
8 bytes, and the boxed pointer in the last 8 bytes.

This provides a simpler implementation of the second_result() and
second_result_mut() InstructionData methods.
2016-10-12 16:01:06 -07:00
..
2016-08-26 14:02:32 -07:00
2016-09-27 13:45:05 -07:00
2016-08-23 16:35:58 -07:00
2016-09-27 13:45:05 -07:00