Skip to content

0.0.17 version for golang 1.8.x-1.20.x

Compare
Choose a tag to compare
@pkujhd pkujhd released this 01 Jul 11:27
· 66 commits to master since this release

ChangeLog:

  1. Support golang 1.20 (#68)
  2. code segment and data segment separate for support darwin/arm64
  3. store string into heap to avoid another shm

Fix:

  1. fix funcbucket fill error(#59)
  2. fix set caller's funcID not callee's funcID in inlineNode bug (#77)
  3. register all type in typelink, fix #74
  4. arm64 replace call code use X27 register to avoid crash