<div dir="ltr"><div class="gmail_quote">On Wed, Jun 8, 2011 at 11:22 AM,  <span dir="ltr"><<a href="mailto:michael.vancanneyt@wisa.be">michael.vancanneyt@wisa.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
<br>
On Wed, 8 Jun 2011, Zaher Dirkey wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi, I know when compile the project with optimize in Delphi the variable<br>
freed/allocated after the last line used.<br>
How can i make same in FPC, O3 not worked for me.<br>
I used FPC 2.4.4<br>
<br>
var<br>
 c: Currency;<br>
begin<br>
  c := 10;<br>
  writeln(c);<br>
<<now c freed<br>
  some code here<br>
end;<br>
</blockquote>
<br></div>
C (as a currency) is never 'freed'. It is declared throughout the whole procedure.<br></blockquote></div><br>What if C is string or Interface of TInterfacedObject?<br><br>Thanks<br><br>-- <br>Zaher Dirkey<br>
</div>