[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libunwind] [RFD] supporting dynamically generated code
From: |
David Mosberger |
Subject: |
Re: [libunwind] [RFD] supporting dynamically generated code |
Date: |
Wed, 20 Nov 2002 20:41:08 -0800 |
>>>>> On Wed, 20 Nov 2002 18:25:29 -0500, "Robert Cohn" <address@hidden> said:
Robert> I don't mind the extra overhead for (1) as long as adding
Robert> information for new code is a constant time operation.
Yes, that's a good point. I do agree that registration needs to be
constant-time, even if it means slowing down the actual unwind a bit
(which shouldn't be a huge issue, because we will cache the unwind
info anyhow).
--david