Alf-André Walla

Results 95 comments of Alf-André Walla

Shared library support is now complete (as complete as it can be without scanning for local dependencies) with https://github.com/fwsGonzo/libriscv/pull/109

There is now a verification test runner: https://github.com/fwsGonzo/libriscv/tree/master/tests/elf It passes everything except fsflags emulation. I will work on that at some point, perhaps enable it as a build option. The...

I think this can be closed now as the emulator is fairly mature at this point.

One idea here is to use the heap allocator to guarantee the object doesn't cross a page. If that were added, we could allocate and emplace objects at-will.

> One idea here is to use the heap allocator to guarantee the object doesn't cross a page. If that were added, we could allocate and emplace objects at-will. I've...