Re: garbage collections, etc

new topic     » goto parent     » topic index » view thread      » older message » newer message

On Sat, 13 Nov 1999, Kat wrote:

> I'm back, with some more newbie questions!
>
> I forget, but i think someone covered garbage collections already,, some,,
> but is it possible, in a time-constrained section of code, to turn off all
> garbage collection until that section of code is done?

No, it's continuous and automatic. This brings up an interesting point,
however. If you have some code that seems to drag because of the garbage
collection, profile it and share the info. Maybe an on/off switch would be
something we could request for a future version of Euphoria, if we can prove a
need for speed.

> What about turning
> off type checking and range/bounds checking in a proven section of code and
> then turning those back on too?

with type_check turns it on, and without type_check turns it off, but not for
all checks. According to the manual, Euphoria runs faster with some checks in
place, so you can't turn those off.

Re: windows delays (snipped) I notice the same kinds of delays all the time
with Win 98. Even clicking on an icon can sometimes cause a delay of a couple of
seconds before anything happens. Not even a cursor change or the darkening of
the icon. Who knows what Windows is doing?

Irv

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu