Re: True Name Spaces, when?
- From: L <L@xxxxxxxx>
- Date: Mon, 18 Feb 2008 13:43:57 -0700
I wrote
There are many cases for example when someone uses a StringReplace() during a parse, which is actually is reseting part of the pass to not be a single pass any more... since you are rewinding when a replace is done.
And I meant throwing around temporary buffers and doing work on these buffers such, as string replaces or pos() calls. Not actually doing a search and replace on the entire file being parsed, but rather just on a sub section of the file to check syntax of a certain part of what we are passing by at that point in time. I consider these buffers "sub passes" and therefore all single passes are never really a single pass. But, still, it is useful to know whether the compiler goes through generally as one big pass with subpasses, or whether it goes throw three big passes with more subpasses, etc. Hence why maybe I should just give up and admit that a single pass has some meaning.. but not any truth.
.
- References:
- True Name Spaces, when?
- From: Thomas Miller
- Re: True Name Spaces, when?
- From: Hans-Peter Diettrich
- Re: True Name Spaces, when?
- From: Alessandro Federici
- Re: True Name Spaces, when?
- From: Marc Rohloff [TeamB]
- Re: True Name Spaces, when?
- From: Henrick Hellström
- Re: True Name Spaces, when?
- From: Robert Giesecke
- Re: True Name Spaces, when?
- From: Hans-Peter Diettrich
- Re: True Name Spaces, when?
- From: L
- True Name Spaces, when?
- Prev by Date: Re: Delphi 2008 native?
- Next by Date: Re: Delphi 2008 native?
- Previous by thread: Re: True Name Spaces, when?
- Next by thread: Re: True Name Spaces, when?
- Index(es):