Re: [PATCH,AIX] Nil check size threshold control for AIX

2017-12-12 Thread Ian Lance Taylor
On Tue, Dec 12, 2017 at 12:59 AM, REIX, Tony wrote: > Description: > * This patch tells the Go frontend to insert explicit guards (check for nil > -> panic) for AIX since relying on a fault does not work on AIX for page 0. > > Tests: > * AIX: Build: SUCCESS >- build made by means of gmake.

[PATCH,AIX] Nil check size threshold control for AIX

2017-12-12 Thread REIX, Tony
Description: * This patch tells the Go frontend to insert explicit guards (check for nil -> panic) for AIX since relying on a fault does not work on AIX for page 0. Tests: * AIX: Build: SUCCESS - build made by means of gmake. ChangeLog: * go-lang.c (go_langhook_init): Handle AIX case for