diff options
author | Greg Clayton <gclayton@apple.com> | 2011-09-29 21:19:25 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2011-09-29 21:19:25 +0000 |
commit | 624784a987d11a4f6c45bf9c6d69c33c687b5f71 (patch) | |
tree | 74ae6cc62c8a1490542a0b7ac3e2fe6d6ae83483 /lldb/scripts/Python | |
parent | 8574cbfd582db64f268e0542f0a1334c6c0888e8 (diff) | |
download | llvm-624784a987d11a4f6c45bf9c6d69c33c687b5f71.zip llvm-624784a987d11a4f6c45bf9c6d69c33c687b5f71.tar.gz llvm-624784a987d11a4f6c45bf9c6d69c33c687b5f71.tar.bz2 |
Free up some space in lldb_private::Block by not requiring a sibling pointer.
The old way of storing blocks used to use the sibling pointer, but now all
blocks contain a collection of shared pointers to blocks so this isn't required
anymore and a parent can be asked to find the sibling block for a child block.
llvm-svn: 140808
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions