cvsuser 02/10/02 08:23:07
Modified: . README
Log:
One of these days, we should add an INSTALL file for this sort of thing.
Revision Changes Path
1.23 +8 -0 parrot/README
Index: README
===================================================================
RCS file: /cvs/public/parrot/README,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -r1.22 -r1.23
--- README 12 Sep 2002 14:54:47 -0000 1.22
+++ README 2 Oct 2002 15:23:07 -0000 1.23
@@ -70,6 +70,14 @@
If you have any problems, see the section "Reporting Problems" in
docs/intro.pod.
+NOTES
+-----
+
+On some older computers with little RAM, the computed-goto dispatch core
+(core_ops_cg.c) may take a while to compile or may fail to compile at all.
+You can pass a flag to Configure (--cgoto=0) to disable the computed-goto
+core, at a slight cost in runtime speed.
+
CHANGES
-------