チケット #45542

Avoid advance_count() calls in advance_index_iterate() within outer iteration

登録: 2022-09-01 10:33 最終更新: 2022-09-24 15:34

報告者:
担当者:
チケットの種類:
状況:
完了
コンポーネント:
マイルストーン:
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
1

詳細

Something that came out while looking at #45541: advance_count() in advance_index_iterate() is often called repeatedly as advance_index_iterate() itself is used repeatedly.

Changing that would both be a minor optimization (removal of the funcfion call overhead) and make compiler and other tools better able to analyze the code (now they have to be prepared to the possibility that consequtive advance_count() calls return different results)

チケットの履歴 (5 件中 3 件表示)

2022-09-01 10:33 更新者: cazfi
  • 新しいチケット "Avoid advance_count() calls in advance_index_iterate() within outer iteration" が作成されました
2022-09-05 08:05 更新者: cazfi
  • マイルストーン(未割り当て) から 3.2.0 に更新されました
2022-09-18 13:12 更新者: cazfi
  • 担当者(未割り当て) から cazfi に更新されました
  • 解決法なし から 受領 に更新されました
2022-09-24 15:34 更新者: cazfi
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

編集

このチケットにコメントを追加するには、ログインが必要です » ログインする