aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
diff options
context:
space:
mode:
authorChiaHungDuan <chiahungduan@google.com>2024-08-12 12:56:24 -0700
committerGitHub <noreply@github.com>2024-08-12 12:56:24 -0700
commit8ea8f1f2fe501e0be5d0142d79651f490fb2ae2c (patch)
treef45cf78682fa442803942773e45a6ff78874d1e1 /llvm/lib/CodeGen/AssignmentTrackingAnalysis.cpp
parent15aa4ef057438df5bae8aaf7ff07b31dfcc1ef77 (diff)
downloadllvm-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