[go-nuts] Re: Gomobile: Large .so/aar file size on Android

2016-06-26 Thread rajiivkanchan
Thanks for the response. We went ahead and re-wrote the Golang part in Java. Did not get a chance to test your suggestions. Thanks for your suggestions. On Monday, June 20, 2016 at 9:33:57 PM UTC+5:30, nsa...@gmail.com wrote: > > Did you try the beta > https://groups.google.com/forum/#!topic/g

[go-nuts] Re: Gomobile: Large .so/aar file size on Android

2016-06-20 Thread nsajko
Did you try the beta https://groups.google.com/forum/#!topic/golang-announce/ITzPaJnZGZw ? It should be a lot better than go 1.6 at code elimination. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiv

[go-nuts] Re: Gomobile: Large .so/aar file size on Android

2016-06-20 Thread nsajko
If it's still too much a bit can be saved on code size by disabling bounds checking. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@goog