On Thu Sep 21 14:38:40 2006, particle wrote:
> parrot's source is littered with internal_exception() calls, the bulk
> (all?) of which should be converted to real_exception() calls.
> internal exceptions are uncatchable, and might as well be called
> C<exit>. that's bad, ya dig?


For reference, I am attaching a list of files which, as of the date of
this post, contain the string 'internal_exception'.

kid51

./src/ops/core.ops
./src/packfile/pf_items.c
./src/jit/arm/jit_emit.h
./src/jit/ppc/jit_emit.h
./src/jit/ia64/jit_emit.h
./src/jit/alpha/jit_emit.h
./src/jit/hppa/jit_emit.h
./src/jit/mips/jit_emit.h
./src/jit/sun4/jit_emit.h
./src/tsq.c
./src/events.c
./src/inter_run.c
./src/thread.c
./src/exceptions.c
./docs/stm/internals.pod
./lib/Parrot/Pmc2c/PCCMETHOD.pm
./include/parrot/exceptions.h
./compilers/imcc/optimizer.c
./t/src/basic.t
./DEPRECATED.pod
./ChangeLog

Reply via email to