StackOverflow Questions for Tag: compiler-optimization

user29829771
user29829771

Reputation: 1

GL_INVALID_OPERATION in Release mode due to compiler optimization, tracked down to one getter function

Score: -3

Views: 66

Answers: 1

Read More
Anon
Anon

Reputation: 361

Why is faster to do a branch than a lookup?

Score: 7

Views: 135

Answers: 1

Read More
Abhishek Ghosh
Abhishek Ghosh

Reputation: 665

`IN[BB] = ∅` for all BB instead of `IN[BB] = U , for all other BB != BB_EXIT` in Init of Anticipated Expression Dataflow analysis in SSA form

Score: 0

Views: 36

Answers: 0

Read More
komote7665
komote7665

Reputation: 53

compile typescript using .ts in import for node

Score: 0

Views: 90

Answers: 2

Read More
felix021
felix021

Reputation: 2018

How to decrease the size of generated binaries?

Score: 34

Views: 35166

Answers: 8

Read More
David Holm
David Holm

Reputation: 17970

Constants and compiler optimization in C++

Score: 52

Views: 23063

Answers: 12

Read More
shuhalo
shuhalo

Reputation: 6472

Can const-correctness improve performance?

Score: 110

Views: 37595

Answers: 4

Read More
shivakumar
shivakumar

Reputation: 3407

If Move semantics(Move constructor and Move assignment operator) are not defined does compiler optimize by default?

Score: 0

Views: 184

Answers: 1

Read More
Gigin Parseh
Gigin Parseh

Reputation: 1

Why does my Rust build takes so much time?

Score: 0

Views: 86

Answers: 1

Read More
user2904251
user2904251

Reputation: 71

Is there a compiler optimization that avoids vtables in case there is only one possible set if functions that can be called?

Score: 0

Views: 74

Answers: 0

Read More
user152949
user152949

Reputation:

Any compilers that does not turn large switch blocks into binary trees?

Score: 0

Views: 148

Answers: 4

Read More
audiFanatic
audiFanatic

Reputation: 2514

Can the C preprocessor perform arithmetic and if so, how?

Score: 8

Views: 3316

Answers: 4

Read More
mert
mert

Reputation: 1098

Long Compile Time for Big Application

Score: 0

Views: 70

Answers: 1

Read More
Babur Makhmudov
Babur Makhmudov

Reputation: 532

Can unused struct field be optimized away by rust compiler?

Score: 0

Views: 45

Answers: 0

Read More
user7778287
user7778287

Reputation: 367

JIT or AOT WASM compilation in an adversarial system

Score: -1

Views: 36

Answers: 0

Read More
pankaj kushwaha
pankaj kushwaha

Reputation: 379

who decide actual storage of register storage class?

Score: 4

Views: 533

Answers: 2

Read More
danijar
danijar

Reputation: 34215

Can I get a log of optimizations applied by the compiler?

Score: 10

Views: 1463

Answers: 2

Read More
jcea
jcea

Reputation: 688

Knowing the size of a C function in the compiled objectfile

Score: 4

Views: 4485

Answers: 2

Read More
dspyz
dspyz

Reputation: 5514

Do modern compilers optimize multiplication by 1 and -1

Score: 4

Views: 2017

Answers: 3

Read More
Enlico
Enlico

Reputation: 28490

Does the behavior of these two function differ in any way that justifies GHC compiling them down to different object code?

Score: 0

Views: 70

Answers: 1

Read More
PreviousPage 1Next