You are halfway there,
You can have 4 accumulators, then you don't need to do a horizontal add …
Hey guys. After finishing the first SIMD section of HmH (~days 115-120) I started SIMDizing some …
collin —
Splitting up a task over multiple frames is a pretty good suggestion. I kinda take that for grant…
Some focus on how game programming is soft real-time programming.
The blessing and curse of amo…
You can also merge .rdata and .text sections that will reduce size a bit (because of alignment &a…
collin —
Hi everyone, longtime lurker, first time poster.
I recently started a job teaching programmin…
The first 300-400 bytes of the executable contain the PE-header which tells the loader how to sta…
Greetings fellow programmers!
I've stumbled upon a very peculiar phenomenon. Whenever I'm executi…
I am putting this project on hiatus for the moment. I have not been able to make progress on this…
This feature has not been started. Hard to say when I'll be able to get to it, honestly, but lett…
Hi George,
What is the status of this request? It would be super helpful for me. The current pro…
direbroom
Let me know how you will want to proceed.
If you'll send me an email so I have your a…
michael
Just following up to see if you've made any headway on the bug that causes some variable…
Chen —
Thanks for the coverage Ryan! I've been very busy recently, so I hadn't post any new updates. I f…
Hey George,
Just following up to see if you've made any headway on the bug that causes some vari…
I don't have a real example, but time could be a factor in your application.
If you have 1 GB of…
mrmixerIf I understood your description correctly, you seem to have three memory use case:
- Perm…
Okay. Sounds good. Looking forward to the next update then! :)
Hi,
unfortunately I don't own all the code (aka symbols) in the project where I've encountered t…
I haven't tried MAP_NORESERVE. Since I'm already already getting the full 128 TiB range user-spac…
Thanks. Did you try MAP_NORESERVE (and PROT_NONE maybe) ?
I'm back with some experimental results. I've only tested one machine and one kernel, so don't ta…
RemedyBG 0.2.2.1 has been posted. This minor release fixes a problem in the code used to compare …
spx —
unfortunately there is no variable support at the moment because manual editing isn't expected to…
Guntha —
A dump of recent progress, not in chronological order:
Threaded automatic save/load, including a…
miotatsuIf Ryan is going to be interviewing project owners I call dibs on being the first one int…
Hey,
Couldn't find any window for theme customization so I assume editing text files is the way …
wesley —
The reason for one is that it helps to ask questions conversationally in real-time. A forum can't…
RemedyBG 0.2.2.0 can now be downloaded on itch.io and contains the following bug fixes / enhancem…
Sev,
Because querying for a symbol and its line information is so common, these two sections of …