summaryrefslogtreecommitdiff
path: root/Todo
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-03-21 08:56:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-03-21 08:56:58 +0000
commitd57b1ce7265517b8de654c83dd85f8a9389ca311 (patch)
treeaf7593a8700e21dbd8f4004733dce66f37ef649d /Todo
parentee51726982d50898e7825e7502b77681fc7426e7 (diff)
parent099f76bb8eab859fbb7b90260152c1ead1bf3022 (diff)
downloadperl-d57b1ce7265517b8de654c83dd85f8a9389ca311.tar.gz
integrate cfgperl and vmsperl contents into mainline
p4raw-id: //depot/perl@5853
Diffstat (limited to 'Todo')
-rw-r--r--Todo9
1 files changed, 9 insertions, 0 deletions
diff --git a/Todo b/Todo
index bf1e7293bb..f91f1542ca 100644
--- a/Todo
+++ b/Todo
@@ -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