[erlang-patches] Lift 'after' blocks to zeroary functions
Anthony Ramine
n.oxyde@REDACTED
Mon Jul 29 08:37:14 CEST 2013
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
More information about the erlang-patches
mailing list