[Issue 6182] New: _d_arraycopy should take TypeInfo as final argument instead of simply element size
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 20 08:24:25 PDT 2011
http://d.puremagic.com/issues/show_bug.cgi?id=6182
Summary: _d_arraycopy should take TypeInfo as final argument
instead of simply element size
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: schveiguy at yahoo.com
--- Comment #0 from Steven Schveighoffer <schveiguy at yahoo.com> 2011-06-20 08:19:39 PDT ---
This allows implementation of postblit (and possibly other runtime tasks) when
array copying is done.
For example, a[] = b[] will not call any postblits on the data copied.
Once the compiler is fixed, I can generate a pull request to fix the runtime.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list