Y
Hacker News
new
|
ask
|
show
|
jobs
by
weberc2
3278 days ago
I'm pretty sure Go does compile down to an IR, but it's little more than an abstraction over different architectures. I could be wrong.
1 comments
hornetblack
3277 days ago
Originally it compiled to Plan9 assembly which is cross platform. They have an SSA backend for some architectures now.
link
weberc2
3277 days ago
I thought the SSA backend was not replacing the Plan9 assembly, but that it was a phase that happened before the assembly was output (presumably SSA is a phase and not an IR?).
link
hornetblack
3272 days ago
Oh. That actually make more sense.
link