Page 1 of 1

new feature: VM hybrid mode for faster compilation

PostPosted: Tue May 22, 2012 6:49 am
by berndnoetscher
Hi all,

I am working on a new compilation mode which mixes C++ code with VM byte code (as you know KBasic is VM byte code based), which will bring faster compilation. For code changes within functions there will be nearly zero time for compilation, I expect. So far all looks good. Keep you informed.

Re: new feature: VM hybrid mode for faster compilation

PostPosted: Fri Jun 08, 2012 4:37 am
by yogiyang
Hello B,

Can we assume that we will be able to compile (Q7Basic's or KBasic's)code dynamically at run-time (like it is possible in .NET) from external modules?

Re: new feature: VM hybrid mode for faster compilation

PostPosted: Mon Jun 11, 2012 7:39 am
by berndnoetscher
yogiyang wrote:Hello B,

Can we assume that we will be able to compile (Q7Basic's or KBasic's)code dynamically at run-time (like it is possible in .NET) from external modules?


This is not planned yet, and I believe other features are much more important.

Re: new feature: VM hybrid mode for faster compilation

PostPosted: Wed Jun 13, 2012 5:21 am
by yogiyang
Yes you are right. but I could not hold myself back from asking. :)

In fact as I have studied Qt quite a bit (of course not as much as you) I found a very scripting control in it and I think we can easily add scripting support to Q7B based apps.

Just my 2 cents.