Login
Discover
Waves
Decks
Plus
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Payouts
Muted
Promoted
Global
Top communities
Create decentralized community
latest #compilers created topics on internet
mtl1979
linux
2023-02-18 04:30
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
2018-09-16 19:20
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
markgritter
programming
2018-07-25 05:35
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
2018-07-08 02:26
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
ydaiznfts
Hive Gaming
2026-04-19 20:05
Promoted
Testing the new TFT set - Teamfight Tactics - [ESP/ENG]
Image created in Canva Source Bienvenidos gamers de Hive, se vino un nuevo sett de teamfight tactics, y con este una nueva modalidad, (BASTA DE CARRUSELES), ahora desde el inicio nos muestran dos deidades
$ 0.263
23
markgritter
programming
2018-07-06 19:03
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
2018-07-05 21:00
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
2018-01-22 19:28
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
2016-09-19 16:55
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
darth-azrael
photography
2026-04-22 23:04
Promoted
Vintage Photos - Lot 6 (221-224)
I believe that most of the photos in this set were taken in the early 1980s, probably in the Lansing, Michigan area.
$ 0.945
87
1
andy68107
computers
2016-08-18 20:22
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