Alf-André Walla

Results 95 comments of Alf-André Walla

You don't really need many system calls to get going. My advice is for every need to make a dedicated system call. If you need to read a file into...

Without looking at all the code I can't tell if that's going to work, but I'm going to guess no. There is a hard border between a sandbox and the...

If you do away with the extension then you can have godot riscv script, and you are right about how this would work. I pressed close issue somehow, maybe an...

If the initialization is very boilerplate I would consider making a single system call, or calling it automatically outside of RISC-V. It really depends on how it works. But a...

This might be a false alarm, as it works with all bells and whistles, except flat memory mode. ``` $ ./rvlinux ../binaries/STREAM/rv64gc-stream ------------------------------------------------------------- STREAM version $Revision: 5.10 $ ------------------------------------------------------------- This...

My crate? I didn't consider that, and yes you are completely right. My project is in a folder called rust. I guess that makes it a crate in the world...

Yes, I have done that, and it does show the targets when listed: ``` $ cargo fuzz list fuzz_target_1 ```

I have the same problem. Hundreds of "sections of different size" and occasionally multiple definitions of operator == for type_info. ``` ld: C:/msys64/mingw64/lib\libstdc++.a(tinfo.o):(.text$_ZNKSt9type_infoeqERKS_+0x0): multiple definition of `std::type_info::operator==(std::type_info const&) const'; CMakeFiles/dm2.dir/src/script/script_f_map.cpp.obj:C://msys64/mingw64/include/c++/12.2.0/typeinfo:194:...

Feel free to give some input on what the defaults should be. Zero bytes transit buffer has to be allowed, because that disables the feature.

I rebased against latest and added a commit message. The message is not very long right now so if there's anything you would like me to add there, I will...