Re: 最新版の修正情報で気になったもの

投稿ツリー


このトピックの投稿一覧へ

通常 Re: 最新版の修正情報で気になったもの

msg# 1.93
depth:
1
前の投稿 - 次の投稿 | 親投稿 - 子投稿なし | 投稿日時 2014/4/7 9:54
完全無欠猫  長老 居住地: 兵庫  投稿数: 750
Crash関係:
SHA-1: 71a2ff12a81bbe2a05ae83056bcb107e211265f2
* Fix crash happening in DAG_pose_sort() due to threading issues
 This function used ugly hack with static variable which was
 preventing some type checks in DAG nodes. Using this variable
 form multiple threads is not considered safe, apparently.
 Solved by moving this variable inside the DAGForest structure.
 so it's global for the graph now, but different graphs does not
 run into conflicts.
 This required passing the forest to some functions, which doesn't
 look so much nice, but don't want to spend time on making this
 code look beautiful because it is really to be replaced by the
 new dependency graph.
 This is really bad bug actually which is must go to 'a'.

気になったもの:
SHA-1: 70353f833aaff144a82d407aa3cd1861bfa9213f
* Optimize mempool: replace double linked list with single for memory chunks

SHA-1: 7cb90a611faa506d7576f1f27f42be6936a45f5e
* Optimization for mempool initial chunk allocation
 Almost all pools allocated 2 chunks on initialization,
 every element needed to be added to the free-list which
 would never be used for small pools.
 Now allocate only one, gives minor speedup for some bmesh operations.

投票数:0 平均点:0.00

  条件検索へ


ログイン

ユーザ名:

パスワード:



パスワード紛失

クイックリンク

2021/07/01版
●Blender.org
BlenderFoundation
- Blenderのダウンロード
- 公式チュート等
- 公式マニュアル(和訳)

●ニュース(英文)
BlenderNation

●Blenderコミュニティ
blenderartists.org

●Blender Q&A
- Blender Stack Exchange

●テストビルド
Buildbot(自動生成)


●開発関連
公式開発サイト
Blender開発blog
Blender Wiki