I'm wondering if there's a package for emacs that would allow me to see the generated assembly code quickly of a function? This should also work with compiler optimizations enabled. What I'd like is to be able to with one command open a new buffer which would contain the assembly code of the current function.
Xcode on OS X does this very nicely, but I'd like to switch back to Linux and emacs on my dev workstation and this is a feature I've learned to like a lot.