2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/loader
Yi Duan cb1702dc8c
feat: support Go1.18 (#205)
* feat: support Go1.18

* fix: re-encoding `moduledata.pclntab`

* test: add generic func wrap test
2022-03-28 20:43:43 +08:00
..
asm.s fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
funcdata.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
funcdata_go115.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
funcdata_go116.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
funcdata_go118.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
funcdata_invalid.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
loader.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
loader_go117_test.go feat: support Go1.18 (#205) 2022-03-28 20:43:43 +08:00
loader_test.go feat: adjust ABI for supporting go1.17 (#116) 2021-11-30 18:47:17 +08:00