On Thu, Jul 18, 2024 at 9:38 PM Chris Guthrey wrote:
>
> I'm trying to learn how the last version of Go that is bootstrapped from C
> works and as a learning exercise, maybe try porting to a new OS (on x86 for
> now)...
>
> So I'm trying to get my head around the xrealdwd() function in
> /src/
Hi,
I'm trying to learn how the last version of Go that is bootstrapped from C
works and as a learning exercise, maybe try porting to a new OS (on x86 for
now)...
So I'm trying to get my head around the xrealdwd() function in
/src/cmd/dist/unix.c - I just can't grok why it is needed.
A q