mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-30 16:22:00 +00:00
870a5f2055
In the fx codebase, we tend to use __attribute__((naked)) for plain assembly functions with a C interface. Instrumenting these functions can mess up this assembly, so we conservatively also want to prevent instrumentation. Differential Revision: https://phabricator.services.mozilla.com/D196154 |
||
---|---|---|
.. | ||
md | ||
genstubs.pl | ||
moz.build | ||
nsXPTCUtils.h | ||
porting.html | ||
README | ||
xptcall.cpp | ||
xptcall.h | ||
xptcprivate.h | ||
xptcstubsdecl.inc | ||
xptcstubsdef.inc |
see: http://www.mozilla.org/scriptable/xptcall-faq.html and http://lxr.mozilla.org/mozilla/source/xpcom/reflect/xptcall/porting.html