search for: stackload

Displaying 1 result from an estimated 1 matches for "stackload".

2015 Aug 07
2
Creating a virtual machine: stack, regs alloc & other problems
...nguage specific knowledge. Hmm.. this sounds interesting. thanks. So, if I understand correctly, if we need to allocate a VM stack frame, the idea is to create enough allocas, then store there values which need to be in the VM frame? But how can it survive optimizing passes? (I assume that we did stackload before and esp points to VM stack) Could you please explain more? >> 3. Since the machine stack is a VM stack, we are not allowed to use alloca. It's not a problem, but the machine register allocator/spiller >> can still use the machine stack for register spilling purposes. >&g...