diff options
author | ChiaHungDuan <chiahungduan@google.com> | 2024-08-12 12:56:24 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-12 12:56:24 -0700 |
commit | 8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c (patch) | |
tree | f45cf78682fa442803942773e45a6ff78874d1e1 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp | |
parent | 15aa4ef057438df5bae8aaf7ff07b31dfcc1ef77 (diff) | |
download | llvm-8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c.zip llvm-8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c.tar.gz llvm-8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c.tar.bz2 |
[scudo] Support linking with index in IntrusiveList (#101262)
The nodes of list may be managed in an array. Instead of managing them
with pointers, using the array index will save some memory in some
cases.
When using the list linked with index, remember to call init() to set up
the base address of the array and a `EndOfListVal` which is nil of the
list.
Diffstat (limited to 'llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp')
0 files changed, 0 insertions, 0 deletions