チケット #45716

generate_packets.py: Replace unfill with bit-copy/move

登録: 2022-09-25 22:57 最終更新: 2022-09-28 22:25

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

詳細

Part of #43927. The unfill concept introduced in #45222 as a mirror to fill is ultimately misguided; the actual use case is backing up the received key fields while zeroing a packet struct (to initialize the cache), which amounts to temporarily moving those values out of the struct – this is better achieved by bitcopying the data, i.e. a straight assignment (for non-arrays at least). In contrast, fill clones the data, which is not what we want here (and which could cause problems if and when we start to support types that need to be destroyed explicitly).

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

2022-09-25 22:57 更新者: alienvalkyrie
  • 新しいチケット "generate_packets.py: Replace unfill with bit-copy/move" が作成されました
2022-09-26 22:04 更新者: alienvalkyrie
  • 解決法なし から 受領 に更新されました
2022-09-28 22:25 更新者: alienvalkyrie
  • 状況オープン から 完了 に更新されました
  • 解決法受領 から 修正済み に更新されました

添付ファイルリスト

編集

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