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
Generics and usage of interfaces without boxing of value instances
Sep 03, 2022
c#
generics
compiler-optimization
jit
Why do common C compilers include the source filename in the output?
Apr 16, 2022
gcc
compilation
clang
compiler-optimization
compiler-options
Loop unrolling behaviour in GCC
Aug 26, 2022
c++
gcc
compiler-optimization
loop-unrolling
Can this C++ code be changed or improved with move semantics?
Sep 13, 2021
c++
move
compiler-optimization
move-semantics
Why does adding in an immediately invoked lambda make my JavaScript code 2x faster?
Nov 02, 2022
javascript
node.js
optimization
v8
compiler-optimization
How can I load optimized code in GHCI?
Jan 15, 2020
haskell
ghc
compiler-optimization
read-eval-print-loop
ghci
Reducing the footprint of debug symbols (executable is bloated to 4 GB)
Aug 25, 2022
c++
compiler-optimization
debug-symbols
Compiler Optimization of virtual function calls
Apr 17, 2022
c++
compiler-optimization
virtual-functions
Is IL generated by expression trees optimized?
Nov 15, 2022
c#
expression-trees
compiler-optimization
jit
il
Can compiler optimizations, like ghc -O2, change the order (time or storage) of a program?
Apr 03, 2020
haskell
ghc
compiler-optimization
How do optimizing compilers decide when and how much to unroll a loop?
Mar 24, 2022
c++
c
performance
compiler-optimization
loop-unrolling
Why isn't string concatenation automatically converted to StringBuilder in C#? [duplicate]
Apr 13, 2022
c#
string
stringbuilder
compiler-optimization
Are measurable performance gains possible from using VC++'s __assume?
Aug 08, 2019
c++
performance
visual-c++
compiler-optimization
C++: Set bool value only if not set
Oct 23, 2022
c++
boolean
variable-assignment
conditional-statements
compiler-optimization
Can compilers generate self modifying code?
Aug 30, 2022
c++
assembly
compiler-optimization
self-modifying
Is it bad practice to declare a C function as static if it can still be executed indirectly (through a callback function)?
Oct 06, 2022
c++
c
linker
embedded
compiler-optimization
How to alloc a executable memory buffer?
May 03, 2022
c++
malloc
executable
compiler-optimization
jit
Do any C or C++ compilers optimize within define macros?
Nov 17, 2022
c++
c
c-preprocessor
compiler-optimization
crash report using optimization other than -o0 after xcode 4.5 update
Oct 17, 2019
iphone
compiler-optimization
crash-reports
pjsip
xcode4.5
C++ virtual functions: Can the linker remove entries in the virtual function table which aren't called?
Oct 18, 2022
c++
linker
compiler-optimization
vtable
dead-code
« Newer Entries
Older Entries »