--gc:destructors: baby steps

This commit is contained in:
Andreas Rumpf
2018-12-15 13:54:41 +01:00
parent 446f911a17
commit e3a668a33b
5 changed files with 27 additions and 25 deletions

View File

@@ -70,12 +70,6 @@ proc `=sink`[T](x: var seq[T]; y: seq[T]) =
a.len = b.len
a.p = b.p
when false:
proc incrSeqV3(s: PGenericSeq, typ: PNimType): PGenericSeq {.compilerProc.}
proc setLengthSeqV2(s: PGenericSeq, typ: PNimType, newLen: int): PGenericSeq {.
compilerRtl.}
proc newSeq(typ: PNimType, len: int): pointer {.compilerRtl.}
type
PayloadBase = object