Y
Hacker News
new
|
ask
|
show
|
jobs
by
UniQP
3832 days ago
Does anyone know the current state of the SSA backend mentioned in
https://news.ycombinator.com/item?id=9099744
?
2 comments
iends
3831 days ago
They moved it to 1.7 because it didn't get completed in time. You can see the source code here:
https://github.com/golang/go/tree/dev.ssa
(In particular,
https://github.com/golang/go/compare/dev.ssa
is interesting).
It's not clear to me what work is left, but hopefully it gets merged super early in the 1.7 cycle.
link
mappu
3831 days ago
That's interesting! PHP 7 is getting one too -
https://marc.info/?l=php-internals&m=144990711202803&w=2
- i wonder which will be completed first?
link
UniQP
3828 days ago
That sounds like an (e-)SSA-based optimization but not like an SSA backend.
link
It's not clear to me what work is left, but hopefully it gets merged super early in the 1.7 cycle.