Y
Hacker News
new
|
ask
|
show
|
jobs
by
ethelward
2244 days ago
Except for _e.g._ memory alignment, or types of a given width (until C99).
1 comments
pizlonator
2244 days ago
For lots of us the extensions that gcc and clang support are part of C. So, a backend that emits C would get access to those things if it wanted.
link
ethelward
2240 days ago
Until you want to write code that works on platforms not supported by these compilers.
link
wtetzner
2238 days ago
How many platforms does LLVM support that Clang does not?
link