dolphinsmalltalk/DolphinVM

VM lacks primitive for block copying of pointer objects

Closed this issue · 0 comments

The VM does not have a primitive similar to primitiveReplaceBytes for block copying elements of one
object to another. Currently this means that #replaceFrom:to:with:StartingAt: ends up being a to:do: loop executed in Smalltalk. A C implementation will be 4-5x faster.