summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0a8de5fbcc..7ae255fd00 100644
--- a/NEWS
+++ b/NEWS
@@ -53,6 +53,8 @@ with all sufficient information, see the ChangeLog file.
* Extended method:
* Process execution methods such as Process.spawn opens the file in write
mode for redirect from [:out, :err].
+ * Process creation methods, such as spawn(), uses vfork() system call.
+ vfork() is faster than fork() when the parent process uses huge memory.
* Symbol
* New methods