We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Zephir JIT compiler

Is there any news when we can run phalcon 2 using the Zephir JIT compiler? Or is there a faster way for me to test some changes to the framework without me having to rebuild it with every small change?



98.9k

We're now focused on the Zephir AOT compiler, once it has most of its required features implemented we can continue working on Zephir JIT runtime. Also, any collaboration from the community to improve/finish that project is very appreciated.

How is the dev-team currently working on the phalcon framework? Because for me It takes about 60 seconds to compile it. It must be a pain to wait that long everytime you change something.



98.9k

Yes it is, the same was with C, first time it takes a lot of time compiling the whole project, then it performs an incremental build just compiling those files who changed.

Hmm. Should I be running zephir "build" command when I've changed something? Or should I invoke some other command? Because I don't have the feeling it's an incremental build.