)]}'
{
  "commit": "de87135613171d96b17107de370e9e1c8b337774",
  "tree": "839954938ad75723139f6cff26ede59265a8e046",
  "parents": [
    "b27c2afb4969b992c9e59e72bbbf6b6d0e79a3f5"
  ],
  "author": {
    "name": "Wan-Teh Chang",
    "email": "wtc@google.com",
    "time": "Fri Sep 11 05:42:48 2026 -0700"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Sep 11 05:42:48 2026 -0700"
  },
  "message": "Remove uint64_t cast for gridCols * gridRows\n\nSince gridCols \u003c\u003d 256 and gridRows \u003c\u003d 256, the gridCols * gridRows\nproduct can be represented in uint32_t, so the uint64_t cast is not\nnecessary.\n\nNote: We can alternatively test (gridCols \u003d\u003d 256) \u0026\u0026 (gridRows \u003d\u003d 256).",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "50a451ecb7623f21bd76aee7ab4551e6db2ca156",
      "old_mode": 33188,
      "old_path": "src/write.c",
      "new_id": "5266ff3c5ca232a84daa0c9cad0020e796616980",
      "new_mode": 33188,
      "new_path": "src/write.c"
    }
  ]
}
