summaryrefslogtreecommitdiff
path: root/lib/compiler/test/beam_validator_SUITE_data/call_last.S
Commit message (Collapse)AuthorAgeFilesLines
* compiler: Honor stack frames when calling exit BIFsJohn Högberg2019-09-091-12/+9
| | | | | | | | | | | | Since exit BIFs were known not to return nor touch the stack, we allowed them to be called regardless of how the stack looked. This was a pretty small improvement which turned out to be a annoying hindrance to the new BIF tracing, as we'd overwrite the return address if we turned the specialized BIF call to an ordinary call. This commit removes that optimization. Modules compiled before OTP 23 will still work, but exit BIFs that are traced will produce incorrect stack traces.
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+71