)]}'
{
  "commit": "dec8d6ebcf81c19666a3c0162a1f92ecd414c4ed",
  "tree": "f5e43b74153d1cffe6ee23429b8d6f20ba75d51c",
  "parents": [
    "ae31dd7b2813460b7b38d8b0d2b04970fc4d5408",
    "93f2e80f4a885dd4eacce00e7a52aeeb41b7ce70"
  ],
  "author": {
    "name": "Jonathan Brouwer",
    "email": "jonathantbrouwer@gmail.com",
    "time": "Fri Jan 23 11:07:55 2026 +0100"
  },
  "committer": {
    "name": "GitHub",
    "email": "noreply@github.com",
    "time": "Fri Jan 23 11:07:55 2026 +0100"
  },
  "message": "Rollup merge of #150780 - fzakaria:fzakaria/section-threshold, r\u003djackh726\n\nAdd -Z large-data-threshold\n\nThis flag allows specifying the threshold size for placing static data in large data sections when using the medium code model on x86-64.\n\nWhen using -Ccode-model\u003dmedium, data smaller than this threshold uses RIP-relative addressing (32-bit offsets), while larger data uses absolute 64-bit addressing. This allows the compiler to generate more efficient code for smaller data while still supporting data larger than 2GB.\n\nThis mirrors the -mlarge-data-threshold flag available in GCC and Clang. The default threshold is 65536 bytes (64KB) if not specified, matching LLVM\u0027s default behavior.\n",
  "tree_diff": []
}
