Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试通过切换到我的 Erlang 代码(本机选项和{hipe, [verbose]})的本机编译来探索性能改进。
{hipe, [verbose]}
我如何确保 Erlang 加载器确实使用了梁文件中的本机代码?
加载程序是否有一些详细的日志记录选项可以知道它在做什么?
您可以使用code:is_module_native/1:
1> code:is_module_native(lists). false