December 12, 2014 Learn » Re: Garbage collector collects live objects | |||
|---|---|---|---|
| |||
...APPENDABLE ) cc: 29106 asz: 10152603, ti: null ret: BlkInfo_(104423800, 64, 10) after tag: 1... | |||
December 11, 2014 Issues » [Issue 13857] New: std.algorithm.group doesn't work with range of immutables | |||
|---|---|---|---|
| |||
...algorithm.d(4507): Error: cannot modify struct ret._current Tuple!(immutable(int), uint) with immutable... | |||
December 08, 2014 General » Re: Any SIMD experts? | |||
|---|---|---|---|
| |||
...ymm0, %ymm1, %ymm1 vpandn %ymm2, %ymm1, %ymm0 ret .LC0: .quad -9223372036854775808 .quad -9223372036854775808 .quad -9223372036854775808... | |||
November 30, 2014 General » Some things from GCC 5 | |||
|---|---|---|---|
| |||
...NULL; void *ret = malloc (sz); if (ret) memset (res, 0, sz); return ret; } They are... | |||
November 30, 2014 GDC » GCC5 adds builtins for overflow checking | |||
|---|---|---|---|
| |||
...NULL; void *ret = malloc (sz); if (ret) memset (res, 0, sz); return ret; } On e... | |||
November 23, 2014 Learn » Re: naked popcnt function | |||
|---|---|---|---|
| |||
...from the function and I see no 'ret' in your function. So it probably runs... | |||
November 16, 2014 General » Re: Dynamic array as stack and GC.BlkAttr.APPENDABLE | |||
|---|---|---|---|
| |||
...is placed before the actual data, and ret.ptr has an offset of 16 bytes... | |||
November 15, 2014 General » Re: Dynamic array as stack and GC.BlkAttr.APPENDABLE | |||
|---|---|---|---|
| |||
...pure nothrow
{
Bucket[] ret = new Bucket[len];
if (!__ctfe)
{
GC.setAttr(ret.ptr, GC.BlkAttr... | |||
November 04, 2014 Issues » [Issue 13676] New: [ddoc] DDoc should wrap each part of function declaration in dedicated macro to allow more readable formatting | |||
|---|---|---|---|
| |||
...t.init); }
out(CommonType!(T,U) ret) { assert(ret * ret < u.init); }
body {...}
----
should expand... | |||
October 19, 2014 Issues » [Issue 13631] New: [REG2.067-git-master] New no-op module ctors cause circular dependencies. | |||
|---|---|---|---|
| |||
...2b: pop rbx 2c: pop rbp 2d: ret 2e: xchg ax,ax Disassembly of section... | |||
Copyright © 1999-2021 by the D Language Foundation