The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:B::Hooks::OP::Check"

B::Hooks::OP::Check - Wrap OP check callbacks River stage three • 19 direct dependents • 372 total dependents

This module provides a C API for XS modules to hook into the callbacks of "PL_check". ExtUtils::Depends is used to export all functions for other XS modules to use. Include the following in your Makefile.PL: my $pkg = ExtUtils::Depends->new('Your::XS...

ETHER/B-Hooks-OP-Check-0.22 - 31 Jul 2017 16:26:54 UTC

B::Hooks::OP::Check::LeaveEval - call a subroutine when new code finishes compiling River stage one • 1 direct dependent • 2 total dependents

This module allows to hook into every execution of the "leaveeval" opcode, this happens when a new module is finished loading (either via "use" or "require") or an "eval" is done. Essentially, this means it will be called whenever new code is finishe...

SNEZ/B-Hooks-OP-Check-LeaveEval-v0.0.4 - 22 Aug 2020 23:33:12 UTC

B::Hooks::OP::Check::StashChange - Invoke callbacks when the stash code is being compiled in changes River stage zero No dependents

FLORA/B-Hooks-OP-Check-StashChange-0.06 - 19 Apr 2009 08:29:42 UTC

B::Hooks::OP::Check::EntersubForCV - Invoke callbacks on construction of entersub OPs for certain CVs River stage one • 3 direct dependents • 8 total dependents

ZEFRAM/B-Hooks-OP-Check-EntersubForCV-0.10 - 31 Jul 2017 12:12:46 UTC

B::OPCheck - PL_check hacks using Perl callbacks River stage two • 5 direct dependents • 22 total dependents

PL_check is an array indexed by opcode number (op_type) that contains function pointers invoked as the last stage of optree compilation, per op. This hook is called in bottom up order, as the code is parsed and the optree is prepared. This is how mod...

ETHER/B-OPCheck-0.32 - 03 Jul 2016 17:49:30 UTC

B::Hooks::OP::PPAddr - Hook into opcode execution River stage two • 5 direct dependents • 41 total dependents

This module provides a C API for XS modules to hook into the execution of perl opcodes. ExtUtils::Depends is used to export all functions for other XS modules to use. Include the following in your Makefile.PL: my $pkg = ExtUtils::Depends->new('Your::...

ETHER/B-Hooks-OP-PPAddr-0.06 - 26 Aug 2017 20:48:54 UTC

B::Hooks::OP::Annotation - annotate and delegate hooked OPs River stage two • 3 direct dependents • 56 total dependents

This module provides a way for XS code that hijacks OP "op_ppaddr" functions to delegate to (or restore) the previous functions, whether assigned by perl or by another module. Typically this should be used in conjunction with B::Hooks::OP::Check. "B:...

CHOCOLATE/B-Hooks-OP-Annotation-0.44 - 20 Apr 2011 03:27:32 UTC
7 results (0.07 seconds)