Hi Uz, Now that 2.13.0 is released - and seems to generate significantly faster code than 2.12. - it seems a good time to revive this thread, doesn't it? Best, Oliver On Fri, Sep 4, 2009 at 4:09 PM, Oliver Schmidt <ol.sc@web.de> wrote: > Hi Uz, > >> If you have any program that would qualify as a benchmark program and complies >> with 1-3, please let me know. > > What about some "usual suspects" like... > > - Towers of Hanoi > Simple to code from scratch. > > - Fibonacci numbers > Simple to code from scratch. > > - Sudoku solving > Either the cc65 user contribution code or i.e. > http://www.techfinesse.com/game/sudoku_solver.php. > > The latter ports quite well to cc65 (after replacing getopt() with > fixed parameters) and runs with relatively simple sudokus well. > Originally it uses recursion with an automatic variable to large for > cc65, so I moved that variable to the heap. The recursion deepth > depends on the sudoku complexity so with difficult ones it runs out of > heap memory on cc65 targets. You can provide a list of sudokus in a > file so you can get REALLY long runtimes if you want. However I don't > know if GPL qualifies for your requirement 3.) > > Best, Oliver > ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo@musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.Received on Sat Oct 17 23:40:49 2009
This archive was generated by hypermail 2.1.8 : 2009-10-17 23:40:52 CEST