2
0
Fork 0
mirror of https://github.com/ii64/sonic.git synced 2026-06-21 00:46:43 +08:00
sonic/internal/native
liu 1443eb3bcf
fix: move large-size local array to _Stack (#162)
* fix: move large-size local array to _Stack

* fix: adjust jsonstate and add alwaysinline

* fix: initialize types.JsonState's dbuf at prologue

* fix: replace `always_inline` with `inline`

* fix: remove unused types

* feat: update asm2asm

* fix: check stack size befor call JIT function

Co-authored-by: liuqiang <liuqiang.06@bytedance.com>
Co-authored-by: duanyi.aster <duanyi.aster@bytedance.com>
2021-12-30 14:51:23 +08:00
..
avx fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
avx2 fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
types fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
dispatch_amd64.go fix: move large-size local array to _Stack (#162) 2021-12-30 14:51:23 +08:00
dispatch_amd64.s feat: supports map key-sorting via encoder options 2021-08-16 18:31:41 +08:00
fastfloat_amd64_test.tmpl fix: support IEEE-754 negative zero in both marshal and unmarshal 2021-09-14 15:06:47 +08:00
fastint_amd64_test.tmpl feat: CPU feature detection support 2021-06-10 17:14:25 +08:00
native_amd64.tmpl feat: performance optimizations 2021-07-02 14:38:12 +08:00
native_amd64_test.tmpl fix: out-of-bounds accessing in advance_string() (#161) 2021-12-21 20:03:01 +08:00
native_export_amd64.tmpl feat: performance optimizations 2021-07-02 14:38:12 +08:00