On 03/11/2016 06:49 PM, Tom Lane wrote:
> Anybody know what will happen when passing a uint64 to newSViv()?
>
> 			
A perl IV is guaranteed large enough to hold a pointer, if that's any 
help. But for an unsigned value you might be better off calling newSVuv()
cheers
andrew