Skip to content

Conversation

@aykevl
Copy link
Member

@aykevl aykevl commented Nov 11, 2019

There is no need for separate datatypes for 32-bit and 64-bit *nix systems, because the int type already provides this.

See #710

There is no need for separate datatypes for 32-bit and 64-bit *nix
systems, because the int type already provides this.
@deadprogram
Copy link
Member

✂️

@deadprogram deadprogram merged commit 946e2dd into dev Nov 11, 2019
@deadprogram deadprogram deleted the simplify-unix-time branch November 11, 2019 11:55
@niaow
Copy link
Member

niaow commented Nov 11, 2019

Oh right I forgot we dont do 32-bit x86, so this works.

@aykevl
Copy link
Member Author

aykevl commented Nov 11, 2019

Ah, x32 is indeed an exception. However, it isn't even supported by the Go toolchain (GOARCH=amd64p32 was only used with GOOS=nacl, both are now removed) and in general seems to be largely unused nowadays. So hopefully we can ignore this exception, at least until AArch64 ILP32 becomes necessary (and probably even then).

@justinclift justinclift added this to the v0.10 milestone Nov 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants