February 17, 2010 General » Re: !in | |||
|---|---|---|---|
| |||
...search is the same so you can swap data structure in a moment, eventually. This... | |||
February 10, 2010 Concurrency » [dmd-concurrency] D's Memory Model | |||
|---|---|---|---|
| |||
...DCAS, or double compare and swap, does a compare and swap at two different memory... | |||
February 01, 2010 Concurrency » [dmd-concurrency] draft 7 | |||
|---|---|---|---|
| |||
...get an error when calling swap here:
synchronized (this, other) {
swap(this.current, other.current... | |||
February 01, 2010 Concurrency » [dmd-concurrency] draft 7 | |||
|---|---|---|---|
| |||
...i.e.: shared int[] x; int[] y; swap(x,y); Causes a unshared array to... | |||
February 01, 2010 Concurrency » [dmd-concurrency] draft 7 | |||
|---|---|---|---|
| |||
...Does everybody agree? I think swap could be typed as: swap(scope ref int[], scope... | |||
February 01, 2010 Concurrency » [dmd-concurrency] draft 7 | |||
|---|---|---|---|
| |||
...since you can't implement something like swap(ref int[], ref int[]) and thus not... | |||
January 31, 2010 Concurrency » [dmd-concurrency] What is protected by synchronization? | |||
|---|---|---|---|
| |||
...combinatorial increase in types). As for your swap example, I'll say that giving a... | |||
January 31, 2010 Concurrency » [dmd-concurrency] What is protected by synchronization? | |||
|---|---|---|---|
| |||
...For instance if you're implementing a swap function, you must ensure the owner of... | |||
January 29, 2010 Concurrency » [dmd-concurrency] real | |||
|---|---|---|---|
| |||
...for parallel algorithms that use compare and swap on data larger than the size of... | |||
January 27, 2010 Concurrency » [dmd-concurrency] word tearing status in today's processors | |||
|---|---|---|---|
| |||
...M profile. ARM also has had a swap-byte instruction since v4, which may/may... | |||
Copyright © 1999-2021 by the D Language Foundation