emacs-devel
[Top][All Lists]
Advanced

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

usefulness of NO_ARGS_ARRAY


From: Dan Nicolaescu
Subject: usefulness of NO_ARGS_ARRAY
Date: Thu, 15 Apr 2010 18:13:49 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux)

NO_ARGS_ARRAY is currently only used on 32bit x86 non-MS Windows machines.
It's doubtful that the few instructions saved make any difference on
modern machines...

NO_ARGS_ARRAY assumes that function arguments are passed on the stack,
but that is not true when using the -mregparam option, or when the
compiler decides to change the calling convention (like gcc-4.5 can
when using -flto).

Do we still want to keep NO_ARGS_ARRAY?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]