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…
mmozeikoI'm confused.. doesn't 4coder allow you to write any text you want?
I presume he means s…
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…
I'm confused.. doesn't 4coder allow you to write any text you want?
I'll give it a shot if we get enough people involved.
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…
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…
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 …
I knew the order is important but still I messed it up. Thanks
Jason —
Okay, thanks for the input.
Awesome, thanks for the quick response! Looking forward to future updates. :)
boagz57can you just put up a statement online of how to use your license and then anyone can use …
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…
awesome! such a useful website too. so much easier than creating a test VS project just to look a…
DelixHey there!
I just started working with CDbg and am loving it thus far! I do, however, think…
It depends on code around it. But as you say, compiler may decide to not put values on stack, but…
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…
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)…
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 …