From bcd3309c155667afa91ad10c70b78046034a2b97 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 23 Mar 2018 13:10:28 -0700 Subject: [PATCH] Mention ``reserved_reg`` being unimplemented in the docs too. --- cranelift/docs/langref.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cranelift/docs/langref.rst b/cranelift/docs/langref.rst index 3a855c32b4..fb62111d0a 100644 --- a/cranelift/docs/langref.rst +++ b/cranelift/docs/langref.rst @@ -654,6 +654,8 @@ trap when accessed. address space reserved for the heap, not including the guard pages. :arg GuardBytes: Size of the guard pages in bytes. +The ``reserved_reg`` option is not yet implemented. + Dynamic heaps ~~~~~~~~~~~~~ @@ -672,6 +674,8 @@ is resized. The bound of a dynamic heap is stored in a global variable. :arg BoundGV: Global variable containing the current heap bound in bytes. :arg GuardBytes: Size of the guard pages in bytes. +The ``reserved_reg`` option is not yet implemented. + Heap examples ~~~~~~~~~~~~~