diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-12 16:36:50 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-02-12 16:36:50 +0800 |
commit | 953adc8dbc0d5db357cc31cc9115d1dd6d6a48ee (patch) | |
tree | 7be4b46abab7d123af0cce7781ecbeea150db0a0 /audio/Makefile | |
parent | ae3c2ec1b36f7ea073740fe1fbc51f721987456c (diff) | |
download | freebsd-ports-gnome-953adc8dbc0d5db357cc31cc9115d1dd6d6a48ee.tar.gz freebsd-ports-gnome-953adc8dbc0d5db357cc31cc9115d1dd6d6a48ee.tar.zst freebsd-ports-gnome-953adc8dbc0d5db357cc31cc9115d1dd6d6a48ee.zip |
- Make fetchable again by updating to 4.1.2
Changes:
- Objects up to 128 MB are now cached by the tbbmalloc. Previously the
threshold was 8MB. Objects larger than 128 MB are still processed by
direct OS calls.
- Concurrent_unordered_multiset and concurrent_unordered_multimap have
been added, based on Microsoft* PPL prototype.
- Ability to value-initialize a tbb::atomic<T> variable on construction
in C++11, with const expressions properly supported.
Community Preview Features:
- Added a possibility to wait until all worker threads terminate.
This is necessary before calling fork() from an application.
Bugs fixed:
- Fixed data race in tbbmalloc that might lead to memory leaks for large
object allocations.
- Fixed task_arena::enqueue() to use task_group_context of target arena.
- Improved implementation of 64 bit atomics on ia32.
Approved by: martymac (maintainer)
Diffstat (limited to 'audio/Makefile')
0 files changed, 0 insertions, 0 deletions