X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fefficiency.texinfo;h=180672a6d62360ef96735deb85aa85f434c4a5e7;hb=43c6634142a96e1d1bab2efe1a39cd8234903c41;hp=f69c366070330f9738be4f30f688daa58b1007c5;hpb=e8011f7c83587a9dc1b13281d0cc974bb0b054be;p=sbcl.git diff --git a/doc/manual/efficiency.texinfo b/doc/manual/efficiency.texinfo index f69c366..180672a 100644 --- a/doc/manual/efficiency.texinfo +++ b/doc/manual/efficiency.texinfo @@ -22,7 +22,7 @@ Structure slot accessors are efficient only if the compiler is able to open code them: compiling a call to a structure slot accessor before the structure is defined, declaring one @code{notinline}, or passing it as a functional argument to another function causes severe -perfomance degradation. +performance degradation. @subsection Standard object slot access @@ -286,9 +286,10 @@ Syntax: @code{(sb-ext:always-bound symbol*)} Only valid as a global proclamation. -Specifies that the named symbols is always bound. Inhibits @code{makunbound} -of the named symbols. Proclaiming an unbound symbol as @code{always-bound} signals -an error. Allows compiler to elide boundness checks from value lookups. +Specifies that the named symbols are always bound. Inhibits +@code{makunbound} of the named symbols. Proclaiming an unbound symbol +as @code{always-bound} signals an error. Allows the compiler to elide +boundness checks from value lookups. @end deffn @node Miscellaneous Efficiency Issues