Re: A92: Ti getting slower...


[Prev][Next][Index][Thread]

Re: A92: Ti getting slower...






VINCENT VIVES schrieb:
> 
> ok.
> Here is another stupid question :
> I have a prog, with a subroutine. I run my prog. I call my subroutine ( it
> clears a part of the screen. That's normal ). I do something, else, I call
> my subroutine again, and then she runs more slowly than the first time. Why
> ?? I really don't see.
> The weirdest is that if I run my prog, i do some things, then I call my
> subroutine : it works fast. Then I do the same things, and I call my
> subroutine again, it's going slow.
> Does anyone have an idea ?
> 

The only reasons that could cause that speed difference could be 
changes in the interrupt routines. Did you switched off interrupts
the first time? (if interrupts are disabled the calc will be a little
faster) Did you use grayscales? They would slow the calc down.


References: