go-interpreter / ssainterp

A Golang interpreter, built upon golang.org/x/tools/go/ssa/interp
MIT License
58 stars 9 forks source link

Speed #9

Open pitust opened 6 years ago

pitust commented 6 years ago

On my computer speed for BenchmarkFib10Native (4.715) are similar to BenchmarkFib10SSAinterp(5.257) BenchmarkFib10Orig Not supported platform My go is: go version go1.10.1 windows/386 and PC is windows 10

It is 1.11 times faster not 881!