jhibbits 00a6946205 Replace the PMC class struct copy with an explicit memcpy()
This should be effectively a nop for all archs, but for some reason the codegen
difference on the PowerPC 970 is such that the struct assignment doesn't work
(unless a printf() using one of the elements in the copied struct follows it),
while the memcpy() succeeds.  On all archs the memcpy() should be expanded to an
inline copy, since the copy is bounded to ~16 bytes.

MFC after:	3 weeks
2018-01-13 04:53:04 +00:00
..
2017-10-31 00:07:04 +00:00
2017-12-27 21:36:37 +00:00
2018-01-10 02:57:22 +00:00
2017-10-31 00:07:04 +00:00
2017-12-26 23:16:11 +00:00
2017-10-31 00:07:04 +00:00
2017-10-31 00:07:04 +00:00
2017-12-31 00:55:00 +00:00
2017-11-20 20:55:41 +00:00