From d41720a2d79d2b8b587ebd3d97588aced40e2d9f Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 25 Jun 2008 00:10:22 +0000 Subject: Use present tense when talking about User layout. It is implemented now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52699 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ProgrammersManual.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/ProgrammersManual.html b/docs/ProgrammersManual.html index 46b82ddc21..fad5edf180 100644 --- a/docs/ProgrammersManual.html +++ b/docs/ProgrammersManual.html @@ -2265,18 +2265,18 @@ array from the User object and there may be a variable number of them.

-Initially each layout will possess a direct pointer to the +As of v2.4 each layout still possesses a direct pointer to the start of the array of Uses. Though not mandatory for layout a), we stick to this redundancy for the sake of simplicity. -The User object will also store the number of Use objects it +The User object also stores the number of Use objects it has. (Theoretically this information can also be calculated given the scheme presented below.)

Special forms of allocation operators (operator new) -will enforce the following memory layouts:

+enforce the following memory layouts: