November 23 Learn » Re: divmod assembly implementation | |||
|---|---|---|---|
| |||
Just to mention that if requiring compiler optimization for fast code is acceptable, you can... | |||
November 23 Learn » Re: Is there a way to Deferred binding symbol from dynamic library? | |||
|---|---|---|---|
| |||
...with symbol names? Or do you really need the compiler to do it for you? | |||
November 23 Issues » [Issue 24874] New: Copying, assigning to, and destroying a struct with a union that contains a non-POD struct should be @system | |||
|---|---|---|---|
| |||
...b are all completely skipped, because the compiler doesn't generate one for Foo, because... | |||
November 23 Issues » [Issue 24873] New: dmd v2.109.1: static foreach over tuple: segfault | |||
|---|---|---|---|
| |||
...d Segmentation fault $ dmd --version DMD64 D Compiler v2.109.1 Copyright (C) 1999-2024... | |||
November 22 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
...case--all sorts of imponderables to the compiler's type treatment. You could claim it... | |||
November 22 Learn » Re: Using a tuple as a function parameter | |||
|---|---|---|---|
| |||
Thats being successfully passed, what the compiler hates is that tuples could be mixed types... | |||
November 21 DIP Ideas » Re: Separate meaning for "inline" and "force inline" | |||
|---|---|---|---|
| |||
...the inlining too in most cases will ensure lower performance by second-guessing the compiler. | |||
November 21 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...s not an implementation detail of the compiler. The comma expression is in the language... | |||
November 21 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...the lowering have to map to anything? It's an implementation detail of the compiler. | |||
November 21 DIP Ideas » Re: New syntax for comma expression | |||
|---|---|---|---|
| |||
...D because it's easier for the compiler to generate than the existing syntax. If... | |||
Copyright © 1999-2021 by the D Language Foundation