Lift 'after' blocks to zeroary functions
Anthony Ramine <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.patches |
|---|---|
| Message-ID | <[email protected]> |
Hello, If 'after' blocks are not lifted, the ids of functions in their bodies must be killed and it can make stacktraces more confusing than they should. We lift them to zeroary functions to avoid unnecessary killings and duplication of code. git fetch https://github.com/nox/otp.git lift-after https://github.com/nox/otp/compare/erlang:master...lift-after https://github.com/nox/otp/compare/erlang:master...lift-after.patch Regards, -- Anthony Ramine _______________________________________________ erlang-patches mailing list [email protected] http://erlang.org/mailman/listinfo/erlang-patches