search for: endlessroad1991

Displaying 2 results from an estimated 2 matches for "endlessroad1991".

2014 Jan 31
3
[LLVMdev] Technical details discussion for SEH
...en > stack unwinding continues (after a possible call of a cleanup handler). I > found it difficult (if not impossible) to create this code based on the > exception design of LLVM. IMHO, some some generalizations are required. > > Regards, > Kai > > > On 31.01.2014 05:29, endlessroad1991 at gmail.com wrote: > >> Hi Jb, >> >> It's good to see someone step up and take a shot as this again. I >> dropped this because it seems to me it wasn't a high priority task for >> LLVM/Clang. >> >> Implementing SEH is more of LLVM work than Clan...
2014 Jan 31
2
[LLVMdev] Technical details discussion for SEH
Hi Jb, It's good to see someone step up and take a shot as this again. I dropped this because it seems to me it wasn't a high priority task for LLVM/Clang. Implementing SEH is more of LLVM work than Clang work. For 32-bit SEH, there are prologue/epilogue instruction sequence to emit, setting try-level ([ebp-4]), recovering EBP ([ebp-18h]), and all these can only happen in LLVM, not