diff options
author | David Robillard <d@drobilla.net> | 2021-01-13 23:47:44 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-03-08 23:23:05 -0500 |
commit | 9243700f938656936ac57a19c030fef1aaa0ebc0 (patch) | |
tree | 953aaa7bac862c03851af2db7a43263b65bd71a2 /test/NQuadsTests | |
parent | 2e25fe1e64f487fd91ff6f636bf3249b761ffcdc (diff) | |
download | serd-9243700f938656936ac57a19c030fef1aaa0ebc0.tar.gz serd-9243700f938656936ac57a19c030fef1aaa0ebc0.tar.bz2 serd-9243700f938656936ac57a19c030fef1aaa0ebc0.zip |
Simplify stack management by popping in bulk at higher levels
Since all memory used by the reader is POD in the stack, there is no benefit to
forcing code to explicitly pop everything pushed to the stack, since any
function can record an offset and pop back down to it regardless of what its
callers pushed if it knows that it does not need those items.
Diffstat (limited to 'test/NQuadsTests')
0 files changed, 0 insertions, 0 deletions