Re: A question about .begin_eh

2006-06-14 Thread Bob Rogers
From: Chip Salzenberg <[EMAIL PROTECTED]> Date: Wed, 14 Jun 2006 12:05:29 -0700 [ Note to p6c: This thread is about the proposed and only partially specified ".begin_eh"/".end_eh" directives that would specify exception handling as a static property of a range of opcodes in a su

Re: A question about .begin_eh

2006-06-14 Thread Chip Salzenberg
[ Note to p6c: This thread is about the proposed and only partially specified ".begin_eh"/".end_eh" directives that would specify exception handling as a static property of a range of opcodes in a subroutine, rather than the current dynamic approach of C etc. I'm including p6c in case Lisp

Re: A question about .begin_eh

2006-06-12 Thread Bob Rogers
From: Chip Salzenberg <[EMAIL PROTECTED]> Date: Mon, 12 Jun 2006 06:54:24 -0700 On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: >I notice the following paragraph, vintage late May, in > pdd23_exceptions.pod: > >A C<.begin_eh> directive marks the beginning

Re: A question about .begin_eh

2006-06-12 Thread Chip Salzenberg
On Sun, Jun 11, 2006 at 11:52:14AM -0400, Bob Rogers wrote: >I notice the following paragraph, vintage late May, in > pdd23_exceptions.pod: > > A C<.begin_eh> directive marks the beginning of a span of > opcodes which the programmer expects to throw an exception. If > an exc