Go compiler moving from C to Go

Jacob Carlborg doob at me.com
Sat Dec 21 05:01:04 PST 2013


On 2013-12-21 07:26, Paulo Pinto wrote:

> However you do touch a nice point, even ANSI/ISO C needs to rely on
> external assemblers to be useful at systems level. This is something
> developers forget when they equate language == what my compiler supports.

You will most likely not be able to rely only on standard ANSI/ISO C. Be 
it either languages extension, using some pragma/attribute or some 
special flag. Things like force inline, placing data structures in 
special sections and so on.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list