in reply to Re^7: Perl 64-bit versions
in thread Perl 64-bit versions
That has always worked in 64bitint perls!
What is this (in your ouput?):
=== /usr/bin/perl 5.014002 i586-linux-thread-multi Negative offset to vec in lvalue context at -e line 1.
And this (on mine):
C:\test>test -S=1 -L=12 5.014002 # +# perl version 1431374382 # +# offsets to vec 1070103942 224876390 1364159134 875710158 4060380287 # +# < 2**32 > 2**31 Negative offset to vec in lvalue context at C:/Perl64-14/site/lib/Bloo +m/Filter.pm line 206.
Line 206 of Bloom::Filter:
# flip the appropriate bits on print(), vec($self->{filter}, $_, 1) = 1 foreach @{$self->_get +_cells($key)}; ## print() added
perl -V:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: Perl 64-bit versions
by Eliya (Vicar) on Mar 13, 2012 at 18:50 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2012 at 18:53 UTC | |
by Eliya (Vicar) on Mar 13, 2012 at 19:03 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2012 at 19:39 UTC | |
|
Re^9: Perl 64-bit versions
by Tux (Canon) on Mar 13, 2012 at 17:51 UTC | |
by BrowserUk (Patriarch) on Mar 13, 2012 at 17:54 UTC |