An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 6.4% on proxy.golang.org
Top 3.4% dependent packages on proxy.golang.org

proxy.golang.org : github.com/goplus/interp

Package ssa/interp defines an interpreter for the SSA representation of Go programs. This interpreter is provided as an adjunct for testing the SSA construction algorithm. Its purpose is to provide a minimal metacircular implementation of the dynamic semantics of each SSA instruction. It is not, and will never be, a production-quality Go interpreter. The following is a partial list of Go features that are currently unsupported or incomplete in the interpreter. * Unsafe operations, including all uses of unsafe.Pointer, are impossible to support given the "boxed" value representation we have chosen. * The reflect package is only partially implemented. * The "testing" package is no longer supported because it depends on low-level details that change too often. * "sync/atomic" operations are not atomic due to the "boxed" value representation: it is not possible to read, modify and write an interface value atomically. As a consequence, Mutexes are currently broken. * recover is only partially implemented. Also, the interpreter makes no attempt to distinguish target panics from interpreter crashes. * the sizes of the int, uint and uintptr types in the target program are assumed to be the same as those of the interpreter itself. * all values occupy space, even those of types defined by the spec to have zero size, e.g. struct{}. This can cause asymptotic performance degradation. * os.Exit is implemented using panic, causing deferred functions to run.

Registry - Source - Documentation - JSON - codemeta.json
purl: pkg:golang/github.com/goplus/interp
License: Apache-2.0
Latest release: 26 days ago
First release: over 4 years ago
Namespace: github.com/goplus
Dependent packages: 2
Last synced: 22 days ago

v0.58.0
Published: 26 days ago
Registry - Documentation - Download
v0.57.0
Published: about 1 month ago
Registry - Documentation - Download
v0.56.0
Published: about 2 months ago
Registry - Documentation - Download
v0.55.0
Published: about 2 months ago
Registry - Documentation - Download
v0.54.0
Published: about 2 months ago
Registry - Documentation - Download
v0.53.0
Published: 3 months ago
Registry - Documentation - Download
v0.52.0
Published: 6 months ago
Registry - Documentation - Download
v0.51.0
Published: 6 months ago
Registry - Documentation - Download
v0.50.0
Published: 6 months ago
Registry - Documentation - Download
v0.46.0
Published: 7 months ago
Registry - Documentation - Download
v0.45.0
Published: 7 months ago
Registry - Documentation - Download
v0.44.0
Published: 7 months ago
Registry - Documentation - Download
v0.43.1
Published: 7 months ago
Registry - Documentation - Download
v0.43.0
Published: 7 months ago
Registry - Documentation - Download
v0.42.0
Published: 7 months ago
Registry - Documentation - Download
v0.41.0
Published: 7 months ago
Registry - Documentation - Download
v0.40.0
Published: 8 months ago
Registry - Documentation - Download
v0.39.1
Published: 8 months ago
Registry - Documentation - Download
v0.39.0
Published: 8 months ago
Registry - Documentation - Download
v0.38.0
Published: 8 months ago
Registry - Documentation - Download
v0.37.0
Published: 8 months ago
Registry - Documentation - Download
v0.36.0
Published: 8 months ago
Registry - Documentation - Download
v0.35.0
Published: 9 months ago
Registry - Documentation - Download
v0.34.0
Published: 9 months ago
Registry - Documentation - Download
v0.33.0
Published: 9 months ago
Registry - Documentation - Download
v0.32.1
Published: 10 months ago
Registry - Documentation - Download
v0.32.0
Published: 10 months ago
Registry - Documentation - Download
v0.31.1
Published: 10 months ago
Registry - Documentation - Download
v0.31.0
Published: 10 months ago
Registry - Documentation - Download
v0.30.1
Published: 10 months ago
Registry - Documentation - Download
v0.30.0
Published: 10 months ago
Registry - Documentation - Download
v0.29.0
Published: 11 months ago
Registry - Documentation - Download
v0.28.1
Published: 11 months ago
Registry - Documentation - Download
v0.28.0
Published: 11 months ago
Registry - Documentation - Download
v0.27.1
Published: over 1 year ago
Registry - Documentation - Download
v0.27.0
Published: over 1 year ago
Registry - Documentation - Download
v0.26.0
Published: over 1 year ago
Registry - Documentation - Download
v0.25.0
Published: over 1 year ago
Registry - Documentation - Download
v0.24.0
Published: over 1 year ago
Registry - Documentation - Download
v0.23.0
Published: over 1 year ago
Registry - Documentation - Download
v0.22.0
Published: almost 2 years ago
Registry - Documentation - Download
v0.21.2
Published: almost 2 years ago
Registry - Documentation - Download
v0.21.1
Published: almost 2 years ago
Registry - Documentation - Download
v0.21.0
Published: almost 2 years ago
Registry - Documentation - Download
v0.20.0
Published: about 2 years ago
Registry - Documentation - Download
v0.19.1
Published: about 2 years ago
Registry - Documentation - Download
v0.19.0
Published: about 2 years ago
Registry - Documentation - Download
v0.18.0
Published: over 2 years ago
Registry - Documentation - Download
v0.17.2
Published: over 2 years ago
Registry - Documentation - Download
v0.17.1
Published: over 2 years ago
Registry - Documentation - Download
v0.17.0
Published: over 2 years ago
Registry - Documentation - Download
v0.16.1
Published: over 2 years ago
Registry - Documentation - Download
v0.16.0
Published: over 2 years ago
Registry - Documentation - Download
v0.15.0
Published: over 2 years ago
Registry - Documentation - Download
v0.14.2
Published: over 2 years ago
Registry - Documentation - Download
v0.14.1
Published: over 2 years ago
Registry - Documentation - Download
v0.14.0
Published: over 2 years ago
Registry - Documentation - Download
v0.13.1
Published: over 2 years ago
Registry - Documentation - Download
v0.13.0
Published: over 2 years ago
Registry - Documentation - Download
v0.12.1
Published: over 2 years ago
Registry - Documentation - Download
v0.12.0
Published: over 2 years ago
Registry - Documentation - Download
v0.11.1
Published: over 2 years ago
Registry - Documentation - Download
v0.11.0
Published: over 2 years ago
Registry - Documentation - Download
v0.10.1
Published: over 2 years ago
Registry - Documentation - Download
v0.10.0
Published: over 2 years ago
Registry - Documentation - Download
v0.9.11
Published: over 2 years ago
Registry - Documentation - Download
v0.9.10
Published: almost 3 years ago
Registry - Documentation - Download
v0.9.9
Published: almost 3 years ago
Registry - Documentation - Download
v0.9.8
Published: almost 3 years ago
Registry - Documentation - Download
v0.9.7
Published: almost 3 years ago
Registry - Documentation - Download
v0.9.6
Published: almost 3 years ago
Registry - Documentation - Download
v0.9.5
Published: about 3 years ago
Registry - Documentation - Download
v0.9.4
Published: about 3 years ago
Registry - Documentation - Download
v0.9.3
Published: about 3 years ago
Registry - Documentation - Download
v0.9.2
Published: about 3 years ago
Registry - Documentation - Download
v0.9.1
Published: about 3 years ago
Registry - Documentation - Download
v0.9.0
Published: over 3 years ago
Registry - Documentation - Download
v0.8.9
Published: over 3 years ago
Registry - Documentation - Download
v0.8.8
Published: over 3 years ago
Registry - Documentation - Download
v0.8.7
Published: over 3 years ago
Registry - Documentation - Download
v0.8.6
Published: over 3 years ago
Registry - Documentation - Download
v0.8.5
Published: over 3 years ago
Registry - Documentation - Download
v0.8.4
Published: over 3 years ago
Registry - Documentation - Download
v0.8.3
Published: over 3 years ago
Registry - Documentation - Download
v0.8.2
Published: over 3 years ago
Registry - Documentation - Download
v0.8.1
Published: over 3 years ago
Registry - Documentation - Download
v0.8.0
Published: over 3 years ago
Registry - Documentation - Download
v0.7.10
Published: over 3 years ago
Registry - Documentation - Download
v0.7.9
Published: over 3 years ago
Registry - Documentation - Download
v0.7.8
Published: over 3 years ago
Registry - Documentation - Download
v0.7.7
Published: over 3 years ago
Registry - Documentation - Download
v0.7.6
Published: over 3 years ago
Registry - Documentation - Download
v0.7.5
Published: over 3 years ago
Registry - Documentation - Download
v0.7.4
Published: over 3 years ago
Registry - Documentation - Download
v0.7.3
Published: over 3 years ago
Registry - Documentation - Download
v0.7.2
Published: over 3 years ago
Registry - Documentation - Download
v0.7.1
Published: over 3 years ago
Registry - Documentation - Download
v0.4.0
Published: over 3 years ago
Registry - Documentation - Download
v0.7.0
Published: over 3 years ago
Registry - Documentation - Download
v0.3.25
Published: over 3 years ago
Registry - Documentation - Download