dcbaker / meson-plus-plus

An experimental and incomplete implementation of Meson in C++, for solving Meson's bootstrapping issue.
Apache License 2.0
50 stars 7 forks source link

Break linkage between branches that exit #57

Closed dcbaker closed 2 years ago

dcbaker commented 2 years ago

An optimization (possibly correctness?) would be to look for functions that exit, I think currently that's just error, in a branch, and remove that branch's next pointer, since that branch will exit.