Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: mqtt: improve encoder buffer handling
Improve buffer handling logic to use local variables extensively. This change reduces the number of pointer dereferences, which leads to more efficient runtime and helps reduce the code size. (cherry picked from commit 45282a4) Original-Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com> GitOrigin-RevId: 45282a4 Change-Id: I67333b20bdd5716003afb336b2f9f5135dc7f889 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/third_party/zephyr/+/5753301 Tested-by: Fabio Baltieri <fabiobaltieri@google.com> Reviewed-by: Fabio Baltieri <fabiobaltieri@google.com> Tested-by: ChromeOS Prod (Robot) <chromeos-ci-prod@chromeos-bot.iam.gserviceaccount.com> Commit-Queue: Fabio Baltieri <fabiobaltieri@google.com>
- Loading branch information