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.
Peter
Alright! So, partly from some late night stupidity, and partly from having a static variable in …
»
Oliver Marsh
thumbs up for the project learning as well. i think having some sort of list of projects that an …
»
LaresYamoir
Sounds interesting, but I already have a project to work on. Though if it becomes a regular thing…
»
ratchetfreak
If a struct survives a code reload (it's stored in of the persistent memory) don't change it. Th…
»
Abner Coimbre
(Re: Education) There's a time-constraint problem, too, among experts and influential people will…
»
Abner Coimbre
swiftonYou aren't trying to create knowledge and put it on the website. You are trying to take yo…
»
Mārtiņš Možeiko
As you said - you cannot use global variables in DLL across reloads. You cannot use static varia…
»
Peter
Casey, thanks for all your hard work. Cant believe Ive only just now found your guides. Keep up t…
»
Luis Reyes
Sounds cool! I'm definitely interested
»
Simon Anciaux
I wanted to try it out, but I only have a Debian 32bit machine and an Arch linux 64bit VM. I try …
»
Miles
I like the idea of forming teams. It'd be a nice opportunity to maybe work together on something …
»
Oliver Marsh
That would be fun. I was just thinking of trying to do something similar, make something each wee…
»
Allen Webster
I don't plan to make a full previewer type thing, although in theory it will be possible in the c…
»
Miles
When you said "sometimes it helps optimizer to do better decisions", I assumed you meant with res…
»
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
»