mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 15:56:52 +08:00
doc.go: Remove mentions of the no more used VM.
modified: doc.go
This commit is contained in:
12
doc.go
12
doc.go
@@ -31,16 +31,10 @@
|
|||||||
//
|
//
|
||||||
// Do not use in production
|
// Do not use in production
|
||||||
//
|
//
|
||||||
// This is an experimental, pre-alpha, technology preview package. Performance
|
// This is an experimental, pre-alpha, technology preview package.
|
||||||
// is not (yet) a priority. When this virtual machine approach, hopefully,
|
|
||||||
// reaches a reasonable level of completeness and correctness, the plan is to
|
|
||||||
// eventually mechanically translate the IR form, produced by
|
|
||||||
// http://github.com/cznic/ccir, to Go. Unreadable Go, presumably.
|
|
||||||
//
|
//
|
||||||
// Even though the translation to Go is now done for Linux/Intel, the package
|
// The alpha release is due when the C runtime support of SQLite in cznic/crt
|
||||||
// status is still as described above, it's just closer to the alpha release in
|
// will be complete.
|
||||||
// this respect. The alpha release is due when the C runtime support of SQLite
|
|
||||||
// in cznic/crt will be complete.
|
|
||||||
//
|
//
|
||||||
// Supported platforms and architectures
|
// Supported platforms and architectures
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user