Commit ec815f60 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 15e34088
......@@ -468,6 +468,9 @@ type sizer struct {
// encode<typ1>(data[n1:], path1)
// encode<typ2>(data[n2:], path2)
// ...
//
// TODO encode have to care in NEOEncode to emit preambule such that bound
// checking is performed only once (currenty compiler emits many of them)
type encoder struct {
commonCodeGen
n int // current write position in data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment