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.
Nikita Smith
I think since April or May.
»
Connor
First, looks great already. Second, how long have you been working on this debugger? - Connor
»
Timothy Wright
Miblo Cheers, Timothy, I've added it to the Bug Reports list. That "highlighted quote" idea soun…
»
David Butler
My recommendation, is do whatever is easiest for you currently... If you are actively using both…
»
Twicetimes
I'm currently compiling some code I initially wrote under MSVC using GCC/G++ on linux. Even with…
»
Jeroen van Rijn
Kelimion timothy.wright I haven't gotten the "quote" button in the forum to work yet. I expect i…
»
Jack Mott
You are right that toy examples don't get at the real challenges of software development. It woul…
»
Kim Jørgensen
Now it is :-)
»
Nikita Smith
You are totally right, that is a typo. For some reason I didn't notice that for really long time.
»
Nikita Smith
Right now it's not usable, stepping sometimes fails if debugger tries to step inside a CRT functi…
»
Casey Muratori
Is this filed as a bug on the GitHub? - Casey
»
bimbinel
I've been playing around with an OSX platform layer that uses Metal for rendering. I was wonderin…
»
Andrew Chronister
Pretty sweet! Kind of amazing visual studio hasn't done this after 20 years... (BTW, pardon my p…
»
Casey Muratori
Looking really sweet! - Casey
»
Casey Muratori
No, it cannot. We control the timing (obviously), so we only reload the DLL after the debug coll…
»
graeme
What about rather than 'write the obvious code', which will be different in every language, inste…
»
drjeats
That is a tough thing to justify when you're on the other side of the ocean :/ Seems like record…
»
Jonathan Blow
I would like to clarify that when I say "type the obvious code" I am not talking about things on …
»
Michael Fairley
Stumbled across this recently and thought it would be of interest to folks here: Data-Oriented De…
»
Simon Anciaux
Thanks, I updated the original post to open the file as read only.
»
strangezak
How long til we can use this ? Also is there anything i can help out with on this ?
»
Allen Webster
Awesome thanks! You can make a read only buffer by buffer_set_setting and using the BufferSettin…
»
Gianluca Alloisio
Hmm. String copying is made atomic? Unfortunate timing could catch the copying during dl loading.…
»
Jack Mott
While new languages could be improving the wheel, a lot of them are just slight rehashes of an ol…
»
Timothy Wright
Things from the Article I would like to discuss: 1. All we are really doing is reinventing the w…
»
Jack Mott
ConcatAndCrushTheGC("First Half","Second Half"); That should scare people off
»
ratchetfreak
MandleBro I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so w…
»
Jack Mott
The string example is a good one. Most managed languages, adding strings with the + operator is…
»
Jack Mott
I think it actually gets memory throughput bound with the 'obvious' SIMD solution, so we may need…
»
Laurie
I saw this and was really interested, but being based in the UK it's not really practical for me …
»