Files
wasmtime/lib
Jakob Stoklund Olesen 605bda2925 Add a stack frame manager.
Use a new StackSlots struct to keep track of a function's stack slots
instead of just an entity map. This let's us build more internal data
structures for tracking the stack slots if necessary.

Start by adding a make_spill_slot() function that will be used by the
register allocator.
2017-06-16 11:55:44 -07:00
..
2017-06-16 11:55:44 -07:00
2017-06-16 11:01:22 -07:00