I understand that. But why is dest[] = src[] not good enough for run-time?'cause some compilers (gcc, for example) has memcpy() as 'intrinsic' and generates better inline code for it sometimes. it's just a small hint for compiler backend, and faster code is good, isn't it? ;-)
- copying memory in phobos Mike
- Re: copying memory in phobos bearophile
- Re: copying memory in phobos Mike
- Re: copying memory in phobos ketmar
- Re: copying memory in phobos Mike
- Re: copying memory in phobos Artur Skawina
- Re: copying memory in phobos Mike Wey
- Re: copying memory in phobos Mike
- Re: copying memory in phobos monarch_dodra
