Hello,

We are currently porting our C/C++ code base to 64-bit.  So, we need
our in-house perl extensions to play nice.  We currently use a 32-bit
version of perl.  I am wondering if I should do the address space
mapping (lots of memcpy() and malloc32()) in our .XS files or if I
should build a 64-bit perl (likely 5.8.7).  I've tried googling for
64-bit perl info but haven't turned up much.

Any thoughts?

Thanks,
-Jason

-- 
Jason L. Almeter
jalmeter underscore 99 yahoo

Reply via email to