)]}'
{
  "commit": "eebc56d682ddc8da6c9caa50bee4225926e3accd",
  "tree": "0e9ec396074943eafc2b181a0b97c1c7bdd12f62",
  "parents": [
    "384e201e5aec29412a18b8386aa0a1ab6743e6cb"
  ],
  "author": {
    "name": "Jan Beulich",
    "email": "jbeulich@suse.com",
    "time": "Mon Jun 13 09:52:33 2022 +0200"
  },
  "committer": {
    "name": "Jan Beulich",
    "email": "jbeulich@suse.com",
    "time": "Mon Jun 13 09:52:33 2022 +0200"
  },
  "message": "x86: shrink prefix related disassembler state fields\n\nBy changing the values used for \"artificial\" prefix values,\nall_prefixes[] can be shrunk to array of unsigned char. All that\nadditionally needs adjusting is the printing of possible apparently\nstandalone prefixes when recovering from longjmp(): Simply check\nwhether any prefixes were successfully decoded, to avoid converting\nopcode bytes matching the \"artificial\" values to prefix mnemonics.\n\nSimilarly by re-arranging the bits assigned to PREFIX_* mask values\nwe can fit all segment register masks in a byte and hence shrink\nactive_seg_prefix to unsigned char.\n\nSomewhat similarly with last_*_prefix representing offsets into the\nopcode being disassembled, signed char is sufficient to hold all possible\nvalues.\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "2ba2f57179343f3a505fc318291e28c33169394e",
      "old_mode": 33188,
      "old_path": "opcodes/i386-dis.c",
      "new_id": "602535dc18e5ea25ca301c163a1a3c66aadb15c2",
      "new_mode": 33188,
      "new_path": "opcodes/i386-dis.c"
    }
  ]
}
