Phoebus Dokos wrote: > Anyways when I updated that little program once more and removed SQRT(f), I > replaced it with COS(f), SIN(f), ATAN(f) > and surprise, surprise: > With the FOR loop ranging from 1 to 100000 > and PRINT COS(f), ATAN (f), SIN(f) > SBASIC reported 3 mins 36 secs and TURBO 3 mins 48!.... Most time is spent in the Maths and PRINT routine, which are the same for both SBASIC and TURBO, therefore it's not amazing that the two values lie relatively tight together. Why SBASIC is faster? I don't know, but SBASIC surely has some advantages over Turbo because it can call OS routines like the floating point stuff directly instead of going through a vectored jump with all its overhead. Marcel
- TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 release) Thierry Godefroy
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Phoebus Dokos
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New Q... Thierry Godefroy
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Phoebus Dokos
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Phoebus Dokos
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Claude Mourier 00
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Phoebus Dokos
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New Q... Thierry Godefroy
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Phoebus Dokos
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New Q... Marcel Kilgus
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Claude Mourier 00
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New Q... Phoebus Dokos
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Claude Mourier 00
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Claude Mourier 00
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Jerome Grimbert
- RE: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Claude Mourier 00
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New QPC2 ... Wolfgang Lenerz
- Re: TURBO and SMSQ/E (was: Re: [ql-users] New Q... Tony Firshman
