PDL users-

I'm in the process of refactoring the existing PDL mmap
support to enable win32 memory mapping.  The goal is
to use File::Map to handle the memory map operations
in an OS-neutral manner.

The recent git changes are to replace int declarations by
STRLEN, Size_t, or Off_t as appropriate.  These types
are provided by the perl API support and should be the
right size for 64bit perls on 64bit OSes.  While I've incremented
the version or PDL_CORE_VERSION to 9, the only change
that should have an impact is the declaration for the
delete data magic.

If you get a chance to try a test build with this git, I
would appreciate knowing---whether it worked or not.

Thanks,
Chris

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to