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.
Mārtiņš Možeiko
notnullnotvoidFor functions that small, it turned out not to make a difference on any of the comp…
»
Miles
At least in principle, -O0 through -O3 should provide a continuum of optimization (with -Os admit…
»
ratchetfreak
mmozeikoI'm confused.. doesn't 4coder allow you to write any text you want? I presume he means s…
»
»
Mārtiņš Možeiko
I'm not sure it is useful to graph O0/1/2/3/s levels as line-chart. It should be bar chart, becau…
»
Miles
Out of curiosity, I recently spent some time (maybe too much time) taking measurements of my soft…
»
Mārtiņš Možeiko
I'm confused.. doesn't 4coder allow you to write any text you want?
»
Jeremiah Goerdt
I'll give it a shot if we get enough people involved.
»
Chen
Sounds like fun, I'm in!
»
Xavier Belanche
Any chance? I know that's not the main purpose of 4coder, but... Best, Xavier
»
paked
Hey everyone! Historically, I haven't been much of a forum user -- but I've been relatively activ…
»
Mārtiņš Možeiko
I'm not sure who, why and where considers smaller integer types slower, but my gut feeling is tha…
»
Draos
i see, so everything you said made a lot of sense, but then why are the smaller integer data type…
»
Mārtiņš Možeiko
If we are talking only about Intel architecture, then even in 64-bit mode it does operations on 3…
»
Draos
Hi, so very often in the episodes, alignment on a 32-bit boundary is brought up, because the CPU …
»
Simon Anciaux
I knew the order is important but still I messed it up. Thanks
»
Jason
Okay, thanks for the input.
»
Ryan Fleury
Awesome, thanks for the quick response! Looking forward to future updates. :)
»
Mārtiņš Možeiko
boagz57can you just put up a statement online of how to use your license and then anyone can use …
»
NelsonMandella
boagz57It is my understanding that all software, once created, is automatically covered under the…
»
Jason
I had a quick question for anyone who might know any of the legal issues surrounding software. It…
»
John Brexton
awesome! such a useful website too. so much easier than creating a test VS project just to look a…
»
Nikita Smith
DelixHey there! I just started working with CDbg and am loving it thus far! I do, however, think…
»
Mārtiņš Možeiko
It depends on code around it. But as you say, compiler may decide to not put values on stack, but…
»
John Brexton
Hey guys, I am a bit of a beginner (on episode 7 of HMH). I had a shower thought today, and just …
»
bewwys
Hmm, I was misleading by an example in the book call "The x window system" where the author talks…
»
Mārtiņš Možeiko
Why would you want that? X11 was designed for use case when client is the one that has "weaker" r…
»
bewwys
Hmmm my first thought was that I can do all the rendering in a remote client (some crazy machine)…
»
Mārtiņš Možeiko
It's actually not so simple in context of games. If you want to use hardware accelerated API suc…
»
bewwys
Hello everyone, I'm currently learning X11 protocol and the xlib implementation of it and I love …
»