[fpc-devel] Request info on static single use

2006-11-08 Thread Bart van den Broek
Can someone give me a reference to static single use (for example scientific paper). I know SSA and SSI (I = information). Thanks --Bart. _ Een eigen webpagina voor foto's en weblog in 2 tellen! http://spaces.live.com _

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Daniël Mantione
Op Wed, 8 Nov 2006, schreef Bart van den Broek: > Can someone give me a reference to static single use (for example scientific > paper). > I know SSA and SSI (I = information). http://www.freepascal.org/wiki/index.php/Single_assignment Daniël___ fpc-

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Jonas Maebe
On 8 nov 2006, at 17:11, Bart van den Broek wrote: Can someone give me a reference to static single use (for example scientific paper). I know SSA and SSI (I = information). http://www.google.com/search?q=static+single+use First hit (the Google summary even contains all necessary informati

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Micha Nelissen
Jonas Maebe wrote: On 8 nov 2006, at 17:11, Bart van den Broek wrote: Can someone give me a reference to static single use (for example scientific paper). I know SSA and SSI (I = information). http://www.google.com/search?q=static+single+use Is SSU easier to implement than SSA ? Aren't va

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Bart van den Broek
. Original Message Follows From: Micha Nelissen <[EMAIL PROTECTED]> Reply-To: FPC developers' list To: FPC developers' list Subject: Re: [fpc-devel] Request info on static single use Date: Wed, 08 Nov 2006 17:46:13 +0100 Jonas Maebe wrote: On 8 nov 2006, at 17:11, Bart van den B

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Jonas Maebe
On 8 nov 2006, at 17:46, Micha Nelissen wrote: Jonas Maebe wrote: On 8 nov 2006, at 17:11, Bart van den Broek wrote: Can someone give me a reference to static single use (for example scientific paper). I know SSA and SSI (I = information). http://www.google.com/search?q=static+single+use

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Jonas Maebe
On 8 nov 2006, at 17:58, Bart van den Broek wrote: All links you gave me lead to SSA, No. The first google hit is a wikipedia article about SSA, but contains a subsection about SSU. I have gathered quite some documents on the subject. I found one reference in an SSI document to SSU and i

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Bart Hotmail
No. The first google hit is a wikipedia article about SSA, but contains a subsection about SSU. Ah found it (but no articles/reports that compares it with SSA). ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mai

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Vincent Snijders
Jonas Maebe schreef: On 8 nov 2006, at 17:46, Micha Nelissen wrote: Is SSU easier to implement than SSA ? No, it's a bit more work. Aren't variables often more used than assigned (so more generated variables by SSU) ? Yes. How do the achieved optimizations compare ? SSU gives somewh

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Jonas Maebe
On 08 Nov 2006, at 20:13, Vincent Snijders wrote: Will you be working on SSA and/or SSU with control blocks (e.g. using SSA in procedures where a for loop is used) before 2.2? Or will that be released only in a later version. Later. But maybe Florian will work on it earlier. Jonas __

Re: [fpc-devel] Request info on static single use

2006-11-08 Thread Florian Klaempfl
Jonas Maebe schrieb: On 08 Nov 2006, at 20:13, Vincent Snijders wrote: Will you be working on SSA and/or SSU with control blocks (e.g. using SSA in procedures where a for loop is used) before 2.2? Or will that be released only in a later version. Later. But maybe Florian will work on it ear

Re[2]: [fpc-devel] Request info on static single use

2006-11-08 Thread Пётр Косаревский
> Ah found it (but no articles/reports that compares it with SSA). There are some bibliographies: http://www.cs.man.ac.uk/~irogers/SSA.xhtml and http://www.cs.man.ac.uk/~jsinger/ssa.html (with comments). (However, to view some articles you must have subscription.) ___

Re: Re[2]: [fpc-devel] Request info on static single use

2006-11-08 Thread Bart Hotmail
(However, to view some articles you must have subscription.) Which is also my problem ___ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel