You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmd/gomobile: concurrent gomobile-bind building for Android
This speeds up gomobile-bind for Android by concurrent building for
each architecture.
Before this change (on my MacBook Pro 2020):
```
$ time go run ./cmd/gomobile/ bind -target android ./example/bind/hello/
real 0m22.555s
user 0m14.859s
sys 0m10.232s
```
After this change:
```
$ time go run ./cmd/gomobile/ bind -target android ./example/bind/hello/
real 0m9.404s
user 0m15.846s
sys 0m11.044s
```
For #54770
Change-Id: I5a709dd4422a569e9244e924bd43ad2da1ede164
Reviewed-on: https://go-review.googlesource.com/c/mobile/+/426274
TryBot-Result: Gopher Robot <[email protected]>
Reviewed-by: Bryan Mills <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Reviewed-by: Changkun Ou <[email protected]>
Reviewed-by: Dmitri Shuralyov <[email protected]>
Run-TryBot: Hajime Hoshi <[email protected]>
0 commit comments