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

Search results for "B::Bytecode"

B::Bytecode - Perl compiler's bytecode backend River stage zero No dependents

Compiles a Perl script into a bytecode format that could be loaded later by the ByteLoader module and executed as a regular Perl script. This saves time for the optree parsing and compilation and space for the sourcecode in memory....

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

B::JVM::Emit - Package used by B::JVM to emit Java Bytecode River stage zero No dependents

This class is used Java bytcodes on a file handle. Until someone actually creates a module that truely emits Java bytecodes, the interesting stuff is all happening in the subclass, B::JVM::Jasmin::Emit. The method names used here were built up from t...

BKUHN/B-JVM-Jasmin-0.02 - 05 Dec 1999 08:34:32 UTC - Search in distribution

PAR::Filter::Bytecode - Bytecode filter River stage one • 5 direct dependents • 6 total dependents

This filter is deprecated. The B::Bytecode code has been removed from the newest development series of perl and will not be included in perl 5.10 any more. Please have a look at Steve Hay's PAR::Filter::Crypto module if you want to hide your sources....

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution

perlglossary - Perl Glossary River stage zero No dependents

A glossary of terms (technical and otherwise) used in the Perl documentation, derived from the Glossary of *Programming Perl*, Fourth Edition. Words or phrases in bold are defined elsewhere in this glossary. Other useful sources include the Unicode G...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

perl58delta - what is new for perl v5.8.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.6.0 release and the 5.8.0 release. Many of the bug fixes in 5.8.0 were already seen in the 5.6.1 maintenance release since the two releases were kept closely coordinated (while 5.8.0 was still called ...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

YAML::Old - Old YAML.pm Legacy Code River stage three • 5 direct dependents • 546 total dependents

The YAML::Old module implements a YAML Loader and Dumper based on the YAML 1.0 specification. <http://www.yaml.org/spec/> YAML is a generic data serialization language that is optimized for human readability. It can be used to express the data struct...

INGY/YAML-Old-1.23 - 11 May 2017 14:03:25 UTC - Search in distribution

IT::perlfaq River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution

corelist - a commandline frontend to Module::CoreList River stage five • 95 direct dependents • 21441 total dependents

See Module::CoreList for one....

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

C::TinyCompiler - Full C JIT compiling using the Tiny C Compiler River stage zero No dependents

This module provides Perl bindings for the Tiny C Compiler, a small, ultra-fast C compiler that can compile in-memory strings of C code, and produce machine code in memory as well. In other words, it is a full C just-in-time compiler. It works for x8...

DCMERTENS/C-TinyCompiler-0.05 - 05 Aug 2015 20:50:24 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

B::Graph - Perl compiler backend to produce graphs of OP trees River stage zero No dependents

This module is a backend to the perl compiler (B::*) which, instead of outputting bytecode or C based on perl's compiled version of a program, writes descriptions in graph-description languages specifying graphs that show the program's structure. It ...

SMCCAM/B-Graph-0.51 - 01 Jan 2001 04:01:40 UTC - Search in distribution

typesafety - compile-time object type usage static analysis River stage zero No dependents

This module is similar to "strict.pm" or "taint.pm" in that it checks your program for classes of possible errors. It identifies possible data flow routes and performs heuristics on the data flow to rule out the possibility of the Important This soft...

SWALTERS/typesafety-0.05 - 31 Aug 2006 23:26:29 UTC - Search in distribution

Inline::Lua - Perl extension for embedding Lua scripts into Perl code River stage one • 1 direct dependent • 1 total dependent

Inline::Lua allows you to write functions in Lua. Those of you who are not yet familiar with Lua should have a cursory glance at <http://www.lua.org/> to get a taste of this language. In short: Lua was designed to be embedded into other applications ...

RHOELZ/Inline-Lua-0.17 - 25 Oct 2020 14:53:22 UTC - Search in distribution

Acme::OneHundredNotOut - A raise of the bat, a tip of the hat River stage zero No dependents

SIMON/Acme-OneHundredNotOut-100 - 24 Jun 2004 14:21:59 UTC - Search in distribution

Magazine_Article_01 - Report on the Perl 6 Announcement, Why? How? River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

ByteCache - byte-compile modules when needed River stage zero No dependents

This module causes any modules loaded after it to be loaded in bytecode compiled format. If a bytecode compiled version of the module does not currently exist, ByteCache will call the compiler to create one and then save it away....

SIMON/ByteCache-0.01 - 28 Nov 2000 13:28:10 UTC - Search in distribution

HTML::CTPP2 - Perl interface for CTPP2 library River stage one • 3 direct dependents • 3 total dependents

This module is very similar to well-known Sam Tregar's HTML::Template but works in 22 - 25 times faster and contains extra functionality. CTPP2 template language dialect contains 10 operators: <TMPL_var>, <TMPL_if>, <TMPL_elsif>, <TMPL_else>, <TMPL_u...

STELLAR/HTML-CTPP2-2.6.7 - 15 Jan 2011 10:49:27 UTC - Search in distribution

Text::Xslate::Manual::FAQ - Frequently asked questions and answers River stage two • 70 direct dependents • 83 total dependents

This manual page lists FAQs, which we've heard for now....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution
22 results (0.065 seconds)