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. 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). Best Regards Dr Jean Baptiste Arnaud jbaptiste.arnaud@gmail.com
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
On Thu, 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.
Great ! where is the documentation to do that available ? Regards, -- Serge Stinckwich UCBN & UMI UMMISCO 209 (IRD/UPMC) Every DSL ends up being Smalltalk http://www.doesnotunderstand.org/
participants (3)
-
Esteban Lorenzano -
Jean Baptiste Arnaud -
Serge Stinckwich