gcc/libgo/go
Ian Lance Taylor 0514cb3374 compiler: open code some type assertions
Now that type equality is just simple pointer equality, we can
    open code some type assertions instead of making runtime calls.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/182977

From-SVN: r272577
2019-06-21 22:00:57 +00:00
..
archive
bufio
builtin
bytes
cmd
compress
container
context
crypto
database/sql
debug
encoding
errors
expvar
flag
fmt
go go/internal/gccgoimporter: ignore unexported and imported names 2019-06-07 00:07:50 +00:00
golang.org/x/tools
hash
html
image
index/suffixarray
internal
io
log
math
mime
net
os os/user: disable TestGroupIds for AIX 2019-05-03 17:15:54 +00:00
path
plugin
reflect compiler, runtime, reflect: generate unique type descriptors 2019-06-03 23:37:04 +00:00
regexp
runtime compiler: open code some type assertions 2019-06-21 22:00:57 +00:00
sort
strconv
strings
sync
syscall re PR go/90614 (gcc-9.1.0/libgo/go/syscall/wait.c:54:22: error: unused parameter ‘w’ [-Werror=unused-parameter] Continued (uint32_t *w)) 2019-05-27 00:10:34 +00:00
testdata
testing
text
time
unicode