diff options
author | LemonBoy <LemonBoy@users.noreply.github.com> | 2018-08-31 12:16:46 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-08-31 12:16:46 +0200 |
commit | b74faf354e3d998156ab73bbc7367e359c16de41 (patch) | |
tree | 32a126c7bc86f5630b53661a2764acf040accec7 /compiler/nimfix/nimfix.nim | |
parent | aa33bcb974e9e18739d2d602f2d63f629301ccc1 (diff) | |
download | Nim-b74faf354e3d998156ab73bbc7367e359c16de41.tar.gz |
Do not materialize empty varargs[untyped] arrays (#8715)
When an empty nkArgList `varargs[untyped]` is passed around it is now reused for efficiency sake and to prevent the introduction of a spurious element: before this commit we'd pass the caller a nkArgList[nkHiddenStdConv[nkBracket]] node instead of just an empty nkArgList. Fixes #8706
Diffstat (limited to 'compiler/nimfix/nimfix.nim')
0 files changed, 0 insertions, 0 deletions