Inspired by this commit, I made the following commit to blead: commit a62e8919a5bc84aae5f5c90173723bf81f449644 Author: Karl Williamson <khw@cpan.org> Date: Tue Nov 22 11:30:28 2016 -0700 embed.fnc: Remove inappropriate pure attributes In looking at the diffs from f6e4c377437f9b2ded79fb55f66983a6d4f761f9, just committed, I realized that some of the functions marked pure, really have side effects, if only initialization if not called previously. Still, the compiler could optimize things so it is wrong. I then did a manual audit of embed.fnc, and removed the pure attribute of the functions that I found that have some potential side effects. -- Karl Williamson --- via perlbug: queue: perl5 status: pending release https://rt.perl.org/Ticket/Display.html?id=130149Thread Next