Details: - reintroduce interp.asUint64: it's not sound to use only the low 32 bits of y, which is what asInt gives us, when GOARCH=386. - instead, emit a uint64 conversion when y is not unsigned (i.e. a signed var, or an untyped constant). Tested on 386 & x86-64. R=gri CC=golang-dev https://golang.org/cl/11023043 |
||
|---|---|---|
| .. | ||
| testdata | ||
| external.go | ||
| external_plan9.go | ||
| external_unix.go | ||
| external_windows.go | ||
| interp.go | ||
| interp_test.go | ||
| map.go | ||
| ops.go | ||
| reflect.go | ||
| value.go | ||