On Tue, Sep 11, 2001 at 12:06:52AM -0700, Damien Neil wrote: > The following patch moves all parsing of opcode_table into a > Parrot::Opcode module. It also removes all parsing of interp_guts.h. > This patch incorporates my earlier patches to prefix all C opcode > functions with "Perl_op_".
CVS changes over the past couple of days mean this patch will no longer cleanly apply. I'd be happy to update it to patch cleanly against the current CVS code, but I'd like to know first if the approach it takes is on the right track. Whether this patch makes it in or not, it would be nice if either the "end" opcode was renamed, or if something was added to munge the opcode function names--the CVS parrot still cores on FreeBSD due to a symbol conflict with libc. - Damien