Date: Mon, 14 May 2001 17:32:34 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Michiel de Bondt cc: djgpp AT delorie DOT com Subject: Re: how to use inline push and pop In-Reply-To: <3AFFE1FD.16E0E1E1@sci.kun.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 14 May 2001, Michiel de Bondt wrote: > Does profile give memory times as well? No, it counts the combined time used up by code in each function. (It can also be tweaked to time specific portions of code, I think.) > Probably, memory > loads should be postponed as long as possible. Or should they be distributed? Unless your data is very large, all the data is in the cache, so accessing memory is very fast anyway.