in reply to Re^5: Storable- long integer size
in thread Storable- long integer size
Why is it effectively insisting that longsize be the same - especially given that longsize typically differs between linux and windows ?
My guess is that its because no one who appreciates the difference between LP64 & LLP64 programming models has really looked at the code since it was ported to 64-bit.
The code simply makes no attempt at differentiation. The magic_check function from Storable.xs :
(The comment could be read to suggest another, less generous, interpretation.)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Storable- long integer size
by syphilis (Archbishop) on Oct 22, 2015 at 10:47 UTC | |
by BrowserUk (Patriarch) on Oct 22, 2015 at 11:17 UTC | |
by syphilis (Archbishop) on Oct 22, 2015 at 13:21 UTC | |
by BrowserUk (Patriarch) on Oct 23, 2015 at 09:48 UTC |