aboutsummaryrefslogtreecommitdiffstats
path: root/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'process.c')
-rw-r--r--process.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/process.c b/process.c
index fa2ae7344a..37dc524415 100644
--- a/process.c
+++ b/process.c
@@ -8671,10 +8671,12 @@ static VALUE rb_mProcID_Syscall;
*
* On CRuby, +Process.warmup+:
*
- * * Perform a major GC.
+ * * Performs a major GC.
* * Compacts the heap.
* * Promotes all surviving objects to the old generation.
- * * Precompute the coderange of all strings.
+ * * Precomputes the coderange of all strings.
+ * * Frees all empty heap pages and increments the allocatable pages counter
+ * by the number of pages freed.
*/
static VALUE