psub.pas 65 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769
  1. {
  2. $Id$
  3. Copyright (c) 1998-2002 by Florian Klaempfl, Daniel Mantione
  4. Does the parsing and codegeneration at subroutine level
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. ****************************************************************************
  17. }
  18. unit psub;
  19. {$i fpcdefs.inc}
  20. {$define NOOPT}
  21. interface
  22. uses
  23. cclasses,globals,
  24. node,
  25. symdef,procinfo;
  26. type
  27. tcgprocinfo=class(tprocinfo)
  28. { code for the subroutine as tree }
  29. code : tnode;
  30. { positions in the tree for init/final }
  31. initasmnode,
  32. finalasmnode : tnode;
  33. { list to store the procinfo's of the nested procedures }
  34. nestedprocs : tlinkedlist;
  35. constructor create(aparent:tprocinfo);override;
  36. destructor destroy;override;
  37. procedure generate_code;
  38. procedure resetprocdef;
  39. procedure add_to_symtablestack;
  40. procedure remove_from_symtablestack;
  41. procedure parse_body;
  42. end;
  43. procedure printnode_reset;
  44. { reads the declaration blocks }
  45. procedure read_declarations(islibrary : boolean);
  46. { reads declarations in the interface part of a unit }
  47. procedure read_interface_declarations;
  48. procedure add_entry_exit_code(var code:tnode;const entrypos,exitpos:tfileposinfo);
  49. implementation
  50. uses
  51. { common }
  52. cutils,
  53. { global }
  54. globtype,tokens,verbose,comphook,
  55. systems,
  56. { aasm }
  57. cpubase,cpuinfo,aasmbase,aasmtai,
  58. { symtable }
  59. symconst,symbase,symsym,symtype,symtable,defutil,
  60. paramgr,
  61. ppu,fmodule,
  62. { pass 1 }
  63. nutils,nbas,nld,ncal,ncon,nflw,nadd,ncnv,nmem,
  64. pass_1,
  65. {$ifdef state_tracking}
  66. nstate,
  67. {$endif state_tracking}
  68. { pass 2 }
  69. {$ifndef NOPASS2}
  70. pass_2,
  71. {$endif}
  72. { parser }
  73. scanner,
  74. pbase,pstatmnt,pdecl,pdecsub,pexports,
  75. { codegen }
  76. tgobj,rgobj,cgobj,
  77. ncgutil,regvars
  78. {$ifndef NOOPT}
  79. {$ifdef i386}
  80. ,aopt386
  81. {$else i386}
  82. ,aoptcpu
  83. {$endif i386}
  84. {$endif}
  85. ;
  86. {****************************************************************************
  87. PROCEDURE/FUNCTION BODY PARSING
  88. ****************************************************************************}
  89. procedure initializevars(p:tnamedindexitem;arg:pointer);
  90. var
  91. b : tblocknode;
  92. begin
  93. if tsym(p).typ<>varsym then
  94. exit;
  95. with tvarsym(p) do
  96. begin
  97. if assigned(defaultconstsym) then
  98. begin
  99. b:=tblocknode(arg);
  100. b.left:=cstatementnode.create(
  101. cassignmentnode.create(
  102. cloadnode.create(tsym(p),tsym(p).owner),
  103. cloadnode.create(defaultconstsym,defaultconstsym.owner)),
  104. b.left);
  105. end;
  106. end;
  107. end;
  108. function block(islibrary : boolean) : tnode;
  109. begin
  110. { parse const,types and vars }
  111. read_declarations(islibrary);
  112. { do we have an assembler block without the po_assembler?
  113. we should allow this for Delphi compatibility (PFV) }
  114. if (token=_ASM) and (m_delphi in aktmodeswitches) then
  115. include(current_procinfo.procdef.procoptions,po_assembler);
  116. { Handle assembler block different }
  117. if (po_assembler in current_procinfo.procdef.procoptions) then
  118. begin
  119. block:=assembler_block;
  120. exit;
  121. end;
  122. {Unit initialization?.}
  123. if (
  124. assigned(current_procinfo.procdef.localst) and
  125. (current_procinfo.procdef.localst.symtablelevel=main_program_level) and
  126. (current_module.is_unit)
  127. ) or
  128. islibrary then
  129. begin
  130. if (token=_END) then
  131. begin
  132. consume(_END);
  133. { We need at least a node, else the entry/exit code is not
  134. generated and thus no PASCALMAIN symbol which we need (PFV) }
  135. if islibrary then
  136. block:=cnothingnode.create
  137. else
  138. block:=nil;
  139. end
  140. else
  141. begin
  142. if token=_INITIALIZATION then
  143. begin
  144. { The library init code is already called and does not
  145. need to be in the initfinal table (PFV) }
  146. if not islibrary then
  147. current_module.flags:=current_module.flags or uf_init;
  148. block:=statement_block(_INITIALIZATION);
  149. end
  150. else if (token=_FINALIZATION) then
  151. begin
  152. if (current_module.flags and uf_finalize)<>0 then
  153. block:=statement_block(_FINALIZATION)
  154. else
  155. begin
  156. { can we allow no INITIALIZATION for DLL ??
  157. I think it should work PM }
  158. block:=nil;
  159. exit;
  160. end;
  161. end
  162. else
  163. begin
  164. { The library init code is already called and does not
  165. need to be in the initfinal table (PFV) }
  166. if not islibrary then
  167. current_module.flags:=current_module.flags or uf_init;
  168. block:=statement_block(_BEGIN);
  169. end;
  170. end;
  171. end
  172. else
  173. begin
  174. block:=statement_block(_BEGIN);
  175. if symtablestack.symtabletype=localsymtable then
  176. symtablestack.foreach_static({$ifdef FPCPROCVAR}@{$endif}initializevars,block);
  177. end;
  178. if (current_procinfo.procdef.localst.symtablelevel=main_program_level) and
  179. (not current_module.is_unit) then
  180. begin
  181. { there's always a call to FPC_DO_EXIT in the main program }
  182. include(current_procinfo.flags,pi_do_call);
  183. end;
  184. if ([cs_check_range,cs_check_overflow] * aktlocalswitches <> []) then
  185. include(current_procinfo.flags,pi_do_call);
  186. end;
  187. {****************************************************************************
  188. PROCEDURE/FUNCTION COMPILING
  189. ****************************************************************************}
  190. procedure printnode_reset;
  191. begin
  192. assign(printnodefile,treelogfilename);
  193. {$I-}
  194. rewrite(printnodefile);
  195. {$I+}
  196. if ioresult<>0 then
  197. begin
  198. Comment(V_Error,'Error creating '+treelogfilename);
  199. exit;
  200. end;
  201. close(printnodefile);
  202. end;
  203. procedure printnode_procdef(pd:tprocdef);
  204. begin
  205. assign(printnodefile,treelogfilename);
  206. {$I-}
  207. append(printnodefile);
  208. if ioresult<>0 then
  209. rewrite(printnodefile);
  210. {$I+}
  211. if ioresult<>0 then
  212. begin
  213. Comment(V_Error,'Error creating '+treelogfilename);
  214. exit;
  215. end;
  216. writeln(printnodefile);
  217. writeln(printnodefile,'*******************************************************************************');
  218. writeln(printnodefile,current_procinfo.procdef.fullprocname(false));
  219. writeln(printnodefile,'*******************************************************************************');
  220. printnode(printnodefile,pd.code);
  221. close(printnodefile);
  222. end;
  223. function generate_initialize_block:tnode;
  224. var
  225. srsym : tsym;
  226. para : tcallparanode;
  227. newstatement : tstatementnode;
  228. htype : ttype;
  229. begin
  230. result:=internalstatements(newstatement,true);
  231. { temp/para/locals initialize code will be inserted here }
  232. tcgprocinfo(current_procinfo).initasmnode:=casmnode.create_get_position;
  233. addstatement(newstatement,tcgprocinfo(current_procinfo).initasmnode);
  234. if assigned(current_procinfo.procdef._class) then
  235. begin
  236. { a constructor needs a help procedure }
  237. if (current_procinfo.procdef.proctypeoption=potype_constructor) then
  238. begin
  239. if is_class(current_procinfo.procdef._class) then
  240. begin
  241. if (cs_implicit_exceptions in aktmoduleswitches) then
  242. include(current_procinfo.flags,pi_needs_implicit_finally);
  243. srsym:=search_class_member(current_procinfo.procdef._class,'NEWINSTANCE');
  244. if assigned(srsym) and
  245. (srsym.typ=procsym) then
  246. begin
  247. { if vmt<>0 then newinstance }
  248. addstatement(newstatement,cifnode.create(
  249. caddnode.create(unequaln,
  250. load_vmt_pointer_node,
  251. cnilnode.create),
  252. cassignmentnode.create(
  253. ctypeconvnode.create_explicit(
  254. load_self_pointer_node,
  255. voidpointertype),
  256. ccallnode.create(nil,tprocsym(srsym),srsym.owner,load_vmt_pointer_node)),
  257. nil));
  258. end
  259. else
  260. internalerror(200305108);
  261. end
  262. else
  263. if is_object(current_procinfo.procdef._class) then
  264. begin
  265. htype.setdef(current_procinfo.procdef._class);
  266. htype.setdef(tpointerdef.create(htype));
  267. { parameter 3 : vmt_offset }
  268. { parameter 2 : address of pointer to vmt,
  269. this is required to allow setting the vmt to -1 to indicate
  270. that memory was allocated }
  271. { parameter 1 : self pointer }
  272. para:=ccallparanode.create(
  273. cordconstnode.create(current_procinfo.procdef._class.vmt_offset,s32bittype,false),
  274. ccallparanode.create(
  275. ctypeconvnode.create_explicit(
  276. load_vmt_pointer_node,
  277. voidpointertype),
  278. ccallparanode.create(
  279. ctypeconvnode.create_explicit(
  280. load_self_pointer_node,
  281. voidpointertype),
  282. nil)));
  283. addstatement(newstatement,cassignmentnode.create(
  284. ctypeconvnode.create_explicit(
  285. load_self_pointer_node,
  286. voidpointertype),
  287. ccallnode.createintern('fpc_help_constructor',para)));
  288. end
  289. else
  290. internalerror(200305103);
  291. { if self=nil then exit
  292. calling fail instead of exit is useless because
  293. there is nothing to dispose (PFV) }
  294. addstatement(newstatement,cifnode.create(
  295. caddnode.create(equaln,
  296. load_self_pointer_node,
  297. cnilnode.create),
  298. cexitnode.create(nil),
  299. nil));
  300. end;
  301. { maybe call BeforeDestruction for classes }
  302. if (current_procinfo.procdef.proctypeoption=potype_destructor) and
  303. is_class(current_procinfo.procdef._class) then
  304. begin
  305. srsym:=search_class_member(current_procinfo.procdef._class,'BEFOREDESTRUCTION');
  306. if assigned(srsym) and
  307. (srsym.typ=procsym) then
  308. begin
  309. { if vmt<>0 then beforedestruction }
  310. addstatement(newstatement,cifnode.create(
  311. caddnode.create(unequaln,
  312. load_vmt_pointer_node,
  313. cnilnode.create),
  314. ccallnode.create(nil,tprocsym(srsym),srsym.owner,load_self_node),
  315. nil));
  316. end
  317. else
  318. internalerror(200305104);
  319. end;
  320. end;
  321. end;
  322. function generate_finalize_block:tnode;
  323. begin
  324. { temp/para/locals finalize code will be inserted here }
  325. tcgprocinfo(current_procinfo).finalasmnode:=casmnode.create_get_position;
  326. result:=tcgprocinfo(current_procinfo).finalasmnode;
  327. end;
  328. function generate_entry_block:tnode;
  329. begin
  330. result:=cnothingnode.create;
  331. end;
  332. function generate_exit_block:tnode;
  333. var
  334. srsym : tsym;
  335. para : tcallparanode;
  336. newstatement : tstatementnode;
  337. begin
  338. generate_exit_block:=internalstatements(newstatement,true);
  339. if assigned(current_procinfo.procdef._class) then
  340. begin
  341. { maybe call AfterConstruction for classes }
  342. if (current_procinfo.procdef.proctypeoption=potype_constructor) and
  343. is_class(current_procinfo.procdef._class) then
  344. begin
  345. srsym:=search_class_member(current_procinfo.procdef._class,'AFTERCONSTRUCTION');
  346. if assigned(srsym) and
  347. (srsym.typ=procsym) then
  348. begin
  349. { if vmt<>0 then afterconstruction }
  350. addstatement(newstatement,cifnode.create(
  351. caddnode.create(unequaln,
  352. load_vmt_pointer_node,
  353. cnilnode.create),
  354. ccallnode.create(nil,tprocsym(srsym),srsym.owner,load_self_node),
  355. nil));
  356. end
  357. else
  358. internalerror(200305106);
  359. end;
  360. { a destructor needs a help procedure }
  361. if (current_procinfo.procdef.proctypeoption=potype_destructor) then
  362. begin
  363. if is_class(current_procinfo.procdef._class) then
  364. begin
  365. srsym:=search_class_member(current_procinfo.procdef._class,'FREEINSTANCE');
  366. if assigned(srsym) and
  367. (srsym.typ=procsym) then
  368. begin
  369. { if self<>0 and vmt=1 then freeinstance }
  370. addstatement(newstatement,cifnode.create(
  371. caddnode.create(andn,
  372. caddnode.create(unequaln,
  373. load_self_pointer_node,
  374. cnilnode.create),
  375. caddnode.create(equaln,
  376. ctypeconvnode.create(
  377. load_vmt_pointer_node,
  378. voidpointertype),
  379. cpointerconstnode.create(1,voidpointertype))),
  380. ccallnode.create(nil,tprocsym(srsym),srsym.owner,load_self_node),
  381. nil));
  382. end
  383. else
  384. internalerror(200305108);
  385. end
  386. else
  387. if is_object(current_procinfo.procdef._class) then
  388. begin
  389. { finalize object data }
  390. if current_procinfo.procdef._class.needs_inittable then
  391. addstatement(newstatement,finalize_data_node(load_self_node));
  392. { parameter 3 : vmt_offset }
  393. { parameter 2 : pointer to vmt }
  394. { parameter 1 : self pointer }
  395. para:=ccallparanode.create(
  396. cordconstnode.create(current_procinfo.procdef._class.vmt_offset,s32bittype,false),
  397. ccallparanode.create(
  398. ctypeconvnode.create_explicit(
  399. load_vmt_pointer_node,
  400. voidpointertype),
  401. ccallparanode.create(
  402. ctypeconvnode.create_explicit(
  403. load_self_pointer_node,
  404. voidpointertype),
  405. nil)));
  406. addstatement(newstatement,
  407. ccallnode.createintern('fpc_help_destructor',para));
  408. end
  409. else
  410. internalerror(200305105);
  411. end;
  412. end;
  413. end;
  414. function generate_except_block:tnode;
  415. var
  416. pd : tprocdef;
  417. newstatement : tstatementnode;
  418. begin
  419. generate_except_block:=internalstatements(newstatement,true);
  420. { a constructor needs call destructor (if available) when it
  421. is not inherited }
  422. if assigned(current_procinfo.procdef._class) and
  423. (current_procinfo.procdef.proctypeoption=potype_constructor) then
  424. begin
  425. pd:=current_procinfo.procdef._class.searchdestructor;
  426. if assigned(pd) then
  427. begin
  428. { if vmt<>0 then call destructor }
  429. addstatement(newstatement,cifnode.create(
  430. caddnode.create(unequaln,
  431. load_vmt_pointer_node,
  432. cnilnode.create),
  433. ccallnode.create(nil,tprocsym(pd.procsym),pd.procsym.owner,load_self_node),
  434. nil));
  435. end;
  436. end
  437. else
  438. begin
  439. { no constructor }
  440. { must be the return value finalized before reraising the exception? }
  441. if (not is_void(current_procinfo.procdef.rettype.def)) and
  442. (current_procinfo.procdef.rettype.def.needs_inittable) and
  443. (not is_class(current_procinfo.procdef.rettype.def)) then
  444. finalize_data_node(load_result_node);
  445. end;
  446. end;
  447. procedure add_entry_exit_code(var code:tnode;const entrypos,exitpos:tfileposinfo);
  448. var
  449. initializecode,
  450. finalizecode,
  451. entrycode,
  452. exitcode,
  453. exceptcode : tnode;
  454. codeblock,
  455. newblock : tblocknode;
  456. codestatement,
  457. newstatement : tstatementnode;
  458. oldfilepos : tfileposinfo;
  459. begin
  460. oldfilepos:=aktfilepos;
  461. { Generate entry,exit and init,final blocks }
  462. aktfilepos:=entrypos;
  463. initializecode:=generate_initialize_block;
  464. entrycode:=generate_entry_block;
  465. aktfilepos:=exitpos;
  466. exitcode:=generate_exit_block;
  467. finalizecode:=generate_finalize_block;
  468. exceptcode:=generate_except_block;
  469. { Generate body of the procedure by combining entry+body+exit }
  470. codeblock:=internalstatements(codestatement,true);
  471. addstatement(codestatement,entrycode);
  472. addstatement(codestatement,code);
  473. addstatement(codestatement,exitcode);
  474. { Generate procedure by combining init+body+final,
  475. depending on the implicit finally we need to add
  476. an try...finally...end wrapper }
  477. newblock:=internalstatements(newstatement,true);
  478. if (pi_needs_implicit_finally in current_procinfo.flags) and
  479. { but it's useless in init/final code of units }
  480. not(current_procinfo.procdef.proctypeoption in [potype_unitfinalize,potype_unitinit]) then
  481. begin
  482. addstatement(newstatement,initializecode);
  483. aktfilepos:=entrypos;
  484. addstatement(newstatement,ctryfinallynode.create_implicit(
  485. codeblock,
  486. finalizecode,
  487. exceptcode));
  488. end
  489. else
  490. begin
  491. addstatement(newstatement,initializecode);
  492. addstatement(newstatement,codeblock);
  493. addstatement(newstatement,finalizecode);
  494. end;
  495. resulttypepass(newblock);
  496. code:=newblock;
  497. aktfilepos:=oldfilepos;
  498. end;
  499. {****************************************************************************
  500. TCGProcInfo
  501. ****************************************************************************}
  502. constructor tcgprocinfo.create(aparent:tprocinfo);
  503. begin
  504. inherited Create(aparent);
  505. nestedprocs:=tlinkedlist.create;
  506. end;
  507. destructor tcgprocinfo.destroy;
  508. begin
  509. nestedprocs.free;
  510. inherited destroy;
  511. end;
  512. procedure tcgprocinfo.generate_code;
  513. var
  514. oldprocinfo : tprocinfo;
  515. oldaktmaxfpuregisters : longint;
  516. oldfilepos : tfileposinfo;
  517. templist : Taasmoutput;
  518. headertai : tai;
  519. usesacc,
  520. usesfpu,
  521. usesacchi : boolean;
  522. {$ifdef ra_debug}
  523. i,
  524. {$endif ra_debug}
  525. spillingcounter : integer;
  526. fastspill:boolean;
  527. begin
  528. { the initialization procedure can be empty, then we
  529. don't need to generate anything. When it was an empty
  530. procedure there would be at least a blocknode }
  531. if not assigned(code) then
  532. exit;
  533. { The RA and Tempgen shall not be available yet }
  534. if assigned(rg) or assigned(tg) then
  535. internalerror(200309201);
  536. oldprocinfo:=current_procinfo;
  537. oldfilepos:=aktfilepos;
  538. oldaktmaxfpuregisters:=aktmaxfpuregisters;
  539. current_procinfo:=self;
  540. { get new labels }
  541. aktbreaklabel:=nil;
  542. aktcontinuelabel:=nil;
  543. templist:=Taasmoutput.create;
  544. { add parast/localst to symtablestack }
  545. add_to_symtablestack;
  546. { set the start offset to the start of the temp area in the stack }
  547. tg:=ttgobj.create;
  548. { Create register allocator }
  549. cg.init_register_allocators;
  550. current_procinfo.set_first_temp_offset;
  551. current_procinfo.generate_parameter_info;
  552. { Allocate space in temp/registers for parast and localst }
  553. aktfilepos:=entrypos;
  554. gen_alloc_parast(aktproccode,tparasymtable(current_procinfo.procdef.parast));
  555. if current_procinfo.procdef.localst.symtabletype=localsymtable then
  556. gen_alloc_localst(aktproccode,tlocalsymtable(current_procinfo.procdef.localst));
  557. { Load register parameters in temps and insert local copies
  558. for values parameters. This must be done before the body is parsed
  559. because the localloc is updated }
  560. aktfilepos:=entrypos;
  561. gen_load_para_value(aktproccode);
  562. {$warning FIXME!!}
  563. { FIXME!! If a procedure contains assembler blocks (or is pure assembler), }
  564. { then rg.used_in_proc_int already contains info because of that. However, }
  565. { adding that info happened before initialisation of rg.used_in_proc_int, }
  566. { so this info cannot be valid! Currently only changing this for entire }
  567. { assembler procedures... For non-i386, the changed registers are even }
  568. { always all volatile registers (JM) }
  569. {$ifdef i386}
  570. if (po_assembler in current_procinfo.procdef.procoptions) then
  571. begin
  572. rg.used_in_proc_int:=paramanager.get_volatile_registers_int(pocall_oldfpccall);
  573. rg.used_in_proc_other:=paramanager.get_volatile_registers_int(pocall_oldfpccall);
  574. end;
  575. {$endif i386}
  576. { generate code for the body }
  577. generatecode(code);
  578. { first generate entry and initialize code with the correct
  579. position and switches }
  580. aktfilepos:=entrypos;
  581. aktlocalswitches:=entryswitches;
  582. gen_initialize_code(templist,false);
  583. aktproccode.insertlistafter(tasmnode(initasmnode).currenttai,templist);
  584. { now generate finalize and exit code with the correct position
  585. and switches }
  586. aktfilepos:=exitpos;
  587. aktlocalswitches:=exitswitches;
  588. gen_finalize_code(templist,false);
  589. { the finalcode must be concatted if there was no position available,
  590. using insertlistafter will result in an insert at the start
  591. when currentai=nil }
  592. if assigned(tasmnode(finalasmnode).currenttai) then
  593. aktproccode.insertlistafter(tasmnode(finalasmnode).currenttai,templist)
  594. else
  595. aktproccode.concatlist(templist);
  596. { note: this must be done only after as much code as possible has }
  597. { been generated. The result is that when you ungetregister() a }
  598. { regvar, it will actually free the regvar (and alse free the }
  599. { the regvars at the same time). Doing this too early will }
  600. { confuse the register allocator, as the regvars will still be }
  601. { used. It should be done before loading the result regs (so }
  602. { they don't conflict with the regvars) and before }
  603. { gen_entry_code (that one has to be able to allocate the }
  604. { regvars again) (JM) }
  605. free_regvars(aktproccode);
  606. { add code that will load the return value, this is not done
  607. for assembler routines when they didn't reference the result
  608. variable }
  609. usesacc:=false;
  610. usesfpu:=false;
  611. usesacchi:=false;
  612. gen_load_return_value(templist,usesacc,usesacchi,usesfpu);
  613. aktproccode.concatlist(templist);
  614. { generate symbol and save end of header position }
  615. aktfilepos:=entrypos;
  616. gen_proc_symbol(templist);
  617. headertai:=tai(templist.last);
  618. { insert symbol }
  619. aktproccode.insertlist(templist);
  620. { Free space in temp/registers for parast and localst, must be
  621. done after gen_entry_code }
  622. aktfilepos:=exitpos;
  623. if current_procinfo.procdef.localst.symtabletype=localsymtable then
  624. gen_free_localst(aktproccode,tlocalsymtable(current_procinfo.procdef.localst));
  625. gen_free_parast(aktproccode,tparasymtable(current_procinfo.procdef.parast));
  626. { The procedure body is finished, we can now
  627. allocate the registers }
  628. if not(cs_no_regalloc in aktglobalswitches) then
  629. begin
  630. {Do register allocation.}
  631. spillingcounter:=0;
  632. repeat
  633. {$ifdef ra_debug}
  634. if aktfilepos.line=1206 then
  635. rg.writegraph(spillingcounter);
  636. {$endif ra_debug}
  637. rg.prepare_colouring;
  638. rg.colour_registers;
  639. rg.epilogue_colouring;
  640. fastspill:=true;
  641. if rg.spillednodes<>'' then
  642. begin
  643. inc(spillingcounter);
  644. if spillingcounter>20 then
  645. {$ifdef ra_debug}
  646. break;
  647. {$else ra_debug}
  648. internalerror(200309041);
  649. {$endif ra_debug}
  650. {$ifdef ra_debug}
  651. if aktfilepos.line=1207 then
  652. begin
  653. writeln('Spilling registers:');
  654. for i:=1 to length(rg.spillednodes) do
  655. writeln(ord(rg.spillednodes[i]));
  656. end;
  657. {$endif ra_debug}
  658. fastspill:=rg.spill_registers(aktproccode,headertai,rg.spillednodes);
  659. end;
  660. until (rg.spillednodes='') or not fastspill;
  661. aktproccode.translate_registers(rg.colour);
  662. (*
  663. {$ifndef NoOpt}
  664. if (cs_optimize in aktglobalswitches) and
  665. { do not optimize pure assembler procedures }
  666. not(pi_is_assembler in current_procinfo.flags) then
  667. optimize(aktproccode);
  668. {$endif NoOpt}
  669. *)
  670. end;
  671. translate_regvars(aktproccode,rg.colour);
  672. { Add save and restore of used registers }
  673. aktfilepos:=entrypos;
  674. gen_save_used_regs(templist);
  675. aktproccode.insertlistafter(headertai,templist);
  676. aktfilepos:=exitpos;
  677. gen_restore_used_regs(aktproccode,usesacc,usesacchi,usesfpu);
  678. { Add stack allocation code after header }
  679. aktfilepos:=entrypos;
  680. gen_stackalloc_code(templist);
  681. aktproccode.insertlistafter(headertai,templist);
  682. { Add exit code at the end }
  683. aktfilepos:=exitpos;
  684. gen_stackfree_code(templist,usesacc,usesacchi);
  685. aktproccode.concatlist(templist);
  686. { Add end symbol and debug info }
  687. aktfilepos:=exitpos;
  688. gen_proc_symbol_end(templist);
  689. aktproccode.concatlist(templist);
  690. { save local data (casetable) also in the same file }
  691. if assigned(aktlocaldata) and
  692. (not aktlocaldata.empty) then
  693. begin
  694. { because of the limited constant size of the arm, all data access is done pc relative }
  695. if target_info.cpu=cpu_arm then
  696. aktproccode.concatlist(aktlocaldata)
  697. else
  698. begin
  699. aktproccode.concat(Tai_section.Create(sec_data));
  700. aktproccode.concatlist(aktlocaldata);
  701. aktproccode.concat(Tai_section.Create(sec_code));
  702. end;
  703. end;
  704. { add the procedure to the codesegment }
  705. if (cs_create_smart in aktmoduleswitches) then
  706. codesegment.concat(Tai_cut.Create);
  707. codesegment.concatlist(aktproccode);
  708. { only now we can remove the temps }
  709. tg.resettempgen;
  710. { stop tempgen and ra }
  711. tg.free;
  712. cg.done_register_allocators;
  713. tg:=nil;
  714. rg:=nil;
  715. { restore symtablestack }
  716. remove_from_symtablestack;
  717. { restore }
  718. templist.free;
  719. aktmaxfpuregisters:=oldaktmaxfpuregisters;
  720. aktfilepos:=oldfilepos;
  721. current_procinfo:=oldprocinfo;
  722. end;
  723. procedure tcgprocinfo.add_to_symtablestack;
  724. var
  725. _class,hp : tobjectdef;
  726. begin
  727. { insert symtables for the class, but only if it is no nested function }
  728. if assigned(procdef._class) and
  729. not(assigned(parent) and
  730. assigned(parent.procdef) and
  731. assigned(parent.procdef._class)) then
  732. begin
  733. { insert them in the reverse order }
  734. hp:=nil;
  735. repeat
  736. _class:=procdef._class;
  737. while _class.childof<>hp do
  738. _class:=_class.childof;
  739. hp:=_class;
  740. _class.symtable.next:=symtablestack;
  741. symtablestack:=_class.symtable;
  742. until hp=procdef._class;
  743. end;
  744. { insert parasymtable in symtablestack when parsing
  745. a function }
  746. if procdef.parast.symtablelevel>=normal_function_level then
  747. begin
  748. procdef.parast.next:=symtablestack;
  749. symtablestack:=procdef.parast;
  750. end;
  751. procdef.localst.next:=symtablestack;
  752. symtablestack:=procdef.localst;
  753. end;
  754. procedure tcgprocinfo.remove_from_symtablestack;
  755. begin
  756. { remove localst/parast }
  757. if procdef.parast.symtablelevel>=normal_function_level then
  758. symtablestack:=symtablestack.next.next
  759. else
  760. symtablestack:=symtablestack.next;
  761. { remove class member symbol tables }
  762. while symtablestack.symtabletype=objectsymtable do
  763. symtablestack:=symtablestack.next;
  764. end;
  765. procedure tcgprocinfo.resetprocdef;
  766. begin
  767. { the local symtables can be deleted, but the parast }
  768. { doesn't, (checking definitons when calling a }
  769. { function }
  770. { not for a inline procedure !! (PM) }
  771. { at lexlevel = 1 localst is the staticsymtable itself }
  772. { so no dispose here !! }
  773. if assigned(code) and
  774. not(cs_browser in aktmoduleswitches) and
  775. (procdef.proccalloption<>pocall_inline) then
  776. begin
  777. if procdef.parast.symtablelevel>=normal_function_level then
  778. procdef.localst.free;
  779. procdef.localst:=nil;
  780. end;
  781. { remove code tree, if not inline procedure }
  782. if assigned(code) then
  783. begin
  784. { the inline procedure has already got a copy of the tree
  785. stored in current_procinfo.procdef.code }
  786. code.free;
  787. if (procdef.proccalloption<>pocall_inline) then
  788. procdef.code:=nil;
  789. end;
  790. end;
  791. procedure tcgprocinfo.parse_body;
  792. var
  793. oldprocinfo : tprocinfo;
  794. begin
  795. oldprocinfo:=current_procinfo;
  796. current_procinfo:=self;
  797. { calculate the lexical level }
  798. if procdef.parast.symtablelevel>maxnesting then
  799. Message(parser_e_too_much_lexlevel);
  800. { static is also important for local procedures !! }
  801. if (po_staticmethod in procdef.procoptions) then
  802. allow_only_static:=true
  803. else if (procdef.parast.symtablelevel=normal_function_level) then
  804. allow_only_static:=false;
  805. { reset break and continue labels }
  806. block_type:=bt_general;
  807. {$ifdef state_tracking}
  808. { aktstate:=Tstate_storage.create;}
  809. {$endif state_tracking}
  810. { create a local symbol table for this routine }
  811. if not assigned(procdef.localst) then
  812. procdef.insert_localst;
  813. { add parast/localst to symtablestack }
  814. add_to_symtablestack;
  815. { constant symbols are inserted in this symboltable }
  816. constsymtable:=symtablestack;
  817. { save entry info }
  818. entrypos:=aktfilepos;
  819. entryswitches:=aktlocalswitches;
  820. { parse the code ... }
  821. code:=block(current_module.islibrary);
  822. { save exit info }
  823. exitswitches:=aktlocalswitches;
  824. exitpos:=last_endtoken_filepos;
  825. if assigned(code) then
  826. begin
  827. { get a better entry point }
  828. entrypos:=code.fileinfo;
  829. { the procedure is now defined }
  830. procdef.forwarddef:=false;
  831. { add implicit entry and exit code }
  832. add_entry_exit_code(code,entrypos,exitpos);
  833. if (Errorcount=0) then
  834. begin
  835. { check if forwards are resolved }
  836. tstoredsymtable(procdef.localst).check_forwards;
  837. { check if all labels are used }
  838. tstoredsymtable(procdef.localst).checklabels;
  839. { remove cross unit overloads }
  840. tstoredsymtable(procdef.localst).unchain_overloaded;
  841. end;
  842. { check for unused symbols, but only if there is no asm block }
  843. if not(pi_uses_asm in flags) then
  844. begin
  845. { not for unit init, becuase the var can be used in finalize,
  846. it will be done in proc_unit }
  847. if not(procdef.proctypeoption in [potype_proginit,potype_unitinit,potype_unitfinalize]) then
  848. tstoredsymtable(procdef.localst).allsymbolsused;
  849. tstoredsymtable(procdef.parast).allsymbolsused;
  850. end;
  851. { Finish type checking pass }
  852. do_resulttypepass(code);
  853. { Print the node to tree.log }
  854. if paraprintnodetree=1 then
  855. printnode_procdef(procdef);
  856. end;
  857. { store a copy of the original tree for inline, for
  858. normal procedures only store a reference to the
  859. current tree }
  860. if (procdef.proccalloption=pocall_inline) then
  861. procdef.code:=code.getcopy
  862. else
  863. procdef.code:=code;
  864. { ... remove symbol tables }
  865. remove_from_symtablestack;
  866. {$ifdef state_tracking}
  867. { aktstate.destroy;}
  868. {$endif state_tracking}
  869. { reset to normal non static function }
  870. if (current_procinfo.procdef.parast.symtablelevel=normal_function_level) then
  871. allow_only_static:=false;
  872. current_procinfo:=oldprocinfo;
  873. end;
  874. {****************************************************************************
  875. PROCEDURE/FUNCTION PARSING
  876. ****************************************************************************}
  877. procedure check_init_paras(p:tnamedindexitem;arg:pointer);
  878. begin
  879. if tsym(p).typ<>varsym then
  880. exit;
  881. with tvarsym(p) do
  882. if (not is_class(vartype.def) and
  883. vartype.def.needs_inittable and
  884. (varspez in [vs_value,vs_out])) then
  885. include(current_procinfo.flags,pi_do_call);
  886. end;
  887. procedure read_proc;
  888. {
  889. Parses the procedure directives, then parses the procedure body, then
  890. generates the code for it
  891. }
  892. procedure do_generate_code(pi:tcgprocinfo);
  893. var
  894. hpi : tcgprocinfo;
  895. begin
  896. { generate code for this procedure }
  897. pi.generate_code;
  898. { process nested procs }
  899. hpi:=tcgprocinfo(pi.nestedprocs.first);
  900. while assigned(hpi) do
  901. begin
  902. do_generate_code(hpi);
  903. hpi:=tcgprocinfo(hpi.next);
  904. end;
  905. pi.resetprocdef;
  906. end;
  907. var
  908. old_current_procinfo : tprocinfo;
  909. oldconstsymtable : tsymtable;
  910. oldselftokenmode,
  911. oldfailtokenmode : tmodeswitch;
  912. pdflags : tpdflags;
  913. pd : tprocdef;
  914. isnestedproc : boolean;
  915. begin
  916. { save old state }
  917. oldconstsymtable:=constsymtable;
  918. old_current_procinfo:=current_procinfo;
  919. { reset current_procinfo.procdef to nil to be sure that nothing is writing
  920. to an other procdef }
  921. current_procinfo:=nil;
  922. { parse procedure declaration }
  923. if assigned(old_current_procinfo) and
  924. assigned(old_current_procinfo.procdef) then
  925. pd:=parse_proc_dec(old_current_procinfo.procdef._class)
  926. else
  927. pd:=parse_proc_dec(nil);
  928. { set the default function options }
  929. if parse_only then
  930. begin
  931. pd.forwarddef:=true;
  932. { set also the interface flag, for better error message when the
  933. implementation doesn't much this header }
  934. pd.interfacedef:=true;
  935. include(pd.procoptions,po_public);
  936. pdflags:=[pd_interface];
  937. end
  938. else
  939. begin
  940. pdflags:=[pd_body];
  941. if (not current_module.in_interface) then
  942. include(pdflags,pd_implemen);
  943. if (not current_module.is_unit) or
  944. (cs_create_smart in aktmoduleswitches) then
  945. include(pd.procoptions,po_public);
  946. pd.forwarddef:=false;
  947. end;
  948. { parse the directives that may follow }
  949. parse_proc_directives(pd,pdflags);
  950. { hint directives, these can be separated by semicolons here,
  951. that needs to be handled here with a loop (PFV) }
  952. while try_consume_hintdirective(pd.symoptions) do
  953. Consume(_SEMICOLON);
  954. { everything of the proc definition is known, we can now
  955. calculate the parameters }
  956. calc_parast(pd);
  957. { search for forward declarations }
  958. if not proc_add_definition(pd) then
  959. begin
  960. { A method must be forward defined (in the object declaration) }
  961. if assigned(pd._class) and
  962. (not assigned(old_current_procinfo.procdef._class)) then
  963. begin
  964. MessagePos1(pd.fileinfo,parser_e_header_dont_match_any_member,pd.fullprocname(false));
  965. tprocsym(pd.procsym).write_parameter_lists(pd);
  966. end
  967. else
  968. begin
  969. { Give a better error if there is a forward def in the interface and only
  970. a single implementation }
  971. if (not pd.forwarddef) and
  972. (not pd.interfacedef) and
  973. (tprocsym(pd.procsym).procdef_count>1) and
  974. tprocsym(pd.procsym).first_procdef.forwarddef and
  975. tprocsym(pd.procsym).first_procdef.interfacedef and
  976. not(tprocsym(pd.procsym).procdef_count>2) then
  977. begin
  978. MessagePos1(pd.fileinfo,parser_e_header_dont_match_forward,pd.fullprocname(false));
  979. tprocsym(pd.procsym).write_parameter_lists(pd);
  980. end;
  981. end;
  982. end;
  983. { compile procedure when a body is needed }
  984. if (pd_body in pdflags) then
  985. begin
  986. Message1(parser_d_procedure_start,pd.fullprocname(false));
  987. { create a new procedure }
  988. current_procinfo:=cprocinfo.create(old_current_procinfo);
  989. current_module.procinfo:=current_procinfo;
  990. current_procinfo.procdef:=pd;
  991. isnestedproc:=(current_procinfo.procdef.parast.symtablelevel>normal_function_level);
  992. { Insert mangledname }
  993. pd.aliasnames.insert(pd.mangledname);
  994. { Insert result variables in the localst }
  995. insert_funcret_local(pd);
  996. { check if there are para's which require initing -> set }
  997. { pi_do_call (if not yet set) }
  998. if not(pi_do_call in current_procinfo.flags) then
  999. pd.parast.foreach_static({$ifdef FPCPROCVAR}@{$endif}check_init_paras,nil);
  1000. { set _FAIL as keyword if constructor }
  1001. if (pd.proctypeoption=potype_constructor) then
  1002. begin
  1003. oldfailtokenmode:=tokeninfo^[_FAIL].keyword;
  1004. tokeninfo^[_FAIL].keyword:=m_all;
  1005. end;
  1006. { set _SELF as keyword if methods }
  1007. if assigned(pd._class) then
  1008. begin
  1009. oldselftokenmode:=tokeninfo^[_SELF].keyword;
  1010. tokeninfo^[_SELF].keyword:=m_all;
  1011. end;
  1012. tcgprocinfo(current_procinfo).parse_body;
  1013. { When it's a nested procedure then defer the code generation,
  1014. when back at normal function level then generate the code
  1015. for all defered nested procedures and the current procedure }
  1016. if isnestedproc then
  1017. tcgprocinfo(current_procinfo.parent).nestedprocs.insert(current_procinfo)
  1018. else
  1019. begin
  1020. if status.errorcount=0 then
  1021. do_generate_code(tcgprocinfo(current_procinfo));
  1022. end;
  1023. { reset _FAIL as _SELF normal }
  1024. if (pd.proctypeoption=potype_constructor) then
  1025. tokeninfo^[_FAIL].keyword:=oldfailtokenmode;
  1026. if assigned(pd._class) then
  1027. tokeninfo^[_SELF].keyword:=oldselftokenmode;
  1028. consume(_SEMICOLON);
  1029. { release procinfo }
  1030. if tprocinfo(current_module.procinfo)<>current_procinfo then
  1031. internalerror(200304274);
  1032. current_module.procinfo:=current_procinfo.parent;
  1033. if not isnestedproc then
  1034. current_procinfo.free;
  1035. end;
  1036. { Restore old state }
  1037. constsymtable:=oldconstsymtable;
  1038. current_procinfo:=old_current_procinfo;
  1039. end;
  1040. {****************************************************************************
  1041. DECLARATION PARSING
  1042. ****************************************************************************}
  1043. { search in symtablestack for not complete classes }
  1044. procedure check_forward_class(p : tnamedindexitem;arg:pointer);
  1045. begin
  1046. if (tsym(p).typ=typesym) and
  1047. (ttypesym(p).restype.def.deftype=objectdef) and
  1048. (oo_is_forward in tobjectdef(ttypesym(p).restype.def).objectoptions) then
  1049. MessagePos1(tsym(p).fileinfo,sym_e_forward_type_not_resolved,tsym(p).realname);
  1050. end;
  1051. procedure read_declarations(islibrary : boolean);
  1052. procedure Not_supported_for_inline(t : ttoken);
  1053. begin
  1054. if (current_procinfo.procdef.proccalloption=pocall_inline) then
  1055. Begin
  1056. Message1(parser_w_not_supported_for_inline,tokenstring(t));
  1057. Message(parser_w_inlining_disabled);
  1058. current_procinfo.procdef.proccalloption:=pocall_default;
  1059. End;
  1060. end;
  1061. begin
  1062. repeat
  1063. if not assigned(current_procinfo) then
  1064. internalerror(200304251);
  1065. case token of
  1066. _LABEL:
  1067. begin
  1068. Not_supported_for_inline(token);
  1069. label_dec;
  1070. end;
  1071. _CONST:
  1072. begin
  1073. Not_supported_for_inline(token);
  1074. const_dec;
  1075. end;
  1076. _TYPE:
  1077. begin
  1078. Not_supported_for_inline(token);
  1079. type_dec;
  1080. end;
  1081. _VAR:
  1082. var_dec;
  1083. _THREADVAR:
  1084. threadvar_dec;
  1085. _CONSTRUCTOR,_DESTRUCTOR,
  1086. _FUNCTION,_PROCEDURE,_OPERATOR,_CLASS:
  1087. begin
  1088. Not_supported_for_inline(token);
  1089. read_proc;
  1090. end;
  1091. _RESOURCESTRING:
  1092. resourcestring_dec;
  1093. _EXPORTS:
  1094. begin
  1095. Not_supported_for_inline(token);
  1096. if not(assigned(current_procinfo.procdef.localst)) or
  1097. (current_procinfo.procdef.localst.symtablelevel>main_program_level) or
  1098. (current_module.is_unit) then
  1099. begin
  1100. Message(parser_e_syntax_error);
  1101. consume_all_until(_SEMICOLON);
  1102. end
  1103. else if islibrary or
  1104. (target_info.system in [system_i386_WIN32,system_i386_wdosx,system_i386_Netware]) then
  1105. read_exports
  1106. else
  1107. begin
  1108. Message(parser_w_unsupported_feature);
  1109. consume(_BEGIN);
  1110. end;
  1111. end
  1112. else break;
  1113. end;
  1114. until false;
  1115. { check for incomplete class definitions, this is only required
  1116. for fpc modes }
  1117. if (m_fpc in aktmodeswitches) then
  1118. symtablestack.foreach_static({$ifdef FPCPROCVAR}@{$endif}check_forward_class,nil);
  1119. end;
  1120. procedure read_interface_declarations;
  1121. begin
  1122. repeat
  1123. case token of
  1124. _CONST :
  1125. const_dec;
  1126. _TYPE :
  1127. type_dec;
  1128. _VAR :
  1129. var_dec;
  1130. _THREADVAR :
  1131. threadvar_dec;
  1132. _RESOURCESTRING:
  1133. resourcestring_dec;
  1134. _FUNCTION,
  1135. _PROCEDURE,
  1136. _OPERATOR :
  1137. read_proc;
  1138. else
  1139. break;
  1140. end;
  1141. until false;
  1142. { check for incomplete class definitions, this is only required
  1143. for fpc modes }
  1144. if (m_fpc in aktmodeswitches) then
  1145. symtablestack.foreach_static({$ifdef FPCPROCVAR}@{$endif}check_forward_class,nil);
  1146. end;
  1147. begin
  1148. cprocinfo:=tcgprocinfo;
  1149. end.
  1150. {
  1151. $Log$
  1152. Revision 1.155 2003-10-01 20:34:49 peter
  1153. * procinfo unit contains tprocinfo
  1154. * cginfo renamed to cgbase
  1155. * moved cgmessage to verbose
  1156. * fixed ppc and sparc compiles
  1157. Revision 1.154 2003/09/29 20:58:56 peter
  1158. * optimized releasing of registers
  1159. Revision 1.153 2003/09/28 17:55:04 peter
  1160. * parent framepointer changed to hidden parameter
  1161. * tloadparentfpnode added
  1162. Revision 1.152 2003/09/27 13:29:43 peter
  1163. * fix reported file position for not matched forwards
  1164. Revision 1.151 2003/09/25 21:25:13 peter
  1165. * remove allocate_intterupt_parameter, allocation is platform
  1166. dependent and needs to be done in create_paraloc_info
  1167. Revision 1.150 2003/09/25 16:19:32 peter
  1168. * fix filepositions
  1169. * insert spill temp allocations at the start of the proc
  1170. Revision 1.149 2003/09/23 17:56:06 peter
  1171. * locals and paras are allocated in the code generation
  1172. * tvarsym.localloc contains the location of para/local when
  1173. generating code for the current procedure
  1174. Revision 1.148 2003/09/14 19:18:10 peter
  1175. * remove obsolete code already in comments
  1176. Revision 1.147 2003/09/14 12:58:00 peter
  1177. * support mulitple overloads in implementation, this is delphi
  1178. compatible
  1179. * procsym only stores the overloads available in the interface
  1180. Revision 1.146 2003/09/12 19:07:42 daniel
  1181. * Fixed fast spilling functionality by re-adding the code that initializes
  1182. precoloured nodes to degree 255. I would like to play hangman on the one
  1183. who removed that code.
  1184. Revision 1.145 2003/09/10 19:14:31 daniel
  1185. * Failed attempt to restore broken fastspill functionality
  1186. Revision 1.144 2003/09/09 20:59:27 daniel
  1187. * Adding register allocation order
  1188. Revision 1.143 2003/09/09 15:55:44 peter
  1189. * use register with least interferences in spillregister
  1190. Revision 1.142 2003/09/07 22:09:35 peter
  1191. * preparations for different default calling conventions
  1192. * various RA fixes
  1193. Revision 1.141 2003/09/04 14:46:12 peter
  1194. * abort with IE when spilling requires > 20 loops
  1195. Revision 1.140 2003/09/03 15:55:01 peter
  1196. * NEWRA branch merged
  1197. Revision 1.139 2003/09/03 11:18:37 florian
  1198. * fixed arm concatcopy
  1199. + arm support in the common compiler sources added
  1200. * moved some generic cg code around
  1201. + tfputype added
  1202. * ...
  1203. Revision 1.138.2.1 2003/08/31 13:50:16 daniel
  1204. * Remove sorting and use pregenerated indexes
  1205. * Some work on making things compile
  1206. Revision 1.138 2003/08/20 17:48:49 peter
  1207. * fixed stackalloc to not allocate localst.datasize twice
  1208. * order of stackalloc code fixed for implicit init/final
  1209. Revision 1.137 2003/08/20 15:50:35 peter
  1210. * define NOOPT until optimizer is fixed
  1211. Revision 1.136 2003/08/20 09:07:00 daniel
  1212. * New register coding now mandatory, some more convert_registers calls
  1213. removed.
  1214. Revision 1.135 2003/08/20 07:48:03 daniel
  1215. * Made internal assembler use new register coding
  1216. Revision 1.134 2003/08/17 16:59:20 jonas
  1217. * fixed regvars so they work with newra (at least for ppc)
  1218. * fixed some volatile register bugs
  1219. + -dnotranslation option for -dnewra, which causes the registers not to
  1220. be translated from virtual to normal registers. Requires support in
  1221. the assembler writer as well, which is only implemented in aggas/
  1222. agppcgas currently
  1223. Revision 1.133 2003/07/23 11:04:15 jonas
  1224. * split en_exit_code into a part that may allocate a register and a part
  1225. that doesn't, so the former can be done before the register colouring
  1226. has been performed
  1227. Revision 1.132 2003/07/06 17:58:22 peter
  1228. * framepointer fixes for sparc
  1229. * parent framepointer code more generic
  1230. Revision 1.131 2003/07/06 15:31:21 daniel
  1231. * Fixed register allocator. *Lots* of fixes.
  1232. Revision 1.130 2003/07/05 20:15:24 jonas
  1233. * set pi_do_call if range/overflow checking is on
  1234. Revision 1.129 2003/06/17 16:34:44 jonas
  1235. * lots of newra fixes (need getfuncretparaloc implementation for i386)!
  1236. * renamed all_intregisters to paramanager.get_volatile_registers_int(pocall_default) and made it
  1237. processor dependent
  1238. Revision 1.128 2003/06/14 14:53:50 jonas
  1239. * fixed newra cycle for x86
  1240. * added constants for indicating source and destination operands of the
  1241. "move reg,reg" instruction to aasmcpu (and use those in rgobj)
  1242. Revision 1.127 2003/06/13 21:19:31 peter
  1243. * current_procdef removed, use current_procinfo.procdef instead
  1244. Revision 1.126 2003/06/12 16:43:07 peter
  1245. * newra compiles for sparc
  1246. Revision 1.125 2003/06/09 12:23:30 peter
  1247. * init/final of procedure data splitted from genentrycode
  1248. * use asmnode getposition to insert final at the correct position
  1249. als for the implicit try...finally
  1250. Revision 1.124 2003/06/07 19:37:43 jonas
  1251. * pi_do_call must always be set for the main program, since it always
  1252. ends with a call to FPC_DO_EXIT
  1253. Revision 1.123 2003/06/07 18:57:04 jonas
  1254. + added freeintparaloc
  1255. * ppc get/freeintparaloc now check whether the parameter regs are
  1256. properly allocated/deallocated (and get an extra list para)
  1257. * ppc a_call_* now internalerrors if pi_do_call is not yet set
  1258. * fixed lot of missing pi_do_call's
  1259. Revision 1.122 2003/06/03 13:01:59 daniel
  1260. * Register allocator finished
  1261. Revision 1.121 2003/05/31 20:23:39 jonas
  1262. * added pi_do_call if a procedure has a value shortstring parameter
  1263. (it's copied to the local stackframe with a helper)
  1264. Revision 1.120 2003/05/30 23:57:08 peter
  1265. * more sparc cleanup
  1266. * accumulator removed, splitted in function_return_reg (called) and
  1267. function_result_reg (caller)
  1268. Revision 1.119 2003/05/28 23:58:18 jonas
  1269. * added missing initialization of rg.usedintin,byproc
  1270. * ppc now also saves/restores used fpu registers
  1271. * ncgcal doesn't add used registers to usedby/inproc anymore, except for
  1272. i386
  1273. Revision 1.118 2003/05/26 21:17:18 peter
  1274. * procinlinenode removed
  1275. * aktexit2label removed, fast exit removed
  1276. + tcallnode.inlined_pass_2 added
  1277. Revision 1.117 2003/05/25 08:59:47 peter
  1278. * do not generate code when there was an error
  1279. Revision 1.116 2003/05/23 18:49:55 jonas
  1280. * generate code for parent procedure before that of nested procedures as
  1281. well (I only need pass_1 to be done for the ppc, but pass_1 and pass_2
  1282. are grouped and it doesn't hurt that pass_2 is done as well)
  1283. Revision 1.115 2003/05/22 21:31:35 peter
  1284. * defer codegeneration for nested procedures
  1285. Revision 1.114 2003/05/16 20:00:39 jonas
  1286. * powerpc nested procedure fixes, should work completely now if all
  1287. local variables of the parent procedure are declared before the
  1288. nested procedures are declared
  1289. Revision 1.113 2003/05/16 14:33:31 peter
  1290. * regvar fixes
  1291. Revision 1.112 2003/05/13 21:26:38 peter
  1292. * only call destructor in except block when there is a destructor
  1293. available
  1294. Revision 1.111 2003/05/13 19:14:41 peter
  1295. * failn removed
  1296. * inherited result code check moven to pexpr
  1297. Revision 1.110 2003/05/13 15:18:49 peter
  1298. * fixed various crashes
  1299. Revision 1.109 2003/05/11 21:37:03 peter
  1300. * moved implicit exception frame from ncgutil to psub
  1301. * constructor/destructor helpers moved from cobj/ncgutil to psub
  1302. Revision 1.108 2003/05/09 17:47:03 peter
  1303. * self moved to hidden parameter
  1304. * removed hdisposen,hnewn,selfn
  1305. Revision 1.107 2003/04/27 11:21:34 peter
  1306. * aktprocdef renamed to current_procinfo.procdef
  1307. * procinfo renamed to current_procinfo
  1308. * procinfo will now be stored in current_module so it can be
  1309. cleaned up properly
  1310. * gen_main_procsym changed to create_main_proc and release_main_proc
  1311. to also generate a tprocinfo structure
  1312. * fixed unit implicit initfinal
  1313. Revision 1.106 2003/04/27 07:29:50 peter
  1314. * current_procinfo.procdef cleanup, current_procdef is now always nil when parsing
  1315. a new procdef declaration
  1316. * aktprocsym removed
  1317. * lexlevel removed, use symtable.symtablelevel instead
  1318. * implicit init/final code uses the normal genentry/genexit
  1319. * funcret state checking updated for new funcret handling
  1320. Revision 1.105 2003/04/26 00:31:42 peter
  1321. * set return_offset moved to after_header
  1322. Revision 1.104 2003/04/25 20:59:34 peter
  1323. * removed funcretn,funcretsym, function result is now in varsym
  1324. and aliases for result and function name are added using absolutesym
  1325. * vs_hidden parameter for funcret passed in parameter
  1326. * vs_hidden fixes
  1327. * writenode changed to printnode and released from extdebug
  1328. * -vp option added to generate a tree.log with the nodetree
  1329. * nicer printnode for statements, callnode
  1330. Revision 1.103 2003/04/24 13:03:01 florian
  1331. * comp is now written with its bit pattern to the ppu instead as an extended
  1332. Revision 1.102 2003/04/23 12:35:34 florian
  1333. * fixed several issues with powerpc
  1334. + applied a patch from Jonas for nested function calls (PowerPC only)
  1335. * ...
  1336. Revision 1.101 2003/04/22 14:33:38 peter
  1337. * removed some notes/hints
  1338. Revision 1.100 2003/04/22 13:47:08 peter
  1339. * fixed C style array of const
  1340. * fixed C array passing
  1341. * fixed left to right with high parameters
  1342. Revision 1.99 2003/04/22 10:09:35 daniel
  1343. + Implemented the actual register allocator
  1344. + Scratch registers unavailable when new register allocator used
  1345. + maybe_save/maybe_restore unavailable when new register allocator used
  1346. Revision 1.98 2003/04/17 07:50:24 daniel
  1347. * Some work on interference graph construction
  1348. Revision 1.97 2003/04/16 09:26:55 jonas
  1349. * assembler procedures now again get a stackframe if they have local
  1350. variables. No space is reserved for a function result however.
  1351. Also, the register parameters aren't automatically saved on the stack
  1352. anymore in assembler procedures.
  1353. Revision 1.96 2003/04/05 21:09:31 jonas
  1354. * several ppc/generic result offset related fixes. The "normal" result
  1355. offset seems now to be calculated correctly and a lot of duplicate
  1356. calculations have been removed. Nested functions accessing the parent's
  1357. function result don't work at all though :(
  1358. Revision 1.95 2003/04/02 16:11:34 peter
  1359. * give error when exports is not supported
  1360. Revision 1.94 2003/03/12 22:43:38 jonas
  1361. * more powerpc and generic fixes related to the new register allocator
  1362. Revision 1.93 2003/03/08 08:59:07 daniel
  1363. + $define newra will enable new register allocator
  1364. + getregisterint will return imaginary registers with $newra
  1365. + -sr switch added, will skip register allocation so you can see
  1366. the direct output of the code generator before register allocation
  1367. Revision 1.92 2003/02/19 22:00:14 daniel
  1368. * Code generator converted to new register notation
  1369. - Horribily outdated todo.txt removed
  1370. Revision 1.91 2003/01/09 21:52:37 peter
  1371. * merged some verbosity options.
  1372. * V_LineInfo is a verbosity flag to include line info
  1373. Revision 1.90 2003/01/09 20:40:59 daniel
  1374. * Converted some code in cgx86.pas to new register numbering
  1375. Revision 1.89 2003/01/09 15:49:56 daniel
  1376. * Added register conversion
  1377. Revision 1.88 2003/01/08 18:43:56 daniel
  1378. * Tregister changed into a record
  1379. Revision 1.87 2003/01/03 20:35:08 peter
  1380. * check also interfacedef when checking for matching forwarddef
  1381. Revision 1.86 2003/01/02 11:14:02 michael
  1382. + Patch from peter to support initial values for local variables
  1383. Revision 1.85 2002/12/29 18:59:34 peter
  1384. * fixed parsing of declarations before asm statement
  1385. Revision 1.84 2002/12/29 18:25:18 peter
  1386. * parse declarations before check _ASM token
  1387. Revision 1.83 2002/12/29 14:57:50 peter
  1388. * unit loading changed to first register units and load them
  1389. afterwards. This is needed to support uses xxx in yyy correctly
  1390. * unit dependency check fixed
  1391. Revision 1.82 2002/12/25 01:26:56 peter
  1392. * duplicate procsym-unitsym fix
  1393. Revision 1.81 2002/12/15 13:37:15 peter
  1394. * don't include uf_init for library. The code is already called and
  1395. does not need to be in the initfinal table
  1396. Revision 1.80 2002/12/07 14:27:09 carl
  1397. * 3% memory optimization
  1398. * changed some types
  1399. + added type checking with different size for call node and for
  1400. parameters
  1401. Revision 1.79 2002/11/25 18:43:32 carl
  1402. - removed the invalid if <> checking (Delphi is strange on this)
  1403. + implemented abstract warning on instance creation of class with
  1404. abstract methods.
  1405. * some error message cleanups
  1406. Revision 1.78 2002/11/25 17:43:23 peter
  1407. * splitted defbase in defutil,symutil,defcmp
  1408. * merged isconvertable and is_equal into compare_defs(_ext)
  1409. * made operator search faster by walking the list only once
  1410. Revision 1.77 2002/11/23 22:50:06 carl
  1411. * some small speed optimizations
  1412. + added several new warnings/hints
  1413. Revision 1.76 2002/11/18 17:31:58 peter
  1414. * pass proccalloption to ret_in_xxx and push_xxx functions
  1415. Revision 1.75 2002/11/17 16:31:57 carl
  1416. * memory optimization (3-4%) : cleanup of tai fields,
  1417. cleanup of tdef and tsym fields.
  1418. * make it work for m68k
  1419. Revision 1.74 2002/11/15 01:58:53 peter
  1420. * merged changes from 1.0.7 up to 04-11
  1421. - -V option for generating bug report tracing
  1422. - more tracing for option parsing
  1423. - errors for cdecl and high()
  1424. - win32 import stabs
  1425. - win32 records<=8 are returned in eax:edx (turned off by default)
  1426. - heaptrc update
  1427. - more info for temp management in .s file with EXTDEBUG
  1428. Revision 1.73 2002/11/09 15:32:30 carl
  1429. * noopt for non-i386 targets
  1430. Revision 1.72 2002/09/10 20:31:48 florian
  1431. * call to current_procinfo.after_header added
  1432. Revision 1.71 2002/09/07 15:25:07 peter
  1433. * old logs removed and tabs fixed
  1434. Revision 1.70 2002/09/03 16:26:27 daniel
  1435. * Make Tprocdef.defs protected
  1436. Revision 1.69 2002/08/25 19:25:20 peter
  1437. * sym.insert_in_data removed
  1438. * symtable.insertvardata/insertconstdata added
  1439. * removed insert_in_data call from symtable.insert, it needs to be
  1440. called separatly. This allows to deref the address calculation
  1441. * procedures now calculate the parast addresses after the procedure
  1442. directives are parsed. This fixes the cdecl parast problem
  1443. * push_addr_param has an extra argument that specifies if cdecl is used
  1444. or not
  1445. Revision 1.68 2002/08/17 09:23:41 florian
  1446. * first part of procinfo rewrite
  1447. Revision 1.67 2002/08/16 14:24:59 carl
  1448. * issameref() to test if two references are the same (then emit no opcodes)
  1449. + ret_in_reg to replace ret_in_acc
  1450. (fix some register allocation bugs at the same time)
  1451. + save_std_register now has an extra parameter which is the
  1452. usedinproc registers
  1453. Revision 1.66 2002/08/11 14:32:27 peter
  1454. * renamed current_library to objectlibrary
  1455. Revision 1.65 2002/08/11 13:24:13 peter
  1456. * saving of asmsymbols in ppu supported
  1457. * asmsymbollist global is removed and moved into a new class
  1458. tasmlibrarydata that will hold the info of a .a file which
  1459. corresponds with a single module. Added librarydata to tmodule
  1460. to keep the library info stored for the module. In the future the
  1461. objectfiles will also be stored to the tasmlibrarydata class
  1462. * all getlabel/newasmsymbol and friends are moved to the new class
  1463. Revision 1.64 2002/08/09 19:14:28 carl
  1464. * fixed stackframe parameter (should only contain local size),
  1465. set to zero currently
  1466. Revision 1.63 2002/08/06 20:55:22 florian
  1467. * first part of ppc calling conventions fix
  1468. Revision 1.62 2002/07/26 21:15:41 florian
  1469. * rewrote the system handling
  1470. Revision 1.61 2002/07/20 11:57:56 florian
  1471. * types.pas renamed to defbase.pas because D6 contains a types
  1472. unit so this would conflicts if D6 programms are compiled
  1473. + Willamette/SSE2 instructions to assembler added
  1474. Revision 1.60 2002/07/19 11:41:36 daniel
  1475. * State tracker work
  1476. * The whilen and repeatn are now completely unified into whilerepeatn. This
  1477. allows the state tracker to change while nodes automatically into
  1478. repeat nodes.
  1479. * Resulttypepass improvements to the notn. 'not not a' is optimized away and
  1480. 'not(a>b)' is optimized into 'a<=b'.
  1481. * Resulttypepass improvements to the whilerepeatn. 'while not a' is optimized
  1482. by removing the notn and later switchting the true and falselabels. The
  1483. same is done with 'repeat until not a'.
  1484. Revision 1.59 2002/07/15 18:03:15 florian
  1485. * readded removed changes
  1486. Revision 1.57 2002/07/11 14:41:28 florian
  1487. * start of the new generic parameter handling
  1488. Revision 1.58 2002/07/14 18:00:44 daniel
  1489. + Added the beginning of a state tracker. This will track the values of
  1490. variables through procedures and optimize things away.
  1491. Revision 1.56 2002/07/07 09:52:32 florian
  1492. * powerpc target fixed, very simple units can be compiled
  1493. * some basic stuff for better callparanode handling, far from being finished
  1494. Revision 1.55 2002/07/04 20:43:01 florian
  1495. * first x86-64 patches
  1496. Revision 1.54 2002/07/01 18:46:25 peter
  1497. * internal linker
  1498. * reorganized aasm layer
  1499. Revision 1.53 2002/05/18 13:34:14 peter
  1500. * readded missing revisions
  1501. Revision 1.52 2002/05/16 19:46:44 carl
  1502. + defines.inc -> fpcdefs.inc to avoid conflicts if compiling by hand
  1503. + try to fix temp allocation (still in ifdef)
  1504. + generic constructor calls
  1505. + start of tassembler / tmodulebase class cleanup
  1506. Revision 1.51 2002/05/14 19:34:49 peter
  1507. * removed old logs and updated copyright year
  1508. }