diff options
author | Saem Ghani <saemghani+github@gmail.com> | 2021-03-02 01:32:43 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-02 10:32:43 +0100 |
commit | ab780f66ef67ea0333278d75e4af064bcae71c57 (patch) | |
tree | e7f778e6a92d12803c7cb8c68e432d0eecdd045b /tests/ccgbugs/t16374.nim | |
parent | 33833968c46dd3a5dc8c379abdb7021b0d304b7f (diff) | |
download | Nim-ab780f66ef67ea0333278d75e4af064bcae71c57.tar.gz |
fixes #17198, DFA failure on large case stmts (#17210)
This alters the DFA control flow graph generation for case statments. Gotos are now generated as a chained link, this ensures that evaluation of variant branches collapses as early as possible, without hitting the 2k call limit.
Diffstat (limited to 'tests/ccgbugs/t16374.nim')
0 files changed, 0 insertions, 0 deletions