On Tue, Dec 16, 2014 at 8:22 PM, Keith Randall <
k...@google.com> wrote:
> I think stack unwinding needs a general overhaul, it is really slow right
> now.
> It makes sense to separate out the asynchronous lookup (the top frame during
> interrupts), and maybe add an option to not fetch the argmap if it isn't
> needed.
>
> Change 1601 (fixed frame sizes) should make the walk faster, as the table of
> sp sizes should be almost trivial. I haven't measured it yet, though.
known offset for each frame. That would eliminate func lookup as well.