Post AtHCiGDxkDxR6FXJ9U by [email protected] | |
More posts by [email protected] | |
Post #AtHCiGDxkDxR6FXJ9U by [email protected] | |
0 likes, 0 repeats | |
So golang has a machine-independent assembler. Which is very cool, and yes, ma… | |
Post #AtHCiGMTEalNWdW6Pg by [email protected] | |
0 likes, 1 repeats | |
@mpweiher That’s probably a relic of the compiler’s heritage - they were de… | |
Post #AtHemFmO8aJDayKZfc by [email protected] | |
0 likes, 0 repeats | |
@me_ With that heritage, I would expect the opposite: that the go compiler *do… | |
Post #AtHemFslkrPfulJfcG by [email protected] | |
0 likes, 1 repeats | |
@mpweiher Maybe that's a misunderstanding. Plan9's C compilers never ge… | |
Post #AtHevVzhDm0yUSyJ6W by [email protected] | |
0 likes, 1 repeats | |
@mpweiher Using 8c (32-bit x86, uses x86 register names): TEXT main+0(SB),0,… | |
Post #AtHg492c1rGxrb0y6i by [email protected] | |
0 likes, 0 repeats | |
@mpweiher With 5c (32-bit ARM): TEXT main+0(SB),0,$8 MOVW j-8(SP),R6 MOVW … | |
Post #AtHg499Lcof0CUALbc by [email protected] | |
0 likes, 0 repeats | |
@mpweiher With kc (32-bit SPARC): TEXT main+0(SB),0,$12 MOVW j-8(SP),R13 MO… | |
Post #AtHg49G5Dm32XNJj6W by [email protected] | |
0 likes, 0 repeats | |
@mpweiher ...qc (32-bit PPC): TEXT main+0(SB),0,$8 MOVW j-8(SP),R9 MOVW $… | |
Post #AtHg49MSq39UrAIp3A by [email protected] | |
0 likes, 0 repeats | |
@mpweiher and vc (32-bit MIPS) as the last one, here you see "HI" use… | |
Post #AtHg49TCR0XXC3SCY4 by [email protected] | |
0 likes, 1 repeats | |
@mpweiher All of these are superficially very similar, but there are already so… |