lunes, 3 de diciembre de 2012

Harbour 3 runnning under Flash!


In the list develop, Aleksander Czajczynski info;

Flash 10.4 single-threaded tests (not much Flash API used, so in my case 10.2 players also take it):

- http://www.fki.pl/hb/flashvm/hbtest.swf - Harbour regression suite test
- http://www.fki.pl/hb/flashvm/speedtst_gc3.swf - filename says it all
- http://www.fki.pl/hb/flashvm/hbrun.swf - compiler with simple text output

Flash 10.5 multi-threaded tests (Google Chrome PPAPI plugin has 10.5 revision, but seems to be a bit older, and doesn't work)

- http://www.fki.pl/hb/flashvm/hbrun_term.swf - hbmk2/hbrun with ANSI terminal (based on Peter Nitsch as3ansi)
- http://www.fki.pl/hb/flashvm/speedtst_gc3_st_term.swf - terminal variant of speed test
- http://www.fki.pl/hb/flashvm/speedtst_gc3_mt4_term.swf - terminal variant of speed test, spawns 4 threads


Oh! Fantastic ;-)

No hay comentarios:

Publicar un comentario

Android y Git. Disponer del hash automáticamente.

Una de las cosas a las que estoy acostumbrado, es tener siempre en mi código, el hash/tag/versión del control de versiones que estoy usan...