Skip to content

xDL v1.1.2

Compare
Choose a tag to compare
@caikelun caikelun released this 09 Dec 13:40
· 51 commits to master since this release
v1.1.2
e327d28

Bugs fixed

  • Fix an occasional SIGBUS crash when parsing .symtab in .gnu_debugdata.

Improve

  • Improve the performance of xdl_open() and xdl_addr() in Android 5.x.
  • Upgrade NDK to 23.1. Enable LLVM ICF and machine outliner.

Bugs 修复

  • 修复了一个偶发的在解析 .gnu_debugdata 中的 .symtab 时的 SIGBUS 崩溃。

改进

  • 改进 Android 5.x 中 xdl_open()xdl_addr() 的性能。
  • 升级 NDK 版本到 23.1。启用 LLVM ICF 和 machine outliner。