-013a4ddcae2e8b840561c4411bab87f4f0f9ef42
+d238487d5c6e0c7f12c38305060fba8b7ec3605f
The first line of this file holds the git revision number of the last
merge done from the gofrontend repository.
DEF_GO_RUNTIME(CLOSE, "runtime.closechan", P1(CHAN), R0())
-// Copy.
-DEF_GO_RUNTIME(SLICECOPY, "runtime.slicecopy",
- P5(POINTER, INT, POINTER, INT, UINTPTR), R1(INT))
-
-// Copy from string.
-DEF_GO_RUNTIME(SLICESTRINGCOPY, "runtime.slicestringcopy",
- P3(POINTER, INT, STRING), R1(INT))
-
// Copy of value containing pointers.
DEF_GO_RUNTIME(TYPEDSLICECOPY, "runtime.typedslicecopy",
P5(TYPE, POINTER, INT, POINTER, INT), R1(INT))