June 25 Issues » [Issue 24630] New: Casting a bool pointer to a mutable pointer type is unsafe | |||
|---|---|---|---|
| |||
...issue 24582.
bool v;
auto bp = cast(byte*) &v;
*bp = 2; // v is now invalid... | |||
March 29 Learn » Re: Why is this code slow? | |||
|---|---|---|---|
| |||
...r++, b);
b += result;
}
a = result;
}
}
enum BP {
f = 1, b = 7, r = 2, a... | |||
June 08, 2023 GDC » Regression - quality of generated x86-64 code between GDC v12.3 and v13.1 | |||
|---|---|---|---|
| |||
...same switches: -O3 -frelease -march=native push bp mov eax, edi mov rbp, rsp push... | |||
April 04, 2023 Learn » Re: foreach (i; taskPool.parallel(0..2_000_000) | |||
|---|---|---|---|
| |||
...r++, b);
b += result;
}
a = result;
}
}//*/
enum BP : long {
// s, f, r, b = 7, /* <- beginning... | |||
April 02, 2023 Learn » Re: foreach (i; taskPool.parallel(0..2_000_000) | |||
|---|---|---|---|
| |||
...threading :)
Here are my skipPoints:
```d
enum BP : long {
//f, a, r, b = 7, /* <- beginning... | |||
April 02, 2023 Learn » Re: foreach (i; taskPool.parallel(0..2_000_000) | |||
|---|---|---|---|
| |||
...r++, b);
b += result;
}
a = result;
}
}
enum BP {
f = 1, b = 7, r = 2, a... | |||
December 27, 2022 Issues » [Issue 23585] Win32 inliner crash | |||
|---|---|---|---|
| |||
...pull request #14746 "Fix Issue 23585 - Add bp relative symbols (frame-relative, see ntreh.…... | |||
May 16, 2022 Learn » Re: Why are structs and classes so different? | |||
|---|---|---|---|
| |||
...to > access locally through a pointer register - "[bp+6]" - as remotely, yes? I thought more... | |||
May 16, 2022 Learn » Re: Why are structs and classes so different? | |||
|---|---|---|---|
| |||
...to access locally through a pointer register - "[bp+6]" - as remotely, yes? Finally, 'scope' is... | |||
May 09, 2022 LDC » memory align cause weird bug | |||
|---|---|---|---|
| |||
...AddressSanitizer: SEGV on unknown address (pc 0x59808054d4d9 bp 0x716c2111ad10 sp 0x716c2111abf0 T0) ==32255==The signal... | |||
Copyright © 1999-2021 by the D Language Foundation