[leyden] Enforce aligned reads/writes in code cache archive

XMLWordPrintable

      Spotting a little inefficiency when looking at related code. DataKind is always stored as `int`, but its values are actually comfortably fitting in byte.

      But that is done for correctness and performance to avoid unaligned reads/writes in the AOT code cache. So it would be good to enforce it mechanically.

            Assignee:
            Aleksey Shipilev
            Reporter:
            Aleksey Shipilev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: