Re: linux-kernel's extremely slow turnaround time

Brandon S. Allbery KF8NH (allbery@kf8nh.apk.net)
Tue, 12 Jan 1999 18:19:59 -0500


In message <Pine.LNX.4.05.9901121812140.8868-100000@lorien.kotnet.ml.org>,
Dag
Wieers writes:
+-----
| > How about compiling majordomo then? The latest perls have (experimental)
| > support for compiling to binary.
| if i'm not mistaken before perl4 you could convert your perl-scripts to
| perl-bytecode. but as perl matured that option was silently removed
| (because it wasn't cross-platform anymore ?)
| i can't find the original faq to point to ;/
+--->8

Because it worked by forcing the Perl script to dump core, then using undump
to convert the result to an executable. Nonportable (undump is impossible
on some architectures), forces formerly shared data and sometimes shared
code to be non-shared, and can do strange and/or ugly things (or not work at
all) if shared libraries are involved. (Which they often are in Perl5 ---
hasn't I/O been moved to a .xs module?)

-- 
brandon s. allbery	[os/2][linux][solaris][japh]	 allbery@kf8nh.apk.net
system administrator	     [WAY too many hats]	   allbery@ece.cmu.edu
carnegie mellon / electrical and computer engineering			 KF8NH
     We are Linux. Resistance is an indication that you missed the point.

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/