in reply to Re^3: 64 bit integers woes
in thread 64 bit integers woes
CAST_INLINE only determines if the cast is done inline or if a subroutine is called to do the cast.
About 80% of the mass of macros used in Perl would be far better implemented as subroutines with the inline keyword attached. That one step would reduce the clutter in the Perl sources immeasurably, and it'd probably run faster.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: 64 bit integers woes
by ikegami (Patriarch) on Sep 09, 2009 at 14:06 UTC |