2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/encoder
Yi Duan 5b38f56cec
fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134)
* fix: go1.15 CANNOT add gcWriteBarrier due to linkname bug

* add go1.15 push-check

Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
2021-11-18 11:15:14 +08:00
..
asm.s chore: make it open-source 2021-05-28 23:58:58 +08:00
assembler_amd64_go115.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +08:00
assembler_amd64_go116.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +08:00
assembler_test.go fix: unmarshalers are always addressable 2021-09-06 16:53:51 +08:00
compiler.go fix: marshal struct field with omitempty tag as encoding/json (#114) 2021-10-12 15:14:39 +08:00
compiler_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
debug.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
encoder.go fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122) 2021-10-28 17:02:37 +08:00
encoder_test.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
errors.go chore: make it open-source 2021-05-28 23:58:58 +08:00
mapiter.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
pools.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
primitives.go fix: marshal struct field with omitempty tag as encoding/json (#114) 2021-10-12 15:14:39 +08:00
sort.go fix: make it sorted when marshalling integer key map (#117) 2021-10-18 19:31:33 +08:00
sort_test.go refactor: make it more readable (#104) 2021-09-18 11:31:25 +08:00
stubs.go fix: go1.15 CANNOT support gcWriteBarrier due to linkname bug (#134) 2021-11-18 11:15:14 +08:00
testdata_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
types.go feat: supports map key-sorting via encoder options 2021-08-16 18:31:41 +08:00
utils.go feat: performance optimizations 2021-07-02 14:38:12 +08:00