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
Why isn't there a branch prediction failure penalty in this Rust code?
Jun 20, 2022
performance
rust
compiler-optimization
branch-prediction
llvm-codegen
a = -2147483648 - a; compiler optimization
Feb 24, 2018
c
reverse-engineering
compiler-optimization
Is Java evaluation order guaranteed in this case of method call and arguments passed in
May 27, 2022
java
runtime
compiler-optimization
execution
operator-precedence
Why do Compilers put data inside .text(code) section of the PE and ELF files and how does the CPU distinguish between data and code?
Jun 22, 2022
x86
cpu
reverse-engineering
compiler-optimization
elf
Is there any guarantee about whether code with UB should be reachable?
Jun 29, 2022
c++
visual-c++
compiler-optimization
undefined-behavior
Using Likely() / Unlikely() Preprocessor Macros in if-else if chain
Feb 23, 2022
c++
gcc
macros
compiler-optimization
likely-unlikely
Following pointers in a multithreaded environment
Feb 25, 2022
c
multithreading
pthreads
c99
compiler-optimization
Functions only getting inlined if defined in a header. Am I missing something?
Nov 09, 2022
c++
c
g++
inline
compiler-optimization
Is accessing volatile local variables not accessed from outside the function observable behavior in C++?
Nov 04, 2022
c++
visual-c++
compiler-construction
volatile
compiler-optimization
Are empty synchronized blocks optimized out by Java compiler?
Dec 19, 2017
java
locking
compiler-optimization
Why would a C++ compiler only eliminate useless writes if there's no code after those writes?
Apr 20, 2022
c++
visual-c++
optimization
compiler-construction
compiler-optimization
Does my C++ compiler optimize my code?
Mar 10, 2022
c++
optimization
compiler-construction
compiler-optimization
Optimizing a branch for a known more-common path
Oct 11, 2022
c++
c
optimization
compiler-optimization
Does the existence rseq/seq break referential transparency? Are there some alternative approaches that don't?
Sep 21, 2022
haskell
ghc
compiler-optimization
strictness
When consolidating duplicate literals, will a C compiler look in the middle of a string?
Nov 02, 2022
c
compiler-optimization
« Newer Entries
Older Entries »