On Thu, Oct 16, 2008 at 7:58 AM, Myles Watson mylesgw@gmail.com wrote:
The question is what attribute can be used to make those functions have the normal calling convention when compiling with -mregparm=3. We're using -mregparm=3 for speed reasons.
The simplest thing: put all the functions that need regparm=0 in one file, compile that file with regparm=0
ron