Ticket #105 (NULL checks)

Andy Dougherty doughera at lafayette.edu
Tue Dec 30 22:12:16 UTC 2008


One trap:  If the gcc attribute_nonnull is still used for these same 
functions, gcc can optimize away the NULL checks, rendering them useless.  
I'd recommend also getting rid of the attribute_nonnull gcc checking.  I 
have posted about this at length in previous RT tickets, if you need more 
background.

-- 
    Andy Dougherty		doughera at lafayette.edu


More information about the parrot-dev mailing list