Search code examples
Code bloat after switching from Apple clang 9.1.0 to 12.0.0...


cmacosgccclangcompiler-optimization

Read More
What's the difference between a compiler's `-O0` option and `-Og` option?...


c++cdebugginggdbcompiler-optimization

Read More
Why would code actively try to prevent tail-call optimization?...


c++coptimizationcompiler-optimizationtail-call-optimization

Read More
Benefits of 'Optimize code' option in Visual Studio build...


c#visual-studiobuildcompiler-optimization

Read More
How to find out which optimizations are actually applied when using gcc?...


c++gcccompilationg++compiler-optimization

Read More
How to give C compiler freedom about return value...


clinuxgccclangcompiler-optimization

Read More
How can I guarantee that a variable will never be zero without using a conditional statement in C?...


ccompiler-optimizationmicro-optimizationbranchless

Read More
How do I make an infinite empty loop that won’t be optimized away?...


cclanglanguage-lawyercompiler-optimization

Read More
Disabling -msse...


gcccompiler-optimization

Read More
Why does using uint64_t array indices rather than uint32_t simplify compiler output?...


c++x86compiler-optimization

Read More
Does Cython do stack allocation of final extension types? Does it do allocation inline of these type...


cythoncompiler-optimizationstack-allocation

Read More
Difference of <long>/<long> vs. <int>/<int>...


coptimizationclangcompiler-optimization

Read More
Is mulw faster than mul on riscv 64-bit platforms?...


compiler-optimizationriscv

Read More
Why is faster to do a branch than a lookup?...


cperformancebenchmarkingcompiler-optimizationauto-vectorization

Read More
compile typescript using .ts in import for node...


typescriptcompilationcompiler-optimizationtsconfigtsc

Read More
How to decrease the size of generated binaries?...


linuxgcccompiler-optimizationstrip

Read More
Constants and compiler optimization in C++...


c++optimizationcompiler-constructioncompiler-optimizationconst-correctness

Read More
Can const-correctness improve performance?...


c++performancecompiler-optimizationconst-correctness

Read More
If Move semantics(Move constructor and Move assignment operator) are not defined does compiler optim...


c++c++11compiler-optimizationmove-semantics

Read More
Any compilers that does not turn large switch blocks into binary trees?...


c++compiler-optimization

Read More
Long Compile Time for Big Application...


iosobjective-cautolayoutcompiler-optimization

Read More
who decide actual storage of register storage class?...


ccompilationcompiler-optimizationstorage-class-specifier

Read More
Can I get a log of optimizations applied by the compiler?...


c++compiler-optimization

Read More
Knowing the size of a C function in the compiled objectfile...


ccompiler-optimizationelfobject-files

Read More
Do modern compilers optimize multiplication by 1 and -1...


c++templatescompiler-optimizationnegation

Read More
Does the behavior of these two function differ in any way that justifies GHC compiling them down to ...


haskellcompiler-optimizationghcobject-files

Read More
Is [[likely]] redundant if [[unlikely]] exists in if-else branch in C++20?...


c++performanceoptimizationc++20compiler-optimization

Read More
Can the Rust compiler pack enums carrying bools...


rustenumscompilationcompiler-optimizationpacking

Read More
Performance penalty for using 'unnecessary' local variable in C#?...


c#performancecompiler-optimizationlocal-variables

Read More
One element double array vs. double variable (C++)...


c++arrayssimulationcompiler-optimizationparticles

Read More
BackNext