This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: PATCH: Special case DECL and TREE_LIST allocations


On Thu, Jan 04, 2001 at 01:35:13PM -0800, Mark Mitchell wrote:
> However, we might at some point want to special case the division; we
> could (by introducing a greater-than comparison and branch) avoid the
> division.

Or by pre-calculating a multiplicative inverse and shift pair.


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]