Alexander Kolbasov writes: > Filed > > 6624541 dtrace aggregations should assume signed arguments
Perhaps a silly question ... but why not just follow the signedness of the argument provided? If the user provides an unsigned data type to the aggregation, then do unsigned arithmetic on it. If he provides a signed type, do signed arithmetic. (Just like the Fortran intrinsic functions. ;-}) -- James Carlson, Solaris Networking <[EMAIL PROTECTED]> Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084 MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677 _______________________________________________ dtrace-discuss mailing list [email protected]
