search for: 1c6fd8c1

Displaying 2 results from an estimated 2 matches for "1c6fd8c1".

2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
On 2 December 2010 10:41, Duncan Sands <baldrick at free.fr> wrote: > In theory it is possible to have several personality functions per > function, but I'm not sure it is worth the effort of supporting. Indeed. Not to mention that there is no way to enforce that on a per-call basis in any language I know. Also, I can't think of a reason for the front-end to decide that per
2010 Dec 02
3
[LLVMdev] Alternative exception handling proposal
Hi Renato, > On 1 December 2010 21:37, Duncan Sands<baldrick at free.fr> wrote: >> <catch info> = [personality<ptr>] [cleanup] [catches<list of catches and filters>] > > That would allow you to choose a different personality routine for > every invoke inside the same function (ie. same EH table), which > doesn't make sense to me... if you inline