-j
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-j
> but I am curious: why the need for internal/gc, "a Go compiler front end. Work in progess" ?> it seems to be very much alike to go/types (or, rather, a mix of go/types and go/ast).
For example (not completely fair comparison but you get the idea):main.go:162: loaded+xref0: 65 packages in 486.248926msjnml@r550:~/src/github.com/cznic/browse$ time ssadump .real 0m2.218suser 0m6.588ssys 0m0.628s
-j
go/{scanner,parser} speed is okay. It's problem is that it does not scale well in parallel execution when there's a shared token.FileSet.