-
- Downloads
compiler: support inlining functions with if statements
This increases the number of inlinable functions from 455 to 500. An example of a newly inlinable function is strings.Compare. Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/181137 From-SVN: r272045
Showing
- gcc/go/gofrontend/MERGE 1 addition, 1 deletiongcc/go/gofrontend/MERGE
- gcc/go/gofrontend/gogo.cc 6 additions, 1 deletiongcc/go/gofrontend/gogo.cc
- gcc/go/gofrontend/statements.cc 105 additions, 18 deletionsgcc/go/gofrontend/statements.cc
- gcc/go/gofrontend/statements.h 19 additions, 0 deletionsgcc/go/gofrontend/statements.h
Loading
Please register or sign in to comment