aboutsummaryrefslogtreecommitdiffstats
path: root/src/node.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-13 23:47:44 +0100
committerDavid Robillard <d@drobilla.net>2022-01-13 23:03:33 -0500
commiteada1e129cfcd931583ae0ca3a5c7d55e38d6720 (patch)
tree1e0032084ae14a375bc316f5e3c4cc0f684320e7 /src/node.c
parentf3d7f3079a954d7c88c0af615bf0308fa40a062c (diff)
downloadserd-eada1e129cfcd931583ae0ca3a5c7d55e38d6720.tar.gz
serd-eada1e129cfcd931583ae0ca3a5c7d55e38d6720.tar.bz2
serd-eada1e129cfcd931583ae0ca3a5c7d55e38d6720.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 'src/node.c')
0 files changed, 0 insertions, 0 deletions