Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue

Liste des GroupesRevenir à cl c  
Sujet : Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue
De : fir (at) *nospam* grunge.pl (fir)
Groupes : comp.lang.c
Date : 20. Mar 2024, 16:06:15
Autres entêtes
Organisation : i2pn2 (i2pn.org)
Message-ID : <uteqgj$2g5vi$2@i2pn2.org>
References : 1 2
User-Agent : Mozilla/5.0 (Windows NT 5.1; rv:27.0) Gecko/20100101 Firefox/27.0 SeaMonkey/2.24
Malcolm McLean wrote:
On 20/03/2024 13:15, fir wrote:
>
the idea is then compiler met the queue keyword it
not generates call to function but stores the pointer to it and
the arguments into separate runtime 'list' (it is internal array)
and then continues execution of the parent function
>
>
And we need big stacks so that people can use poor programming
approaches without the system falling over, and we need small stacks
becausem whilst modern stacks are usually just in cached main memory, if
stacks are small then potentially the hardware people can manufacture
very fast and as a tradeoff therefore very low capacity, special memory
to use for the stack.
>
nah thet talking on low stacks is probably bulshit...there is a thing called
"hardware prefetchers" and if you use that stack liek an array (and that
what as i describe is like that its an 'list') then you got it totally
pre-cached...see my other threads i incidentally was writing as an answer of what said somewhat "against" stacks

Date Sujet#  Auteur
20 Mar 24 * PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue5fir
20 Mar 24 +* Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue3Malcolm McLean
20 Mar 24 i`* Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue2fir
20 Mar 24 i `- Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue1fir
20 Mar 24 `- Re: PROGRAMMING TODAY new approach in C strict runtime allows us to improve reccurency: call queue1fir

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal