May 11, 2014 General » Re: More radical ideas about gc and reference counting | |||
|---|---|---|---|
| |||
...Limiting the false pointers to stack and registers seems like a compromise, though most of... | |||
May 10, 2014 General » Re: -nofloat flag => should we destroy it? | |||
|---|---|---|---|
| |||
...will usually not save the floating point registers during a context switch (to the kernel... | |||
May 06, 2014 Learn » Register allocation algorithm | |||
|---|---|---|---|
| |||
...Data: the code generator has only two registers available, they are RO and R1. Numbers... | |||
May 05, 2014 General » Re: Running Phobos unit tests in threads: I have data | |||
|---|---|---|---|
| |||
...args in, moving them into registers, saving potentially trashed registers, etc. every time it even... | |||
May 05, 2014 General » std.typed_allocator: very very very primitive tracing example | |||
|---|---|---|---|
| |||
...as pausing all threads and enumerating all registers, stacks, globals, and thread-locals) is: 1... | |||
May 02, 2014 General » std.allocator: false pointers | |||
|---|---|---|---|
| |||
...are false pointers (assuming we fix globals, which only leaves the stack and registers)? Andrei | |||
April 30, 2014 General » Re: A few considerations on garbage collection | |||
|---|---|---|---|
| |||
...a slice when ptr/length sits in registers! Does it make *anything* simpler/better? I... | |||
April 30, 2014 General » Re: Regarding ref results | |||
|---|---|---|---|
| |||
...2) memcopy or 3) return in multiple registers. I doubt anyone uses 2, 1 is... | |||
April 23, 2014 General » Re: Redesign of dlang.org | |||
|---|---|---|---|
| |||
...tab) response. Sometimes not even one word registers in my brain before I move on... | |||
April 21, 2014 Learn » Re: On Concurrency | |||
|---|---|---|---|
| |||
...core has access to all memory, hardware registers and the ability to touch the config... | |||
Copyright © 1999-2021 by the D Language Foundation