Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.221.094 Times

B::CC 5.8.8

  Date Added: September 17, 2010  |  Visits: 744

B::CC

Report Broken Link
Printer Friendly Version


Product Homepage
Download (99 downloads)



B::CC is Perl compilers optimized C translation backend. SYNOPSIS perl -MO=CC[,OPTIONS] foo.pl This compiler backend takes Perl source and generates C source code corresponding to the flow of your program. In other words, this backend is somewhat a "real" compiler in the sense that many people think about compilers. Note however that, currently, it is a very poor compiler in that although it generates (mostly, or at least sometimes) correct code, it performs relatively few optimisations. This will change as the compiler develops. The result is that running an executable compiled with this backend may start up more quickly than running the original Perl program (a feature shared by the C compiler backend--see B::C) and may also execute slightly faster. This is by no means a good optimising compiler--yet. OPTIONS If there are any non-option arguments, they are taken to be names of objects to be saved (probably doesnt work properly yet). Without extra arguments, it saves the main program. -ofilename Output to filename instead of STDOUT -v Verbose compilation (currently gives a few compilation statistics). -- Force end of options -uPackname Force apparently unused subs from package Packname to be compiled. This allows programs to use eval "foo()" even when sub foo is never seen to be used at compile time. The down side is that any subs which really are never used also have code generated. This option is necessary, for example, if you have a signal handler foo which you initialise with $SIG{BAR} = "foo". A better fix, though, is just to change it to $SIG{BAR} = &foo. You can have multiple -u options. The compiler tries to figure out which packages may possibly have subs in which need compiling but the current version doesnt do it very well. In particular, it is confused by nested packages (i.e. of the form A::B) where package A does not contain any subs. -mModulename Instead of generating source for a runnable executable, generate source for an XSUB module. The boot_Modulename function (which DynaLoader can look for) does the appropriate initialisation and runs the main part of the Perl source that is being compiled. -D Debug options (concatenated or separate flags like perl -D). -Dr Writes debugging output to STDERR just as its about to write to the programs runtime (otherwise writes debugging info as comments in its C output). -DO Outputs each OP as its compiled -Ds Outputs the contents of the shadow stack at each OP -Dp Outputs the contents of the shadow pad of lexicals as its loaded for each sub or the main program. -Dq Outputs the name of each fake PP function in the queue as its about to process it. -Dl Output the filename and line number of each original line of Perl code as its processed (pp_nextstate). -Dt Outputs timing information of compilation stages. -f Force optimisations on or off one at a time. -ffreetmps-each-bblock Delays FREETMPS from the end of each statement to the end of the each basic block. -ffreetmps-each-loop Delays FREETMPS from the end of each statement to the end of the group of basic blocks forming a loop. At most one of the freetmps-each-* options can be used. -fomit-taint Omits generating code for handling perls tainting mechanism. -On Optimisation level (n = 0, 1, 2, ...). -O means -O1. Currently, -O1 sets -ffreetmps-each-bblock and -O2 sets -ffreetmps-each-loop..

Requirements: No special requirements
Platforms: Linux
Keyword: Bcc Cc Code Compiler End Of Libraries Options Perl Programming Source
Users rating: 0/10

License: Freeware Size: 12.2 MB
USER REVIEWS
More Reviews or Write Review


B::CC RELATED
Mail Clients  -  Auto BCC / CC for Microsoft Outlook 3.5.0.558
Auto BCC / CC for Microsoft Outlook is an advanced email add-in for Microsoft Outlook that automatically creates a BCC and/or a CC copy every time you send mail. Auto BCC / CC for Microsoft Outlook can send a BCC /CC for all outgoing emails, or...
 
Modules  -  Clean End of Lines 6.x-1.1
Clean End of Line provides an input format filter that removes trailing white spaces from lines.This input format filter can be used whenever you wish to remove spaces, tabs and other white spaces that ends lines in a text area. This is of...
10 KB  
Development Tools  -  Tidyview 1.14
Tidyview is a Perl/Tk application to preview the effect of Perltidy options on your source code. Perltidy is extremely flexible, but the flip-side of this is that is can be difficult to check the effect of options in combination - using Tidyview...
 
Programming  -  tidyview 1.14
Tidyview is a Perl/Tk application to preview the effect of perltidy options on your source code. Perltidy is extremely flexible, but the flip-side of this is that is can be difficult to check the effect of options in combination - using Tidyview...
18.02 KB  
Miscellaneous  -  Import hook for end-of-line conversion 1.0
This code eliminates the need to convert line endings when moving .py modules between operating systems. This script allows you to import Python modules with any of Unix, Mac, or Windows line endings, on any OS.
 
Shell & Desktop  -  GWB countdown
GWB countdown its a modified version of End of Lech Kaczynski presidency Counter SuperKaramba theme. Please leave comments.. Cabextract menu KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing...
56.32 KB  
Network & Internet  -  mod_account 0.1.0
mod_accounting is an Apache module which measures system resources at the beginning and end of a request and can thus derive the resource usage of the request. This can be used for things like Web site performance improvements, tracing...
6.14 KB  
Multimedia & Graphics  -  GaimGajimNowPlaying 0.0.3
GaimGajimNowPlaying is an Amarok script add at the end of your status message in Gajim and Gaim what you are playing now.. Download KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education...
30.72 KB  
Backup Utilities  -  Backup Software 3.01
Backup Software based on the XCOPY command of Windows command prompt; software, source code, PDF, text tutorials included. I created a special program to back up everything that's important on a power-user's PC. I created also a batch file to do...
326.69 KB  
Libraries  -  XML::Filter::Dispatcher::Compiler 0.52
XML::Filter::Dispatcher::Compiler can compile rulesets in to code. SYNOPSIS use XML::Filter::Dispatcher::Compiler qw( xinline ); my $c = XML::Filter::Dispatcher::Compiler->new( ... ) my $code = $c->compile( Package => "My::Filter", Rules...
88.06 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB