summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/techspecs/memory.rst
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-11-23 10:29:23 +1100
committer Vas Crabb <vas@vastheman.com>2020-11-23 10:29:23 +1100
commit58c8cba9b3b8fb44de201f1f22e20e94d192c293 (patch)
treea704f75ae70b1c9ba8dc9d5af6cdf242564ded26 /docs/source/techspecs/memory.rst
parent245ef45985b6847f639f75c4194fcd68fc338a10 (diff)
Work around GNU libstdc++ wanting to stack large temporaries when vector elements can be trivially constructed.
Diffstat (limited to 'docs/source/techspecs/memory.rst')
-rw-r--r--docs/source/techspecs/memory.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/source/techspecs/memory.rst b/docs/source/techspecs/memory.rst
index 87fd4afd640..648d85da63f 100644
--- a/docs/source/techspecs/memory.rst
+++ b/docs/source/techspecs/memory.rst
@@ -264,10 +264,10 @@ before. It is created as an object of the device.
[device constructor] m_view(*this, "name"),
-It is then setup through the address map API or dynamically. The, at
-runtime, a variant, which is numbered, can be selected through the
-``select`` method or the view can be disabled through the ``disabled``
-method. A disabled view can be reenabled at any time.
+It is then setup through the address map API or dynamically. At
+runtime, a numbered variant can be selected using the ``select`` method,
+or the view can be disabled using the ``disable`` method. A disabled
+view can be re-enabled at any time.
4. Address maps API
@@ -617,9 +617,9 @@ second method to setup a view is perfectly reasonable. A view is of
type **memory_view** and an indexed entry (e.g. a variant to setup) is
of type **memory_view::memory_view_entry &**.
-A view can be installed in another view, but don't forget that a view
-can be installed only once. A view can also being part of "what was
-there before".
+A view can be installed in another view, but don’t forget that a view
+can be installed only once. A view can also be part of “what was there
+before”.
5. Address space dynamic mapping API