]> gitweb.factorcode.org Git - factor.git/commit
vm: method to calculate frame size for address
authorJoe Groff <arcata@gmail.com>
Wed, 30 Nov 2011 20:57:35 +0000 (12:57 -0800)
committerJoe Groff <arcata@gmail.com>
Wed, 14 Dec 2011 17:56:47 +0000 (09:56 -0800)
commitef38688e87a7f0eccf40d5dfbfb80188a5a5285b
treec6c497053e4ff711c0721df7398b92a0a69faa30
parent5b9aee2c91e1092223a68e6719d18fe784251478
vm: method to calculate frame size for address
If we're before the prolog or or in a leaf procedure, the stack frame is really a leaf frame created by the signal handler, with a known fixed size, instead of the real stack frame (if any) with a different size.
vm/code_blocks.hpp