Re: [Newbies] Re: [] whileTrue: [] implementation

2011-10-05 Thread Bert Freudenberg
On 05.10.2011, at 00:24, nicolas cellier wrote: Bert Freudenberg bert at freudenbergs.de writes: On 04.10.2011, at 19:16, Erlis Vidal wrote: Thanks Bert! The byte code has the answer, I thought that the byte code will map the source code but I see that's not the case, probably to ensure

[Newbies] Re: [] whileTrue: [] implementation

2011-10-05 Thread nicolas cellier
Bert Freudenberg bert at freudenbergs.de writes: On 05.10.2011, at 00:24, nicolas cellier wrote: snip... gmane is a tyrant Yes, but log(n) is still not good enough for loops that run forever. Like the Morphic main loop. Or the idle process. I don't think it's possible to emulate

Re: [Newbies] Re: [] whileTrue: [] implementation

2011-10-05 Thread karl ramberg
On Wed, Oct 5, 2011 at 4:05 PM, Bert Freudenberg b...@freudenbergs.de wrote: On 05.10.2011, at 00:24, nicolas cellier wrote: Bert Freudenberg bert at freudenbergs.de writes: On 04.10.2011, at 19:16, Erlis Vidal wrote: Thanks Bert! The byte code has the answer, I thought that the byte code

[Newbies] Re: [] whileTrue: [] implementation

2011-10-04 Thread nicolas cellier
Bert Freudenberg bert at freudenbergs.de writes: On 04.10.2011, at 19:16, Erlis Vidal wrote: Thanks Bert! The byte code has the answer, I thought that the byte code will map the source code but I see that's not the case, probably to ensure some optimizations.. or to do that jump I