aboutsummaryrefslogtreecommitdiffstats
path: root/src/base64.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2018-05-12 22:44:36 +0200
committerDavid Robillard <d@drobilla.net>2019-04-13 19:15:32 +0200
commite5b08799613bf3387f52a50625e56adb0bdc9d84 (patch)
tree3d94f284c36c0c9ab5c0652082bb1e8a995fefe1 /src/base64.c
parentfea20a9af56d5b7640ced14cde92fe6746291502 (diff)
downloadserd-e5b08799613bf3387f52a50625e56adb0bdc9d84.tar.gz
serd-e5b08799613bf3387f52a50625e56adb0bdc9d84.tar.bz2
serd-e5b08799613bf3387f52a50625e56adb0bdc9d84.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/base64.c')
0 files changed, 0 insertions, 0 deletions