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
Does Python optimize function calls from loops?
Oct 21, 2022
python
optimization
compiler-optimization
Will C++ linker automatically inline functions (without "inline" keyword, without implementation in header)?
Sep 14, 2022
c++
optimization
linker
inline
compiler-optimization
Output compile durations for swift files
Oct 12, 2017
swift
xcode
compiler-optimization
compilation-time
When can Hotspot allocate objects on the stack? [duplicate]
Aug 22, 2022
java
jvm
compiler-optimization
jvm-hotspot
stack-allocation
How can I get at the cleverest optimizations that GHC makes? [closed]
Mar 18, 2021
haskell
optimization
ghc
compiler-optimization
Java 8: Class.getName() slows down String concatenation chain
Sep 22, 2022
java
string
performance
compiler-optimization
string-concatenation
What flags does -march=native activate with Clang?
Sep 14, 2022
clang
compiler-optimization
compiler-flags
Change default value of CMAKE_CXX_FLAGS_DEBUG and friends in CMake
Dec 20, 2021
c++
cmake
compiler-optimization
Disable all optimization options in GCC
Sep 13, 2022
c
gcc
optimization
performance-testing
compiler-optimization
Why does using LTO increase the size of my Rust binary?
Oct 03, 2022
rust
compiler-optimization
lto
Programmatically rename functions
Jul 26, 2017
javascript
compiler-optimization
float to double conversion: why so many instructions?
Feb 27, 2022
c
assembly
compiler-optimization
Is it feasible for GCC to optimize isnan(x) || isnan(y) into isunordered(x, y)?
Mar 01, 2022
c++
c
gcc
optimization
compiler-optimization
benchmarking, code reordering, volatile
Jun 27, 2022
c++
benchmarking
compiler-optimization
volatile
Is a sign or zero extension required when adding a 32bit offset to a pointer for the x86-64 ABI?
Oct 07, 2022
assembly
x86-64
compiler-optimization
abi
sign-extension
Why doesn't clang use memory-destination x86 instructions when I compile with optimization disabled? Are they efficient?
Aug 22, 2022
c
assembly
x86
clang
compiler-optimization
Rewriting as a practical optimization technique in GHC: Is it really needed?
Oct 08, 2022
haskell
optimization
ghc
compiler-optimization
rewriting
How do C compilers implement functions that return large structures?
Oct 25, 2022
c
compiler-optimization
calling-convention
abi
compiler-theory
Does the Java compiler optimize an unnecessary ternary operator?
Aug 23, 2022
java
compiler-optimization
code-readability
Do C++11 compilers turn local variables into rvalues when they can during code optimization?
Aug 25, 2022
c++
visual-c++
c++11
compiler-optimization
rvalue-reference
« Newer Entries
Older Entries »