Skip to content

Commit ef0aeb7

Browse files
authored
zstd: Fix non-effective noescape tag (#667)
Regression from #598 causing excessive heap allocations.
1 parent 697e507 commit ef0aeb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

zstd/fse_decoder_amd64.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ type buildDtableAsmContext struct {
2121

2222
// buildDtable_asm is an x86 assembly implementation of fseDecoder.buildDtable.
2323
// Function returns non-zero exit code on error.
24-
// go:noescape
24+
//
25+
//go:noescape
2526
func buildDtable_asm(s *fseDecoder, ctx *buildDtableAsmContext) int
2627

2728
// please keep in sync with _generate/gen_fse.go

0 commit comments

Comments
 (0)