2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/ast
Yi Duan 43e4a00e90
fix: add gc_write_barrier checks (#131)
* fix: add gcWriteBarrier for decode

* add gcWriteBarrier for encoder


Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
2021-11-17 11:21:20 +08:00
..
asm.s
encode.go opt(ast): append string instead of []byte (#88) 2021-09-06 16:58:03 +08:00
encode_test.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
iterator.go
iterator_test.go
node.go feat: add node.Load()/LoadAll() to support concurrency (#124) 2021-10-28 17:56:09 +08:00
node_test.go feat: add node.Load()/LoadAll() to support concurrency (#124) 2021-10-28 17:56:09 +08:00
parser.go
parser_test.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
search.go
search_test.go fix: add gc_write_barrier checks (#131) 2021-11-17 11:21:20 +08:00
stubs.go
testdata_test.go
utils.go