We are currently in the process of converting the website to the new design. Some pages, like this one, are still broken. We appreciate your patience.
Dawoodoz
Incorrectly aligned memory is not just a major performance factor. It's bad practice and can lead…
»
Nick Somefing
Upgraded my gpu drivers (GTX 1080ti) rebooted and it's still the same. Debugged the program again…
»
Nick Somefing
Yeah will do. I am going to upgrade my gpu drivers and check again.
»
Simon Anciaux
This looks like an issue with the nvidia OpenGL driver (or how 4coder uses it). You should commen…
»
Miles
You're overstating your case by a lot with regard to unaligned accesses. Unaligned memory access …
»
Nick Somefing
I have also noticed that the name of the exception is somewhat similar to what this community mem…
»
Nick Somefing
I added the breakpoint, saved the file and debugged the executable with Visual Studio and here is…
»
Jeff Knox
mrmixer. . . but your proposal for the loop seems weird to me. Sorry, I should have been more cl…
»
Dawoodoz
When your language has enums but no OOP, adding table-driven features would allow: * Removing rep…
»
Nick Somefing
Hi. I have not modified anything regarding the custom layer. Extracting it from the zip and runni…
»
Dmitriy Kubyshkin
@Dawoodoz I'm not exactly sure I'm getting what are you trying to say so please let me know if I …
»
Martin Dorazil
Hi, new release 0.9.0 is out! here Release notes: - Use LLD as default linker on Windows and Lin…
»
Simon Anciaux
I haven't looked at Zig (at all) but your proposal for the loop seems weird to me. If you want a …
»
Simon Anciaux
Did you modify any file from the custom layer ? Did you try starting up from scratch (extracting…
»
Nick Somefing
Hi ! I am pretty much new to this community so sorry if this post has been made before. I purchas…
»
Ryan
Yes, it all seems fine. I think I have ruled out x86/mm: Checked W+X mappings: passed, no W+X pag…
»
Mārtiņš Možeiko
Have you tried putting breakpoint on "syscall" instruction and verifying input register values if…
»
Ryan
I compile with -masm=intel Running on host it works fine. Memory is valid and zeroed. I based m…
»
Mārtiņš Možeiko
How exactly are you compiling that code? Because that inline assembly seems to use intel syntax? …
»
Ryan
I changed result to s64 result = 0; but I still get the same invalid memory.
»
Mārtiņš Možeiko
Your result variable is 32-bit int. Syscall returns result in rax register which is 64-bit. It pr…
»
Ryan
I seem to have encountered an issue with qemu memory allocation. 1 2 3 4 5 6 7 8 9 10 1…
»
Jeff Knox
I really wanted to like Zig, mainly because it seemed simpler than all the fad `C-killer` languag…
»
Dawoodoz
If you define a subset of functions that can only have fully defined operations without global va…
»
C_Worm
Allright big thanks! I also found a small bug in the naming of variables in the shader, but now …
»
Simon Anciaux
I'm rusty about all the OpenGL setup, but here are some things you may want to check: - The valu…
»
C_Worm
Hi! Im trying to use two VBO's, one for sprites and one for font/text rendering. However the gl…
»
spx
I just checked on windows 7 and the problem happens for me as well. From what I have gathered so …
»
Koen
Getting told to shut down a process is kind of like getting told to chop down a tree. Making a si…
»
Dawoodoz
An operating system can just remap memory pages to extend a continuous space of virtual memory ad…
»