aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexandre Rames <alexandre.rames@linaro.org>2016-08-04 09:43:39 +0100
committerAlexandre Rames <alexandre.rames@linaro.org>2016-08-09 08:36:59 +0100
commitde5bb0beb4a3342bb9f0d7e7fe16737a171517b0 (patch)
tree5eca2d7ed06f4d09f1a7ae917822d554a8d826f5 /doc
parent9fbd11bbc6a56071f455df28e08854a848f46c3b (diff)
downloadvixl-de5bb0beb4a3342bb9f0d7e7fe16737a171517b0.tar.gz
AArch64: Refactor `InstructionAccurateScope` and add a regression test.
The previous implementation was not emitting the pools when it needed to upon construction, and was not correctly blocking emission of the pools. Change-Id: I06db5b5891234946b139ba64898929c0e3ced3c4
Diffstat (limited to 'doc')
-rw-r--r--doc/design/code-generation.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/design/code-generation.md b/doc/design/code-generation.md
index 6dacfc52..aeac6427 100644
--- a/doc/design/code-generation.md
+++ b/doc/design/code-generation.md
@@ -148,9 +148,6 @@ just change `InstructionAccurateScope`'s behaviour because the constructor
prototype would be unchanged, so there would be no compile-time warning for
users.
-Note that VIXL64's existing InstructionAccurateScope doesn't check the pools
-properly [VIXL1-99].
-
### `MacroAssembler::EnsureEmitFor`
- Private to the MacroAssembler (but available, in a DEPRECATED form, to