2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/decoder
Yi Duan 442ce696fb
fix: use stackmap of shadow func as jit func's (#127)
* fix: use stackmap of shadow func as jit func's

* fix: use LoadWithFaker in decoder

* fix: LoadWithFaker support go115

* add 'runtime.' prefix on jit funcname to prevent preempt

* add parallel GC tests

* remove no_stack_pointer()

Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
2021-11-09 11:50:40 +08:00
..
asm.s feat: rewrite generic decoder in Go, using Finite State Machine 2021-06-16 23:05:21 +08:00
assembler_amd64.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
assembler_test.go fix: unmarshalers are always addressable 2021-09-06 16:53:51 +08:00
compiler.go fix: unmarshalers are always addressable 2021-09-06 16:53:51 +08:00
compiler_test.go fix: unmarshalers are always addressable 2021-09-06 16:53:51 +08:00
debug.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
decoder.go fix: add gcGuard to prevent GC during Marshal()/Unmarshal() (#122) 2021-10-28 17:02:37 +08:00
decoder_test.go fix: use stackmap of shadow func as jit func's (#127) 2021-11-09 11:50:40 +08:00
errors.go fix: support dynamic interface indirection 2021-07-06 21:51:27 +08:00
errors_test.go feat: CPU feature detection support 2021-06-10 17:14:25 +08:00
generic_amd64.go fix: check character range before BTQ 2021-09-17 19:48:47 +08:00
generic_amd64_test.s feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00
generic_test.go fix: parser.ExportError() exceeds slice boundary 2021-07-20 16:47:59 +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 chore: make it open-source 2021-05-28 23:58:58 +08:00
stubs.go fix(#100): check type-size of map element to decide whether use mapassign_fastxx (#102) 2021-09-16 20:13:29 +08:00
testdata_test.go chore: make it open-source 2021-05-28 23:58:58 +08:00
types.go chore: make it open-source 2021-05-28 23:58:58 +08:00
utils.go feat: rewrite the generic decoder in assembly 2021-06-21 11:34:18 +08:00