List Question
10 TechQA 2020-10-02 20:39:03Can I tell my compiler to ignore the side effects of a statement or a function?
741 views
Asked by einpoklum
How to pass big data from a factory to a constructor with neither dynamic memory nor unnecessary copies?
126 views
Asked by GRamon
Index of elisions in JavaScript arrays
241 views
Asked by theDavidBarton
Meaning of this=<optimized out> in GDB
732 views
Asked by JoeManiaci
Is this "elision failure" language-mandated?
273 views
Asked by einpoklum
move semantics in constructor in return statement
110 views
Asked by user3353819
Do I need to use the "import type" feature of TypeScript 3.8 if all of my imports are from my own file?
128.9k views
Asked by Ilya Chernomordik
Why do relaxed atomic operations prevent compiler optimizations?
390 views
Asked by Altan
How can I verify that the compiler is eliding my coroutine heap allocations?
381 views
Asked by Mark Wallace