mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-25 12:50:00 +00:00
garbage allocation is not a good idea :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71680 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
752c1df739
commit
7f3b36da51
@ -118,7 +118,7 @@ conservative garbage collectors (though these seem rare in practice).</p>
|
||||
they can suffer from degraded scalar optimization of the program. In particular,
|
||||
because the runtime must be able to identify and update all pointers active in
|
||||
the program, some optimizations are less effective. In practice, however, the
|
||||
locality and performance benefits of using aggressive garbage allocation
|
||||
locality and performance benefits of using aggressive garbage collection
|
||||
techniques dominates any low-level losses.</p>
|
||||
|
||||
<p>This document describes the mechanisms and interfaces provided by LLVM to
|
||||
|
Loading…
Reference in New Issue
Block a user