Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
compilers
mtl1979
linux
Saturday, February 18, 2023 4:30 AM
April 1st, 2023 marks end of mainstream support of Ubuntu 18.04
There is still some virtual private servers that rely on gcc 6.x series and Ubuntu 18.04 as gcc 7.x series is known to cause issues when running inside qemu based virtual machine on some Intel Xeon processors.
$ 0.000
1
markgritter
programming
Sunday, September 16, 2018 7:20 PM
Compiling swap()
"How do I swap two variables without using a temporary variable?" is one of the dumber programming questions. Please tell me you don't use this in interviews. There's the sensible way, the way
$ 2.255
34
2
1
markgritter
programming
Wednesday, July 25, 2018 5:35 AM
Handling integer overflow
In a previous article I showed that the Swift compiler checks for overflow after every mathematical operation, like this assembly fragment: imul rdi, r8 jo .LBB1_10 That's part of the language; in C or
$ 0.296
12
2
markgritter
programming
Sunday, July 8, 2018 2:26 AM
How does a compiler implement division?
Many programmers realize they can replace division or multiplication by a power of two with a bit-shift operation that is (usually) more efficient. But what if we want to divide by a constant other than
$ 0.191
18
1
ruhlar
SciFi Multiverse
Tuesday, August 5, 2025 7:34 AM
Promoted
A painful memory that still stays with me, the flood in ikorodu Lagos.
source Natural disasters can happen anytime, and most times, we don’t even see them coming. I’ve witnessed a few in my life, though not too extreme, but serious enough to leave an impact. The one that
$ 1.543
50
15
markgritter
programming
Friday, July 6, 2018 7:03 PM
Do Compilers Implement Horner's Method?
Horner's Method Suppose you want to calculate the value of the degree-3 polynomial ax^3 + bx^2 + cx + d for a particular x. The really inefficient way is to compute ax^3, then bx^2, then cx, then d, and
$ 0.183
10
2
markgritter
programming
Thursday, July 5, 2018 9:00 PM
Compiler Explorer: a Rosetta Stone for Compilers
godbolt.org is a tool for exploring compiler behavior and output. It offers the ability to compile C++ and other languages with a variety of different compiler versions and machine targets, and view the
$ 0.138
9
2
riyasaat
codeblocks
Monday, January 22, 2018 7:28 PM
How to Setup CodeBlocks|| What is IDE? || Tutorial 1 || Learn C Programming From the Scratch Series
What's up good folks, it me @riyasaat the ultimate techno freak is back again with my very 1st blog of the series call "Learn C Programming From the Scratch Series". In this blog I'll be
$ 0.000
2
alexgr
development
Monday, September 19, 2016 4:55 PM
Creating faster C/C++ binaries without changing a single line of code
The last few years, while trying to squeeze any performance possible in CPU mining, I've tried all sorts of "peripheral" things (=changing 0 lines of code) in order to attain the best possible results.
$ 5.438
182
8
1
tonyz
photography
Friday, August 8, 2025 8:08 PM
Promoted
Bretagne, France.
Travelling in France. Hiking trip with great views!
$ 4.862
179
2
1
andy68107
computers
Thursday, August 18, 2016 8:22 PM
Some Information on C# and how the JUST IN TIME compiler works
I am an Information Technology student, and as such I have wrote many papers as homework assignment. Some of which have some interesting if not valuable information. All of which have summarized hours
$ 0.000
3
Top communities
Create decentralized community