Last change
on this file since ba068c0 was
44856ed,
checked in by Michael Brooks <mlbrooks@…>, 3 years ago
|
Baseline "new" vector, with iterators.
Implementation has not had thorough correctness testing, e.g. checking wraparound
behaviours, and at least one such case is commented as unimplemented.
Implementation has not been optimized at the instruction path level, though a basic
iteration performance check has it within 5% of c++ std::vector.
|
-
Property mode set to
100644
|
File size:
269 bytes
|
Line | |
---|
1 | /* |
---|
2 | Temporarily: no associated .expect file, not runnable with test.py. |
---|
3 | For human acceptance: Should compile, but crash with an assertion failure when run. |
---|
4 | Detail of this error reporting is work in progress. |
---|
5 | */ |
---|
6 | |
---|
7 | #define TRY_MOD_WHILE_LOCKED_1 |
---|
8 | #include "vector-demo.cfa" |
---|
Note: See
TracBrowser
for help on using the repository browser.