mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-27 03:29:22 +02:00
m68k: use a_load_const_ref in a_load_const_cgpara to utilize the recently added optimized small const loading here too. this change alone shaves off ~80KB from the compiled FP IDE size...
git-svn-id: trunk@32841 -
This commit is contained in:
parent
37cb35d780
commit
1e0763e251
@ -317,7 +317,7 @@ unit cgcpu;
|
||||
|
||||
reference_reset_base(ref, NR_STACK_POINTER_REG, 0, cgpara.alignment);
|
||||
ref.direction := dir_dec;
|
||||
list.concat(taicpu.op_const_ref(A_MOVE,tcgsize2opsize[pushsize],a,ref));
|
||||
a_load_const_ref(list, pushsize, a, ref);
|
||||
end
|
||||
else
|
||||
inherited a_load_const_cgpara(list,size,a,cgpara);
|
||||
|
Loading…
Reference in New Issue
Block a user