This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
I don't want it to sound like I'm opposed to the approach of calling _Unwind_Backtrace() directly. It sounds quite a clean idea. However, not every architecture supports DWARF2, and if we have a new architecture for unwinding we need to support those targets too.
I am also not keen on checking in a performance regression at this stage in 3.4. It might be that the cost of _Unwind_FindEnclosingFunction is so much higher than that of unwinding the stack that the difference vanishes into the noise. I don't know.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |