Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
“This change deletes the C implementations of the Go compiler and assembler”
31–40 of 137 posts
Re: “This change deletes the C implementations of the Go compiler and assembler”
#32Earlier quoted context omitted.
Yes! And with different points, too.
Looks like they diverged. Lots of duplicate comments. Edit: Nope. All comments show on both.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#33Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#34Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#35Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#36Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Yes. With the same URL for both discussion and article, though with differing scores and comment counts .
Re: “This change deletes the C implementations of the Go compiler and assembler”
#37Anyone else seeing this post as the 1st and 2nd link on the front page of HN?
Re: “This change deletes the C implementations of the Go compiler and assembler”
#38Earlier quoted context omitted.
Yes. With the same URL for both discussion and article, though with differing scores and comment counts .
I notice that one submission is "canonical" for the flag/unflag bit. You can flag one of the two submissions, and the "unflag" will show up on the other submission.
Re: “This change deletes the C implementations of the Go compiler and assembler”
#39Re: “This change deletes the C implementations of the Go compiler and assembler”
#40One does wonder if the register re-naming from their abstract (but misleading) names to their proper machine names (e.g., from "SP" to "R13") wasn't at all a reaction to the (in)famous polemic on the golang build chain.[1] [1] http://dtrace.org/blogs/wesolows/2014/12/29/golang-is-trash/
SP, PC and FP are virtual registers, from the POV of the assembler. On _some_ architecture those words have real meanings, like RSP on intel, but on others they are just conventions.
I don't think Keith's rage quit has had a measurable impact on the direction of Go or its toolchain.