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 constantfolding
Perl internals and Moose: constant-folding optimization
Feb 17, 2023
perl
moose
internals
constantfolding
Constant folding in the preprocessing stage
Oct 07, 2022
c
gcc
scripting
deobfuscation
constantfolding
Does Java Compiler include String Constant Folding?
May 25, 2022
java
string
constants
compiler-optimization
constantfolding
What are the specific rules for constant folding?
Mar 26, 2021
python
python-3.x
cpython
constantfolding
A trick to prevent the compiler from constant folding out an expression
Dec 11, 2020
c++
c
optimization
compiler-optimization
constantfolding
What is constant folding in java compiler? [duplicate]
Jun 27, 2018
java
core
constantfolding
Subtracting uint and int and constant folding
May 15, 2022
c#
constantfolding
How does O=Deparse work, and does Perl have and fold constant arrays?
Feb 20, 2022
perl
compiler-optimization
constantfolding
perl5.10
why to avoid constant folding in Java? When?
Mar 14, 2017
java
compiler-construction
slf4j
constantfolding
gcc complex constant folding
Nov 18, 2022
c
gcc
compiler-construction
compiler-optimization
constantfolding
C++ constant folding a loop for prime numbers
Oct 30, 2022
c++
g++
compiler-optimization
constantfolding
variable length array folded to constant array
Oct 17, 2021
c
constantfolding
Why does GCC implement isnan() more efficiently for C++ <cmath> than C <math.h>?
Dec 20, 2021
c++
c
optimization
nan
constantfolding
log(10.0) can compile but log(0.0) cannot with undefined reference?
Mar 01, 2020
c
gcc
math.h
constantfolding
Why an expression instead of a constant, in a C for-loop's conditional?
Oct 15, 2022
c
for-loop
coding-style
expression
constantfolding
Why 0.1 + 0.2 == 0.3 in D?
Aug 25, 2022
floating-point
floating-accuracy
d
constantfolding