Optimized functions

Issue #46 resolved
Pablo Antonio Navarro Reyes created an issue

Okay. I'm a bad programmer and this idea shouldn't be needed... But! :)

What if PixTudio had another type of functions without locals? It would be quite faster when doing thousands of calls in a frame!

I would call it FastFunction :)

Comments (2)

  1. Joseba Echevarria García repo owner

    Thanks for the suggestion.

    I believe that the logical step to increase CPU performance would probably be to add JIT support for the interpreter. That should make it much faster without including any special changes to the language.

    So, I'm going to pass for now :)

  2. Log in to comment