I suppose you can count me in if you like. I'm D3m0n1q733rz. I'm curious to see if this version of Recalbox will include the most recent version of Binutils. One of the biggest problems I had was getting it to compile binutils with gold and plugin support for LTO. It would have sped things along. It took me a while to figure out to include the flags in the configuration for Binutils, LD and GCC, and the rest in the actual make command line. Perhaps we could include a method to include all flags for used (pre)compilers in the configuration file with support for ${foo} to copy GCC flags to things like Graphite, LTO, FD, etc. Well, I can't promise how much help I'll be outside of compiling. I've been more focused on Binutils and helping get those bugs out, but I had been trying to optimize this compilation a few times for better speed in certain emulators otherwise considered dramatically slow or stuttery. Might I recommend trying to profile the runtimes of some of these programs for further optimization on a recompile via -fprofile-generate --fprofile-dir=profile and --fprofile-use on pre-builds? It's just a thought. The only issue is that we won't end up using the entire program on some profiles, so it will help minimally. Anyway, that's my two cents worth. I'll look forward to helping out on anything with this project. Thanks!
Best posts made by d3m0n1q733rz
-
RE: Testers team - Looking for people