Infrastructure for hiding backtrace frames
This implements a hide_in_backtrace meta which may be attached to
individual methods (via a flag on the CodeInfo) to mark them for hiding
in backtraces.
Use this infrastructure to hide several julia methods by default (these
can still be seen using the internal_funcs flag to backtrace())
* error(), backtrace(), stacktrace()
* keyword sorters