diff options
| author | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-09-15 01:42:48 +0000 |
|---|---|---|
| committer | Sanjoy Das <sanjoy@playingwithpointers.com> | 2015-09-15 01:42:48 +0000 |
| commit | f75e15e5acb35af313ed50ed84c3e4c20c070910 (patch) | |
| tree | a82b6bab06d3a5b58abba9a9e1bf21fd5b94e58a /lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | |
| parent | e9621040e565e15c7d7d29df604b29099ac0a60c (diff) | |
| download | llvm-f75e15e5acb35af313ed50ed84c3e4c20c070910.zip llvm-f75e15e5acb35af313ed50ed84c3e4c20c070910.tar.gz llvm-f75e15e5acb35af313ed50ed84c3e4c20c070910.tar.bz2 | |
[PlaceSafepoints] Make the width of a counted loop settable.
Summary:
This change lets a `PlaceSafepoints` client change how wide the trip
count of a loop has to be for the loop to be considerd "counted", via
`CountedLoopTripWidth`. It also removes the boolean `SkipCounted` flag
and the `upperTripBound` constant -- we can get the old behavior of
`SkipCounted` == `false` by setting `CountedLoopTripWidth` to `13` (2 ^
13 == 8192).
Reviewers: reames
Subscribers: llvm-commits, sanjoy
Differential Revision: http://reviews.llvm.org/D12789
llvm-svn: 247656
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp')
0 files changed, 0 insertions, 0 deletions
