Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
741b6176
by Raymond Toy at 2018-10-12T17:16:40Z
2 changed files:
Changes:
... | ... | @@ -9237,6 +9237,38 @@ msgstr "" |
9237 | 9237 |
" allway odecay objectsway inway Acespay ithway oremay anthay Aboveway "
|
9238 | 9238 |
"unctionfay onstantscay."
|
9239 | 9239 |
|
9240 |
+#: src/code/gc.lisp
|
|
9241 |
+msgid ""
|
|
9242 |
+"Returns a list of the current GC assertion settings. The list is\n"
|
|
9243 |
+" in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
|
|
9244 |
+" i.e.,\n"
|
|
9245 |
+"\n"
|
|
9246 |
+" (apply #'set-gc-assertions (get-gc-assertions))\n"
|
|
9247 |
+"\n"
|
|
9248 |
+" See SET-GC-ASSERTIONS for more information."
|
|
9249 |
+msgstr ""
|
|
9250 |
+ |
|
9251 |
+#: src/code/gc.lisp
|
|
9252 |
+msgid ""
|
|
9253 |
+"Set GC assertion to the specified value:\n"
|
|
9254 |
+" :ASSERT-LEVEL\n"
|
|
9255 |
+" Defaults to 0, higher values indicate more assertions are "
|
|
9256 |
+"enabled.\n"
|
|
9257 |
+"\n"
|
|
9258 |
+" :VERIFY-AFTER-FREE-HEAP\n"
|
|
9259 |
+" If non-NIL, the heap is verified for consistency whenever\n"
|
|
9260 |
+" part of the heap is collected.\n"
|
|
9261 |
+"\n"
|
|
9262 |
+" :VERIFY-GENERATIONS\n"
|
|
9263 |
+" Set to generation number. When GC occurs, generations\n"
|
|
9264 |
+" equal to or higher than this value are checked for\n"
|
|
9265 |
+" consistency.\n"
|
|
9266 |
+"\n"
|
|
9267 |
+" :VERIFY-NEW-OBJECTS\n"
|
|
9268 |
+" When GC occurs for the newest generation, the heap for this\n"
|
|
9269 |
+" generation is checked for validity.\n"
|
|
9270 |
+msgstr ""
|
|
9271 |
+ |
|
9240 | 9272 |
#: src/code/gc.lisp
|
9241 | 9273 |
msgid "Oh no. The current dynamic space is missing!"
|
9242 | 9274 |
msgstr "Ohway onay. Ethay urrentcay ynamicday acespay isway issingmay!"
|
... | ... | @@ -6418,6 +6418,38 @@ msgid "" |
6418 | 6418 |
" all code objects in Space with more than Above function constants."
|
6419 | 6419 |
msgstr ""
|
6420 | 6420 |
|
6421 |
+#: src/code/gc.lisp
|
|
6422 |
+msgid ""
|
|
6423 |
+"Returns a list of the current GC assertion settings. The list is\n"
|
|
6424 |
+" in the same format as the keyword arguments to SET-GC-ASSERTIONS,\n"
|
|
6425 |
+" i.e.,\n"
|
|
6426 |
+"\n"
|
|
6427 |
+" (apply #'set-gc-assertions (get-gc-assertions))\n"
|
|
6428 |
+"\n"
|
|
6429 |
+" See SET-GC-ASSERTIONS for more information."
|
|
6430 |
+msgstr ""
|
|
6431 |
+ |
|
6432 |
+#: src/code/gc.lisp
|
|
6433 |
+msgid ""
|
|
6434 |
+"Set GC assertion to the specified value:\n"
|
|
6435 |
+" :ASSERT-LEVEL\n"
|
|
6436 |
+" Defaults to 0, higher values indicate more assertions are "
|
|
6437 |
+"enabled.\n"
|
|
6438 |
+"\n"
|
|
6439 |
+" :VERIFY-AFTER-FREE-HEAP\n"
|
|
6440 |
+" If non-NIL, the heap is verified for consistency whenever\n"
|
|
6441 |
+" part of the heap is collected.\n"
|
|
6442 |
+"\n"
|
|
6443 |
+" :VERIFY-GENERATIONS\n"
|
|
6444 |
+" Set to generation number. When GC occurs, generations\n"
|
|
6445 |
+" equal to or higher than this value are checked for\n"
|
|
6446 |
+" consistency.\n"
|
|
6447 |
+"\n"
|
|
6448 |
+" :VERIFY-NEW-OBJECTS\n"
|
|
6449 |
+" When GC occurs for the newest generation, the heap for this\n"
|
|
6450 |
+" generation is checked for validity.\n"
|
|
6451 |
+msgstr ""
|
|
6452 |
+ |
|
6421 | 6453 |
#: src/code/gc.lisp
|
6422 | 6454 |
msgid "Oh no. The current dynamic space is missing!"
|
6423 | 6455 |
msgstr ""
|