On 2010-10-03 09:59:16 -0400, bearophile <bearophileh...@lycos.com> said:
Page 19:Unlike C++, values can be moved in memory Postblit is used to adjust things after a move<OK, so a moving GC needs to call the Postblit each time it moves a struct.
But isn't postblit used only when doing a copy? I think the last word in the quote should be "copy", not "move". So a moving GC does not have to call postblit.
-- Michel Fortin michel.for...@michelf.com http://michelf.com/