X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Todo;h=f91f1542ca5caea650887042bf71abd4e84b65a5;hb=d57b1ce7265517b8de654c83dd85f8a9389ca311;hp=bf1e7293bb9824be88732b0dbb7482df7f06c1bc;hpb=ee51726982d50898e7825e7502b77681fc7426e7;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Todo b/Todo index bf1e729..f91f154 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