forked from OSchip/llvm-project
parent
b60c829a2a
commit
aa0e88acbf
|
@ -60,7 +60,7 @@ public:
|
|||
/// implicit. The implicit pointer is found via a waymarking algorithm
|
||||
/// described in the programmer's manual:
|
||||
///
|
||||
/// http://www.llvm.org/docs/ProgrammersManual.html#UserLayout
|
||||
/// http://www.llvm.org/docs/ProgrammersManual.html#the-waymarking-algorithm
|
||||
///
|
||||
/// This is essentially the single most memory intensive object in LLVM because
|
||||
/// of the number of uses in the system. At the same time, the constant time
|
||||
|
|
Loading…
Reference in New Issue