commit | 16588d09a5ebacd5aaa9f115b4e5aa9ff3437945 | [log] [tgz] |
---|---|---|
author | Yuyang Huang <yuyanghuang@google.com> | Mon Feb 24 09:17:00 2025 +0900 |
committer | Yuyang Huang <yuyanghuang@google.com> | Tue Feb 25 09:01:15 2025 +0900 |
tree | b37f30572d5f47c2df8bb59973d3de5d5d7933a0 | |
parent | eaf145910ae2648366202518f054551bb6d7cb44 [diff] |
Add maybeUpdateDataRegion() for efficient data handling This commit introduces the maybeUpdateDataRegion() helper method, allowing data to be added directly to the data region without generating a datacopy instruction. This enables more efficient memory management in certain scenarios by optimizing data placement. Test: TH Change-Id: I97146aa1a93626fd4c0537178d686dd2fa31d744