diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-03-21 08:56:58 +0000 |
commit | d57b1ce7265517b8de654c83dd85f8a9389ca311 (patch) | |
tree | af7593a8700e21dbd8f4004733dce66f37ef649d /Todo | |
parent | ee51726982d50898e7825e7502b77681fc7426e7 (diff) | |
parent | 099f76bb8eab859fbb7b90260152c1ead1bf3022 (diff) | |
download | perl-d57b1ce7265517b8de654c83dd85f8a9389ca311.tar.gz |
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5853
Diffstat (limited to 'Todo')
-rw-r--r-- | Todo | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -46,6 +46,15 @@ Would be nice to have an extension (Devel::MProf?) that would return the malloc stats in a nice Perl datastructure (also a simple interface to return just the grand total would be good) + cross-compilation support + host vs target: compile in the host, get the executable to + the target, get the possible input files to the target, + execute in the target (and do not assume a UNIXish shell + in the target! e.g. no command redirection can be assumed), + get possible output files back to to host. this needs to work + both during Configure and during the build. You cannot assume + shared filesystems between the host and the target (you may need + e.g. ftp), executing the target executable may involve e.g. rsh a way to make << and >> to shift bitvectors instead of numbers Possible pragmas |