Comment 1 for bug 2051169

Revision history for this message
Stas Boukarev (stassats) wrote :

It's because they are unusually laid out in memory, xep follows the function, so probably it's better to just change the layout.

And it's not really a regression from be5c6d037ba032717638f21d515444cf255e4cbd, because before that (disassemble (foo t)) shows just one function, but (disassemble (foo nil)) shows two functions, so it was just as non-consistent before.