Files
wasmtime/cranelift/src
Dan Gohman 13b167770c Include emergency stack slots when laying out the stack.
Emergency stack slots are a new kind of stack slot added relatively
recently. They need to be allocated a stack offset just like explicit
and spill slots.

Also, make StackSlotData's offset field an Option, to catch problems
like this in the future. Previously the value 0 was used when offsets
weren't assigned yet, however that made it non-obvious when the field
meant "not assigned yet" and when it meant "assigned the value 0".
2018-03-04 21:34:49 -08:00
..
2018-02-26 15:25:37 -08:00
2018-03-04 21:33:04 -08:00
2017-08-31 10:44:59 -07:00
2017-10-25 10:11:36 -07:00