hi,
In some opengl es soft implementation, there are many technologies to improve the performance. The important is the JIT compiler.
Just like the Vincent, it has implement the JIT back-end compiler for ARM microprocessor.
But If I am aimed to another microprocessor, what I should do to implement the JIT complier?
Wheather I should write all the codegenerator library and JIT backend complier for the other microprocessor?
Does Someone have good advise for me? Thank you very much!
In some opengl es soft implementation, there are many technologies to improve the performance. The important is the JIT compiler.
Just like the Vincent, it has implement the JIT back-end compiler for ARM microprocessor.
But If I am aimed to another microprocessor, what I should do to implement the JIT complier?
Wheather I should write all the codegenerator library and JIT backend complier for the other microprocessor?
Does Someone have good advise for me? Thank you very much!