CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
compiler-optimization
08-27
Software design
How should I initialize my global variables?
08-18
Blockchain
How do I get clang/gcc to vectorize looped array comparisons?
08-12
Software design
Function alignment in .o / .obj modules
08-05
Software engineering
Do forward declarations disable any runtime optimizations?
07-27
Software design
why python compiler doesn't ignore syntax errors after exit()?
07-18
other
Can the python compiler optimize two consecutive function calls with identical arguments?
07-16
Software engineering
How to find the matching element in a tiny array with unique elements as quickly as possible?
07-13
Net
Why can't C (nor C ) optimize this recursive experiment?
07-13
database
What is the exact usage of custom code sections in memory apart from default sections (bss, data, et
07-12
database
Why can't C(nor C ) optimize this recursive experiment?
07-11
Back-end
C 20 Visual Studio 2022 Complier Optimization Setting To Implement Move Constructor
07-07
Blockchain
Cannot make rustc use simd instructions for inclusive range loops
07-06
Back-end
Why do clang and gcc produce this sub-optimal output (copying a struct) for passing a pointer to a b
07-04
database
Will intel -03 convert pairs of __m256d instructions into __m512d
06-28
OS
gcc -O optimiziation doesn't detect heap overflow with unused variable
06-28
Blockchain
Zero optimiziation doesn't detect heap overflow
06-26
Mobile
make compiler copy function's code inside a other function passed as argument
06-23
database
socket write in for loop mixes string buffers
06-22
OS
Special treatment of setjmp/longjmp by compilers
06-08
Software engineering
Does compiler need to care about other threads during optimizations?
05-28
database
Why don't GCC and Clang optimize multiplication by 2^n with a float to integer PADDD of the exp
05-28
Software engineering
Implement a function that rotates 90 degrees in a two-dimensional array that represents a color imag
05-27
Software engineering
Optimization for specific argument without template
05-25
Back-end
Why don't GCC and Clang optimize multiplication by 2^n with a float to PADDD even with -ffast-m
05-24
Enterprise
Are compilers optimizing out all temporary objects?
05-20
Back-end
Speed miracles in x86/amd64 land: evaluating a polynomial for every i in a loop gets slower with f
05-10
Enterprise
Disable GCC simplification of expressions known at compile time
04-26
OS
Better performance when function placed within conditional statement?
04-19
database
How can I get TypeScript to perform Tail Recursion Optimization?
04-16
Blockchain
Why peephole optimization is done on assembly code but not on IR code?
04-15
front end
Get G to use a custom calling convention to pass larger structs in registers instead of memory?
04-14
Software design
How to make it so the RHS of || isn't compiled for certain situations?
04-12
other
How can you tell a computer it is adding without addl in Assembly
04-10
Back-end
Why does gcc -march=znver1 restrict uint64_t vectorization?
04-05
database
GCC/Clang not optimising static global variable
03-16
Net
What exactly is the -xhost flag?
03-15
Mobile
Does Java Evaluate a Variable Declared as Final only Once?
03-02
Blockchain
Why does mod 2^n use CLTD instruction for signed numbers
02-23
Net
Why aren't composed self-recursive functions with same data structure (same dims) on in and out
02-23
Back-end
AVX performance slower for bitwise xor op and popcount
65
1
2
Next
Last
Links:
CodePudding