command-line: Remove -securegc from docs.

db4
Doug Coleman 2012-07-25 23:54:31 -07:00
parent ba64012f79
commit f4c369bdb0
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ ARTICLE: "runtime-cli-args" "Command line switches for the VM"
{ { $snippet "-codeheap=" { $emphasis "n" } } "Code heap size, megabytes" }
{ { $snippet "-callbacks=" { $emphasis "n" } } "Callback heap size, megabytes" }
{ { $snippet "-pic=" { $emphasis "n" } } "Maximum inline cache size. Setting of 0 disables inline caching, > 1 enables polymorphic inline caching" }
{ { $snippet "-securegc" } "If specified, unused portions of the data heap will be zeroed out after every garbage collection" }
}
"If an " { $snippet "-i=" } " switch is not present, the default image file is used, which is usually a file named " { $snippet "factor.image" } " in the same directory as the Factor executable." ;