rurban / perl-compiler

B::C - Moved over from googlecode
https://code.google.com/p/perl-compiler/
Other
64 stars 23 forks source link

Support -m compilation to shared/static modules #340

Open rurban opened 9 years ago

rurban commented 9 years ago

See TODO and the branches modul*

modularize (-m) for faster link times, buildcc, rperl integration

Use the perlcc -m option to do this for any script / module. 1) -m "modularize" if .pl, check deps also, and update -m modules if necessary. (Like the MSVC compiler) but maybe do this only with buildcc: scan the modules via a new B::C option, and create the makefile. 2) -m "module" if .pm


rurban commented 9 years ago

5.14, 5.20 fail with Coro t/issue293.t https://travis-ci.org/rurban/perl-compiler/builds/92674582

Prajithp commented 8 years ago

Any progress on this? I'm really waiting for this feature :+1:

rurban commented 8 years ago

On Jan 31, 2016, at 11:24 AM, Prajith notifications@github.com wrote: Any progress on this? I'm really waiting for this feature

Sorry, not yet. We have to fix performance and esp. memory issues first for 5.22.

Reini Urban rurban@cpan.org

Prajithp commented 8 years ago

Okay, Thanks Reini :)

rurban commented 8 years ago

Done with the memory problems. Started working on it again :)