Makefile.am
36.9 KB
-
compiler: use builtin memcmp directly · 2b92d5c6
Instead of going through a C function __go_memcmp, we can just use __builtin_memcmp directly. This allows more optimizations in the compiler backend. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/183537 From-SVN: r272620
Ian Lance Taylor committed