This compiler backend takes Perl source and generates C source code corresponding to the flow of your program with unrolled ops and optimised stack handling and lexicals variable types. In other words, this backend is somewhat a "real" compiler in th...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTCA simple representation of pp stacks and lexical pads for the B::CC compiler. All locals and function arguments get type annotated, for all B::CC ops which can be optimized. For lexical pads (i.e. my or better our variables) we currently can force th...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTCThis compiler backend takes Perl source and generates C source code corresponding to the internal structures that perl uses to run your program. When the generated C source is compiled and run, it cuts out the time which perl would have taken to load...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTCB::Stash has a poor side-effect only API and is only used by perlcc and B::C, and there its usability is also inferior. It hooks into CHECK and prints a comma-seperated list of loaded stashes (*package names*) prefixed with -u. With the xs option sta...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTCThis module is used by the B::CC backend. It walks "basic blocks". A basic block is a series of operations which is known to execute from start to finish, with no possibility of branching or halting. The block is the list of ops from the every leader...
RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC