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

Search results for "b::opcheck"

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 - Search in distribution

B::XSUB::Dumber - B::OPCheck demo for microoptimizing XSUB invocation. River stage zero No dependents

Certain XSUBs don't need lots of fluff from pp_entersub to be invoked since they don't do anything fancy. For XSUBs fitting this description this module lexically replaces the implementation of the entersub ops calling them with a much simpler versio...

NUFFIN/B-XSUB-Dumber-0.01 - 04 Aug 2008 19:32:00 UTC - Search in distribution

self - provides '$self' in OO code. River stage two • 10 direct dependents • 10 total dependents

This module adds $self and @args variables in your code. So you don't need to say: my $self = shift; The provided $self and @args are lexicals in your sub, and it's always the same as saying: my ($self, @args) = @_; ... in the first line of sub. Howe...

GUGOD/self-0.36 - 19 Apr 2021 13:27:03 UTC - Search in distribution
3 results (0.03 seconds)