aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-10-12 13:26:54 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-10-24 10:07:05 +0000
commit9dd6fa37dbb79f62177aebd04d7e945ce1dc3108 (patch)
tree24a8e98c5e41258806bcb78e6314d4072671bc2f /doc
parent6a049f97861bd71c69d81f643e42308d28c5de31 (diff)
downloadvixl-9dd6fa37dbb79f62177aebd04d7e945ce1dc3108.tar.gz
Follow the design guidelines for the AArch64 `CodeBufferCheckScope`.
The implementation of the scopes relies only on the `AssemblerBase` interface. The AArch32 scopes will be updated in a separate commit. Change-Id: Ibe0eab35f60da39fe0bcbd60a16bdc65b12e0dd5
Diffstat (limited to 'doc')
-rw-r--r--doc/design/code-generation.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/design/code-generation.md b/doc/design/code-generation.md
index 29365ada..0213a54e 100644
--- a/doc/design/code-generation.md
+++ b/doc/design/code-generation.md
@@ -69,7 +69,6 @@ the implementations differ.
### `CodeBufferCheckScope(Assembler* assm, size_t size, ...)`
-- Acquire the CodeBuffer.
- Allow code emission from the specified `Assembler`.
- Optionally reserve space in the `CodeBuffer` (if it is managed by VIXL).
- Optionally, on destruction, check the size of the generated code.