Mention `reserved_reg` being unimplemented in the docs too.

This commit is contained in:
Dan Gohman
2018-03-23 13:10:28 -07:00
parent 80d2c5d9bf
commit bcd3309c15

View File

@@ -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
~~~~~~~~~~~~~