On 07/03/15 19:11, Jakub Jelinek wrote:
On Fri, Jul 03, 2015 at 06:51:57PM -0400, Nathan Sidwell wrote:
IMHO this is a step towards putting target-dependent handling in the target
compiler and out of the more generic host-side compiler.
The changelog is separated into 3 parts
- a) general infrastructure
- b) additiona
- c) deletions.
comments?
Thanks for working on it.
If the builtins are not meant to be used by users directly (I assume they
aren't) nor have a 1-1 correspondence to a library routine, it is much
better to emit them as internal calls (see internal-fn.{c,def}) instead of
BUILT_IN_NORMAL functions.
thanks, Cesar pointed me at the internal builtins too -- I'll take a look.
nathan