summaryrefslogtreecommitdiff
path: root/gc.c
diff options
context:
space:
mode:
authortmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-06 05:32:11 +0000
committertmm1 <tmm1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-06 05:32:11 +0000
commite6237c824303c12270b1c234b1c542ecaf5ec3a1 (patch)
tree35ea3d624a7354e7a6f41e7e7541e7c9bcd97e74 /gc.c
parent470c9d844b11f003d0118def80a08fb2437fd0d0 (diff)
gc.c: add note about experimental nature of new GC.start flags
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gc.c b/gc.c
index b03da82d76..fc4048943d 100644
--- a/gc.c
+++ b/gc.c
@@ -5002,6 +5002,10 @@ Init_stack(volatile VALUE *addr)
*
* Use full_mark: false to perform a minor GC.
* Use immediate_sweep: false to defer sweeping (use lazy sweep).
+ *
+ * Note: These keyword arguments are implementation and version dependent. They
+ * are not guaranteed to be future-compatible, and may be ignored if the
+ * underlying implementation does not support them.
*/
static VALUE