X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fsbcl.1;h=c8d8ab7226d2100b474a7679e643b90dd270fec4;hb=b68b6c67c462e90775118cd66a6fb8b55afb2d8c;hp=621eaef64e5a4838b268b72b9c7c1e4b3ab1d443;hpb=7ea27ded7ac98130c96beb6836d1259404e578d6;p=sbcl.git diff --git a/doc/sbcl.1 b/doc/sbcl.1 index 621eaef..c8d8ab7 100644 --- a/doc/sbcl.1 +++ b/doc/sbcl.1 @@ -107,9 +107,7 @@ Gray streams (a de-facto standard system of overloadable CLOS classes whose instances can be used wherever ordinary ANSI streams can be used) .TP 3 \-- -weak pointers and finalization (which have unfortunately -suffered from at least some code rot, so that \fIe.g.\fR weak hash -tables don't work) +weak pointers and finalization .PP Fundamental system interface extensions are also provided: @@ -144,7 +142,7 @@ low-level Unix interface, the WIRE protocol, various user-level macros and functions (\fIe.g.\fR \f(CRLETF\fR, \f(CRITERATE\fR, \f(CRMEMQ\fR, \f(CRREQUIRED\-ARGUMENT\fR), and many others. -SBCL inplements multithreading, but in a completely different fashion +SBCL implements multithreading, but in a completely different fashion from CMU CL: see the User Manual for details. As of 1.0.13 this is still considered beta-quality and must be explicitly enabled at build time. @@ -261,6 +259,10 @@ standard toplevel options. Size of the dynamic space reserved on startup in megabytes. Default value is platform dependent. .TP 3 +.B \-\-control-stack-size +Size of control stack reserved for each thread in megabytes. Default value +is 2. +.TP 3 .B \-\-noinform Suppress the printing of any banner or other informational message at startup. (This makes it easier to write Lisp programs which work