in reply to PV limits on 64-bit perls?
Update: Found this:
/* Size_t: * This symbol holds the type used to declare length parameters * for string functions. It is usually size_t, but may be * unsigned long, int, etc. It may be necessary to include * <sys/types.h> to get any typedef'ed information. */ #define Size_t size_t /* length paramater for string functions */ #define MEM_SIZE Size_t typedef MEM_SIZE STRLEN; STRLEN xpv_cur; /* length of svu_pv as a C string */ STRLEN xpv_len /* allocated size */
I have no idea what that means, but it appears to be configurable somehow since Size_t is defined in a file called "uconfig.h".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: PV limits on 64-bit perls?
by BrowserUk (Patriarch) on Sep 23, 2009 at 02:43 UTC | |
by syphilis (Archbishop) on Sep 23, 2009 at 03:18 UTC | |
by BrowserUk (Patriarch) on Sep 23, 2009 at 03:25 UTC | |
by ikegami (Patriarch) on Sep 23, 2009 at 03:29 UTC | |
by BrowserUk (Patriarch) on Sep 23, 2009 at 03:32 UTC | |
by ikegami (Patriarch) on Sep 23, 2009 at 03:41 UTC |