Message276271
Yes, memcpy (or preferably memcpy_s, which includes the size of the destination) are basically intrinsics that will inline short copies and call out to a range of implementations depending on alignment/overlap/etc. |
|
Date |
User |
Action |
Args |
2016-09-13 13:45:18 | steve.dower | set | recipients:
+ steve.dower, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware |
2016-09-13 13:45:18 | steve.dower | set | messageid: <1473774318.82.0.0882833139392.issue28126@psf.upfronthosting.co.za> |
2016-09-13 13:45:18 | steve.dower | link | issue28126 messages |
2016-09-13 13:45:18 | steve.dower | create | |
|