[all-commits] [llvm/llvm-project] f2b126: [lld-macho] Use intermediate arrays to store opcodes

Vincent Lee via All-commits all-commits at lists.llvm.org
Thu Jul 15 17:11:54 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f2b1264141b02efb1ba76b6eb7a7d2fff6d4c21a
      https://github.com/llvm/llvm-project/commit/f2b1264141b02efb1ba76b6eb7a7d2fff6d4c21a
  Author: Vincent Lee <leevince at fb.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M lld/MachO/SyntheticSections.cpp

  Log Message:
  -----------
  [lld-macho] Use intermediate arrays to store opcodes

We want to incorporate some of the optimization passes in bind opcodes from ld64.
This revision makes no functional changes but to start storing opcodes in intermediate
containers in preparation for implementing the optimization passes in a follow-up revision.

Differential Revision: https://reviews.llvm.org/D105866




More information about the All-commits mailing list