rofl0r

Results 904 comments of rofl0r

(you might be interested in https://github.com/arsv/minibase which offers a built-in "libc" using similar approach)

> @rofl0r , may I ask, why did you point out the ability of hardcore-utils to be built standalone? imo, it's way more convenient for both building and debugging: `gcc...

> Strangely, having statically compiled binaries somehow seem to be more responsive. > Shorter loading and execution times. theoretically static linked binaries should be slightly faster for 2 reasons: 1)...

> Like what I did today (tonight) .. > I'm not really sure what it was. well, this should not happen when you use git which you do. a `git...

added some commits to make rendering performance 15x faster, and fix the command line parser.

@kallisti5 i updated the SCons scripts and added a note to INSTALL that the makefile isn't supported, so imo it can be kept as a bonus but users that prefer...

> I'm not really interested in moving away from SCons also this PR doesn't remove or deprecate scons, it simply adds the Makefile as an option - and since it's...

> when any rom started.. there's a peak of sound at start tht almost break my ears i experienced this too when i started hacking on huexpress (so it seems...

thanks for your reply. for the moment i ended up using the 64bit method from this stackoverflow post that links here: https://stackoverflow.com/questions/664014/what-integer-hash-function-are-good-that-accepts-an-integer-hash-key (second answer with 157 upvotes), though i'd certainly...

looks much nicer now.. how about putting the compiler sources into src/ ?