From a056b4c3f135120bdd948c32273fd902273c2773 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Mon, 15 Jun 2020 03:55:24 -0300 Subject: [PATCH] Change 'Future Directions' to link memory management documentation (#14664) --- doc/manual.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.rst b/doc/manual.rst index 6eec8bef97..75cc507a45 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -7449,9 +7449,9 @@ be used: deepCopy(perThread, someGlobal) -Future directions: +See also: -- A shared GC'ed heap might be provided. +- `Shared heap memory management. `_. Threadvar pragma