ZLangJIT

Results 61 comments of ZLangJIT

> Are you trying to realign next auto zone to page boundary? yes but mainly realign next auto zone to a *free* zone that is currently unused

seems correct, i will check when i have time

i assume it installs headers to include/rvvm ?

https://lwn.net/Articles/429925/ might help a bit

In relation to DIA SDK, it can be fixed via ```yaml - name: install DIA SDK run: | set -x mkdir -p "C:/Program Files (x86)/Microsoft Visual Studio/2019/Professional" || true cp...

what would be an example of a program it can run on a unix host but not on a windows host ?

So to be clear, this DOES NOT simulate the entire riscv hardware but instead only the cpu with a syscall compat layer ? eg, you cannot boot a riscv linux...

> Does this answer your question? So we can close the ticket? yea, we need to use RVVM instead (a full risc-v system emulator (mostly complete, tho qemu-system-riscv64 has complete...

i tried doing this but i end up with a black texture (tho it has a valid id) ![Screenshot_20241226160832](https://github.com/user-attachments/assets/a993ca87-ba23-4a80-8f2b-56ef116995fa) ```cpp ImGui_ImplOpenGL3_NewFrame(); // we use an existing EGL context //ImGui_ImplAndroid_NewFrame(); //...

ok i fixed the black texture \o/ ![Screenshot_20241227113049](https://github.com/user-attachments/assets/cf0e79d3-e6cb-4516-97b9-486160bdab33) ```cpp void AppInstance::onDraw () { // we use an existing EGL context //ImGui_ImplAndroid_NewFrame(); // Setup time step struct timespec current_timespec; clock_gettime(CLOCK_MONOTONIC, &current_timespec);...