swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Add #define guards for non-null checks #102

Open sethrj opened 5 years ago

sethrj commented 5 years ago

This would improve LTO-enabled performance gains without having to define new typemaps.