Re: X86 Built-in Functions

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



grovenjl@xxxxxxxxxxxxxxx writes:

> So, obviously one could just use optimization, but I would thing
> that gcc would use all registers even without specifying an
> optimization level.

That's a conscious choice to make debugging easier; no optimization
means *really* nop optimization.

> I'm also curious why the gcc team decided to make the builtin
> functions return a value, rather than just working the way that the
> processor works.

I suppose because they're a lot easier to handle this way, and also
otherwise they would have semantics which doesn't fit with the C
programming language.

-- 
	Falk

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux