Open rurban opened 9 years ago
5.14, 5.20 fail with Coro t/issue293.t https://travis-ci.org/rurban/perl-compiler/builds/92674582
Any progress on this? I'm really waiting for this feature :+1:
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
Okay, Thanks Reini :)
Done with the memory problems. Started working on it again :)
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
.pm
Input is given. output to a newarchlib/pcc/
directory (done)