mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 11:14:23 +02:00
* Removed unused local vars.
git-svn-id: trunk@41457 -
This commit is contained in:
parent
c987aa77f9
commit
a277a5f8db
@ -55,8 +55,6 @@ implementation
|
||||
|
||||
procedure tarmloadnode.generate_threadvar_access(gvs: tstaticvarsym);
|
||||
var
|
||||
paraloc1 : tcgpara;
|
||||
pd: tprocdef;
|
||||
href: treference;
|
||||
hregister : tregister;
|
||||
handled: boolean;
|
||||
|
@ -131,7 +131,6 @@ function WriteOk : Boolean;
|
||||
end;
|
||||
|
||||
var
|
||||
l : longint;
|
||||
p,hp1,hp2 : tai;
|
||||
hp3,hp4: tai;
|
||||
v:aint;
|
||||
|
@ -1591,14 +1591,13 @@ implementation
|
||||
sc : TFPObjectList;
|
||||
i : longint;
|
||||
hs,sorg : string;
|
||||
hdef,casetype,tmpdef : tdef;
|
||||
hdef,casetype : tdef;
|
||||
{ maxsize contains the max. size of a variant }
|
||||
{ startvarrec contains the start of the variant part of a record }
|
||||
maxsize, startvarrecsize : longint;
|
||||
usedalign,
|
||||
maxalignment,startvarrecalign,
|
||||
maxpadalign, startpadalign: shortint;
|
||||
stowner : tdef;
|
||||
pt : tnode;
|
||||
fieldvs : tfieldvarsym;
|
||||
hstaticvs : tstaticvarsym;
|
||||
|
@ -1474,8 +1474,9 @@ unit rgobj;
|
||||
adj : psuperregisterworklist;
|
||||
maxlength,p,i :word;
|
||||
minweight: longint;
|
||||
dist,
|
||||
maxdist: Double;
|
||||
{$ifdef SPILLING_NEW}
|
||||
dist: Double;
|
||||
{$endif}
|
||||
begin
|
||||
{$ifdef SPILLING_NEW}
|
||||
{ This new approach for selecting the next spill candidate takes care of the weight of a register:
|
||||
|
Loading…
Reference in New Issue
Block a user