On Oct 3, 2013, at 5:37 PM, Jean Baptiste Arnaud <jbaptiste.arnaud@gmail.com> wrote:
Using Nick's process for compiling the vm I reintroduce a process to compile StackVM on Rasp. So we have a StackVM compiling process on Rasp, with a simple CMakeConfiguration class and a simple install script for Rasp. Next step is to recompile from Rasp.
very cool, thanks!
One question remain: Where are / what is the working configuration for fastBitBlt (for arm)? Mindlessly add all sources files seems do not work (the FAST_PATH macro seems not called).
fast path sources are included in current vm sources (in github), but not taken into account for build the VM (bah, just the general parts, not the ones that should increase bitblt performance). If you want to look at them, they are in Cross/Plugins/BitBltPlugin there are a lot of those .s files that you love some much :D Esteban
Best Regards Dr Jean Baptiste Arnaud jbaptiste.arnaud@gmail.com