Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in compiler-optimization
Do C compilers optimize the execution stack in case of successive function calls?
Jul 12, 2026
c
embedded
compiler-optimization
callstack
C++ inline methods with same if statements
Jul 12, 2026
c++
compiler-optimization
inline-method
Exact difference between AOT and IVY?
Jul 12, 2026
typescript
compiler-optimization
angular9
optimization based on alignment requirements
Jul 11, 2026
c++
language-lawyer
compiler-optimization
memory-alignment
Equivalents to gcc/clang's march=native in other compilers? [duplicate]
Jul 06, 2026
cmake
cross-platform
compiler-optimization
intrinsics
GCC - Function inlining, LTO and optimizations
Jul 03, 2026
assembly
gcc
compiler-optimization
microbenchmark
inlining
Why does GCC allocate more stack memory than needed?
Jul 01, 2026
c
gcc
x86-64
compiler-optimization
stack-memory
Nicer way to pattern match window of assembly instructions for peephole w/ Rust?
Jun 29, 2026
assembly
rust
compiler-construction
compiler-optimization
peephole-optimization
Does a restrict-qualified pointer parameter of a function allow optimization of the caller functions?
Jun 27, 2026
c
language-lawyer
compiler-optimization
restrict-qualifier
Why does using uint64_t array indices rather than uint32_t simplify compiler output?
Jun 26, 2026
c++
x86
compiler-optimization
Eigen library: Return expression instead of the vector itself
Jun 26, 2026
c++
eigen
compiler-optimization
eigen3
What is the scope of TieredPGO (.Net Profile Guided Optimization) in a csproj file
Jun 25, 2026
.net
.net-core
optimization
runtime
compiler-optimization
Are .Net Profile Guided Optimizations persisted between runs and how dynamic are they?
Jun 24, 2026
.net
.net-core
optimization
runtime
compiler-optimization
Is it possible for a c compiler to transform an 'if-elseif' bloc into a 'switch' bloc to optimize the code?
Jun 25, 2026
c
compiler-optimization
Older Entries »