instead runtime.Zeroinit of memset to compatible build.NaiveForm

This commit is contained in:
Li Jie
2024-09-14 10:54:03 +08:00
parent 9f8b9ea806
commit 1e58c365ed
3 changed files with 28 additions and 8 deletions

View File

@@ -179,8 +179,9 @@ type aProgram struct {
getAttrStr *types.Signature
pyUniStr *types.Signature
mallocTy *types.Signature
freeTy *types.Signature
mallocTy *types.Signature
freeTy *types.Signature
memsetInlineTy *types.Signature
createKeyTy *types.Signature
getSpecTy *types.Signature