[Gambas-user] Draw.Image in Just In Time Compiler
Benoît Minisini
gambas at ...1...
Sun Jul 8 03:42:28 CEST 2012
Le 08/07/2012 03:16, Алексей Беспалов a écrit :
> Hi!
> Are expect a performance boost when used Just In Time Compiler in the work
> with Images?
>
> for example:
>
> Image.Load()
> Draw.Image(...
> hImage.Rotate(...
>
> and etc.
>
The JIT compiler optimizes the interpreter, not the library code. So
don't expect any performance boost.
Regards,
--
Benoît Minisini
More information about the User
mailing list