The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Goto::Cached

0.08  Sun Jun 15 15:48:35 2008
    - remove unused code
    - fix for perl >= 5.11

0.07  Fri Sep 2 14:05:39 2005
    - fix threaded Perl pessimization
    - optimize static goto

0.06  Sat May 21 15:07:41 2005
    - fix segfault
    - move END handler to XS

0.05  Sat Apr 23 17:54:52 2005
    - misc fixes
    - speed up goto $label
    - more tests

0.04  Wed Apr 20 05:24:56 2005
    - split into goto_cached_static and goto_cached_dynamic
    - weed out op_dump at compile-time
    - workaround for %^H scoping bug
    - optimize goto LABEL by storing the target in op_next

0.03  Sat Apr 16 13:43:00 2005
    - MRU cache for goto LABEL

0.02  Wed Apr 13 00:50:20 2005
    - compatibility/portability fixes + isolate ptr table from perl's implementation
    - doc tweaklets
    - fix optimization in Makefile.PL

0.01  Tue Apr 12 02:03:49 2005
    - original version; created by h2xs 1.23 with options -n Goto::Cached