Skip to content

Commit

Permalink
opt: disable tail recursion optimization in Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
AsterDY committed Apr 7, 2023
1 parent 9e7aa92 commit 880e4a4
Show file tree
Hide file tree
Showing 7 changed files with 8,169 additions and 8,141 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ CFLAGS += -fno-builtin
CFLAGS += -fno-exceptions
CFLAGS += -fno-rtti
CFLAGS += -fno-stack-protector
CFLAGS += -fno-optimize-sibling-calls
CFLAGS += -nostdlib
CFLAGS += -O3
CFLAGS += -Wall -Werror
Expand Down
54 changes: 28 additions & 26 deletions internal/native/avx/native_subr_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

119 changes: 63 additions & 56 deletions internal/native/avx/native_text_amd64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 880e4a4

Please sign in to comment.