I'm unsure how ASAN costs more memory than a page allocator. Because a shadow byte accounts for 8 …
Yes, enabling ASAN makes your code slower. And requires a lot more memory.See
Before using ASAN, what I usually do to "poison" a region of memory is to have an end-of-page allo…
Leo —
I see. That sounds like a robust approach. In the case of a path tracer in fragment/compute shader…
The only way I can see that working is by doing double buffering on the slow thing. That way you c…
Minidump debugging. Symbol server support. Custom pdb locations (I think remedy added this only ve…
Leo —
Let's say I'm path tracing a fairly complex scene, which results in a low framerate, but I would a…
I pretty much use only VS debugger because other debuggers are lacking too many features I use. Ca…
I pretty much use only VS debugger because other debuggers are lacking too many features I use. If…
F11 will step into ASAN internals, but you can disable that with /JMC compiler argument. It's beco…
This is an additional idea that could be added to the new site. Instead of having specific educat…
Just wanted to support mrmixer in what they were saying, I'm not a big fan of discord (mainly it j…
When you run in VS, you get this: image.png Source code stops on line that triggers asan, but you …
So if you're using VS or Remedy, can you fix any of these things: When ASAN is triggered, does the…
Glad you're back on BEdit. 10 seconds still seems like a long load time. Did you plan to have the …
Oh, sorry I misread raddbg. In raddbg support for asan probably is in worse state. I think some th…
windows.h should not produce any warnings on /W4 and /analyze Yeah, it's not "Windows.h", it's win…
Jens —
One of my wishlist-items for BEdit has been plotting, especially when dealing with wav-files. Is t…
Yeah, it's pretty normal for it to take more time - as it is doing more things. Usually you don't …
Nice to know I'm not alone.
/analyse turns the static code analyzer On. The static code analyzer will check your code for erro…
Just finished watching Martin's Boston lecture about errors and compilers. Very useful lecture, bu…
The new website design is indeed designed to make the site much more lively. There's so much good …
You two are not as alone as you think. Over in Handmade Cities we have fans of the conferences and…
You are not the only one feeling like that, i'm also having similar thought about the main site an…
hi :) I am developing a neovim plugin that implements the named pipe api to drive remedybg from wi…
hi :) there currently doesn't seem to be support for coroutines () is this something that is plann…
Hi. I'd like to express some concerns I had for years about handmade.network. They are not going t…
Hello Handmade Network! 2024 has been great so far. Most notably, we held our first-ever Learning …
So is it safe to say that the 2 windows' width will be the same the only difference is the height …