12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721 |
- {
- Copyright (c) 1998-2002 by Florian Klaempfl
- Generate assembler for nodes that influence the flow which are
- the same for all (most?) processors
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
- Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- ****************************************************************************
- }
- unit ncgflw;
- {$i fpcdefs.inc}
- interface
- uses
- globtype,
- symtype,symdef,
- aasmbase,aasmdata,
- node,nflw,
- pass_2,cgbase,cgutils,ncgutil;
- type
- tcgwhilerepeatnode = class(twhilerepeatnode)
- usedregvars: tusedregvars;
- procedure pass_generate_code;override;
- procedure sync_regvars(checkusedregvars: boolean);
- end;
- tcgifnode = class(tifnode)
- procedure pass_generate_code;override;
- end;
- tcgfornode = class(tfornode)
- procedure pass_generate_code;override;
- end;
- tcgexitnode = class(texitnode)
- procedure pass_generate_code;override;
- end;
- tcgbreaknode = class(tbreaknode)
- procedure pass_generate_code;override;
- end;
- tcgcontinuenode = class(tcontinuenode)
- procedure pass_generate_code;override;
- end;
- tcggotonode = class(tgotonode)
- procedure pass_generate_code;override;
- end;
- tcglabelnode = class(tlabelnode)
- protected
- asmlabel : tasmlabel;
- public
- function getasmlabel : tasmlabel; virtual;
- procedure pass_generate_code;override;
- end;
- tcgraisenode = class(traisenode)
- function pass_1: tnode;override;
- procedure pass_generate_code;override;
- end;
- { Utility class for exception handling state management that is used
- by tryexcept/tryfinally/on nodes (in a separate class so it can both
- be shared and overridden)
- Never instantiated. }
- tcgexceptionstatehandler = class
- type
- texceptiontemps=record
- jmpbuf,
- envbuf,
- reasonbuf : treference;
- { when using dwarf based eh handling, the landing pads get the unwind info passed, it is
- stored in the given register so it can be passed to unwind_resume }
- unwind_info : TRegister;
- end;
- texceptionstate = record
- exceptionlabel: TAsmLabel;
- oldflowcontrol,
- newflowcontrol: tflowcontrol;
- finallycodelabel : TAsmLabel;
- end;
- texceptframekind = (tek_except, tek_implicitfinally, tek_normalfinally);
- class procedure get_exception_temps(list:TAsmList;var t:texceptiontemps); virtual;
- class procedure unget_exception_temps(list:TAsmList;const t:texceptiontemps); virtual;
- class procedure new_exception(list:TAsmList;const t:texceptiontemps; const exceptframekind: texceptframekind; out exceptstate: texceptionstate); virtual;
- { start of "except/finally" block }
- class procedure emit_except_label(list: TAsmList; exceptframekind: texceptframekind; var exceptstate: texceptionstate;var exceptiontemps:texceptiontemps); virtual;
- { end of a try-block, label comes after the end of try/except or
- try/finally }
- class procedure end_try_block(list: TAsmList; exceptframekind: texceptframekind; const t: texceptiontemps; var exceptionstate: texceptionstate; endlabel: TAsmLabel); virtual;
- class procedure free_exception(list: TAsmList; const t: texceptiontemps; const s: texceptionstate; a: aint; endexceptlabel: tasmlabel; onlyfree:boolean); virtual;
- class procedure handle_nested_exception(list:TAsmList;var t:texceptiontemps;var entrystate: texceptionstate); virtual;
- class procedure handle_reraise(list:TAsmList;const t:texceptiontemps;const entrystate: texceptionstate; const exceptframekind: texceptframekind); virtual;
- { start of an "on" (catch) block }
- class procedure begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out exceptlocreg: tregister); virtual;
- { end of an "on" (catch) block }
- class procedure end_catch(list: TAsmList); virtual;
- { called for a catch all exception }
- class procedure catch_all_start(list: TAsmList); virtual;
- class procedure catch_all_end(list: TAsmList); virtual;
- class procedure cleanupobjectstack(list: TAsmList); virtual;
- class procedure popaddrstack(list: TAsmList); virtual;
- class function use_cleanup(const exceptframekind: texceptframekind): boolean;
- end;
- tcgexceptionstatehandlerclass = class of tcgexceptionstatehandler;
- { Utility class for exception handling state management that is used
- by tryexcept/tryfinally/on nodes (in a separate class so it can both
- be shared and overridden)
- Never instantiated. }
- tpsabiehexceptionstatehandler = class(tcgexceptionstatehandler)
- protected
- class procedure begin_catch_internal(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; add_catch: boolean; out exceptlocdef: tdef; out
- exceptlocreg: tregister);
- class procedure catch_all_start_internal(list: TAsmList; add_catch: boolean);
- public
- class procedure get_exception_temps(list:TAsmList;var t:texceptiontemps); override;
- class procedure unget_exception_temps(list:TAsmList;const t:texceptiontemps); override;
- class procedure new_exception(list:TAsmList;const t:texceptiontemps; const exceptframekind: texceptframekind; out exceptstate: texceptionstate); override;
- { start of "except/finally" block }
- class procedure emit_except_label(list: TAsmList; exceptframekind: texceptframekind; var exceptionstate: texceptionstate;var exceptiontemps:texceptiontemps); override;
- { end of a try-block, label comes after the end of try/except or
- try/finally }
- class procedure end_try_block(list: TAsmList; exceptframekind: texceptframekind; const t: texceptiontemps; var exceptionstate: texceptionstate; endlabel: TAsmLabel); override;
- class procedure free_exception(list: TAsmList; const t: texceptiontemps; const s: texceptionstate; a: aint; endexceptlabel: tasmlabel; onlyfree:boolean); override;
- class procedure handle_reraise(list:TAsmList;const t:texceptiontemps;const entrystate: texceptionstate; const exceptframekind: texceptframekind); override;
- { start of an "on" (catch) block }
- class procedure begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out exceptlocreg: tregister); override;
- { end of an "on" (catch) block }
- class procedure end_catch(list: TAsmList); override;
- { called for a catch all exception }
- class procedure catch_all_start(list: TAsmList); override;
- class procedure catch_all_end(list: TAsmList); override;
- class procedure cleanupobjectstack(list: TAsmList); override;
- class procedure popaddrstack(list: TAsmList); override;
- end;
- tcgtryexceptnode = class(ttryexceptnode)
- protected
- type
- tframetype = (ft_try,ft_except);
- procedure emit_jump_out_of_try_except_frame(list: TasmList; frametype: tframetype; const exceptiontate: tcgexceptionstatehandler.texceptionstate; var excepttemps: tcgexceptionstatehandler.texceptiontemps; framelabel, outerlabel: tasmlabel); virtual;
- public
- procedure pass_generate_code;override;
- end;
- tcgtryfinallynode = class(ttryfinallynode)
- protected
- procedure emit_jump_out_of_try_finally_frame(list: TasmList; const reason: byte; const finallycodelabel: tasmlabel; var excepttemps: tcgexceptionstatehandler.texceptiontemps; framelabel: tasmlabel);
- function get_jump_out_of_try_finally_frame_label(const finallyexceptionstate: tcgexceptionstatehandler.texceptionstate): tasmlabel;
- public
- procedure handle_safecall_exception;
- procedure pass_generate_code;override;
- end;
- tcgonnode = class(tonnode)
- procedure pass_generate_code;override;
- end;
- var
- cexceptionstatehandler: tcgexceptionstatehandlerclass;
- implementation
- uses
- cutils,
- verbose,globals,systems,
- symconst,symsym,symtable,aasmtai,aasmcpu,defutil,
- procinfo,parabase,
- fmodule,
- cpubase,
- tgobj,paramgr,
- cgobj,hlcgobj,nutils
- ;
- class procedure tpsabiehexceptionstatehandler.get_exception_temps(list: TAsmList; var t: texceptiontemps);
- begin
- tg.gethltemp(list,ossinttype,ossinttype.size,tt_persistent,t.reasonbuf);
- end;
- class procedure tpsabiehexceptionstatehandler.unget_exception_temps(list: TAsmList; const t: texceptiontemps);
- begin
- tg.ungettemp(list,t.reasonbuf);
- current_procinfo.PopAction(current_procinfo.CurrentAction);
- end;
- class procedure tpsabiehexceptionstatehandler.new_exception(list: TAsmList; const t: texceptiontemps;
- const exceptframekind: texceptframekind; out exceptstate: texceptionstate);
- var
- reg: tregister;
- action: TPSABIEHAction;
- begin
- exceptstate.oldflowcontrol:=flowcontrol;
- current_asmdata.getjumplabel(exceptstate.exceptionlabel);
- if exceptframekind<>tek_except then
- begin
- current_asmdata.getjumplabel(exceptstate.finallycodelabel);
- action:=TPSABIEHAction.Create(exceptstate.finallycodelabel);
- end
- else
- begin
- exceptstate.finallycodelabel:=nil;
- action:=TPSABIEHAction.Create(exceptstate.exceptionlabel);
- end;
- current_procinfo.CreateNewPSABIEHCallsite;
- current_procinfo.PushAction(action);
- current_procinfo.PushLandingPad(action);
- if exceptframekind<>tek_except then
- current_procinfo.CurrentAction.AddAction(nil);
- flowcontrol:=[fc_inflowcontrol,fc_catching_exceptions];
- if exceptframekind<>tek_except then
- begin
- reg:=hlcg.getintregister(list,ossinttype);
- hlcg.a_load_const_reg(list,ossinttype,1,reg);
- hlcg.g_exception_reason_save(list,ossinttype,ossinttype,reg,t.reasonbuf);
- end;
- end;
- class procedure tpsabiehexceptionstatehandler.emit_except_label(list: TAsmList; exceptframekind: texceptframekind;
- var exceptionstate: texceptionstate;var exceptiontemps:texceptiontemps);
- begin
- hlcg.g_unreachable(list);
- hlcg.a_label(list,exceptionstate.exceptionlabel);
- if exceptframekind<>tek_except then
- begin
- if not assigned(exceptionstate.finallycodelabel) then
- internalerror(2019021002);
- hlcg.a_label(list,exceptionstate.finallycodelabel);
- exceptionstate.finallycodelabel:=nil;
- exceptiontemps.unwind_info:=cg.getaddressregister(list);
- hlcg.a_load_reg_reg(list,voidpointertype,voidpointertype,NR_FUNCTION_RESULT_REG,exceptiontemps.unwind_info);
- end;
- end;
- class procedure tpsabiehexceptionstatehandler.end_try_block(list: TAsmList; exceptframekind: texceptframekind; const t: texceptiontemps;
- var exceptionstate: texceptionstate; endlabel: TAsmLabel);
- var
- reg: TRegister;
- begin
- current_procinfo.CreateNewPSABIEHCallsite;
- current_procinfo.PopLandingPad(current_procinfo.CurrentLandingPad);
- if exceptframekind<>tek_except then
- begin
- { record that no exception happened in the reason buf, in case we are in a try block of a finally statement }
- reg:=hlcg.getintregister(list,ossinttype);
- hlcg.a_load_const_reg(list,ossinttype,0,reg);
- hlcg.g_exception_reason_save(list,ossinttype,ossinttype,reg,t.reasonbuf);
- end;
- inherited;
- if exceptframekind=tek_except then
- hlcg.a_jmp_always(list,endlabel);
- end;
- class procedure tpsabiehexceptionstatehandler.free_exception(list: TAsmList; const t: texceptiontemps; const s: texceptionstate; a: aint;
- endexceptlabel: tasmlabel; onlyfree: boolean);
- begin
- current_procinfo.CreateNewPSABIEHCallsite;
- // inherited free_exception(list, t, s, a, endexceptlabel, onlyfree);
- end;
- class procedure tpsabiehexceptionstatehandler.handle_reraise(list: TAsmList; const t: texceptiontemps; const entrystate: texceptionstate;
- const exceptframekind: texceptframekind);
- var
- cgpara1: tcgpara;
- pd: tprocdef;
- action: TPSABIEHAction;
- begin
- cgpara1.init;
- if not(fc_catching_exceptions in flowcontrol) and
- use_cleanup(exceptframekind) then
- begin
- pd:=search_system_proc('fpc_resume');
- paramanager.getintparaloc(list,pd,1,cgpara1);
- hlcg.a_load_reg_cgpara(list,voidpointertype,t.unwind_info,cgpara1);
- paramanager.freecgpara(list,cgpara1);
- hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_resume',[@cgpara1],nil).resetiftemp
- end
- else
- hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_reraise',[],nil).resetiftemp;
- cgpara1.done;
- end;
- class procedure tpsabiehexceptionstatehandler.begin_catch_internal(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel;
- add_catch: boolean; out exceptlocdef: tdef; out exceptlocreg: tregister);
- var
- catchstartlab : tasmlabel;
- begincatchres,
- typeidres,
- paraloc1: tcgpara;
- pd: tprocdef;
- landingpadstructdef,
- landingpadtypeiddef: tdef;
- rttisym: TAsmSymbol;
- rttidef: tdef;
- rttiref: treference;
- wrappedexception,
- exceptiontypeidreg,
- landingpadres: tregister;
- exceptloc: tlocation;
- indirect: boolean;
- otherunit: boolean;
- typeindex : aint;
- begin
- paraloc1.init;
- rttidef:=nil;
- rttisym:=nil;
- if add_catch then
- begin
- if assigned(excepttype) then
- begin
- otherunit:=findunitsymtable(excepttype.owner).moduleid<>findunitsymtable(current_procinfo.procdef.owner).moduleid;
- indirect:=(tf_supports_packages in target_info.flags) and
- (target_info.system in systems_indirect_var_imports) and
- (cs_imported_data in current_settings.localswitches) and
- otherunit;
- { add "catch exceptiontype" clause to the landing pad }
- rttidef:=cpointerdef.getreusable(excepttype.vmt_def);
- rttisym:=current_asmdata.RefAsmSymbol(excepttype.vmt_mangledname, AT_DATA, indirect);
- end;
- end;
- { check if the exception is handled by this node }
- if assigned(excepttype) then
- begin
- typeindex:=current_procinfo.CurrentAction.AddAction(excepttype);
- current_asmdata.getjumplabel(catchstartlab);
- {$ifdef i386}
- hlcg.a_cmp_const_reg_label (list,osuinttype,OC_EQ,typeindex+1,NR_FUNCTION_RESULT64_HIGH_REG,catchstartlab);
- {$else i386}
- { we need to find a way to fix this in a generic way }
- Internalerror(2019021008);
- {$endif i386}
- hlcg.a_jmp_always(list,nextonlabel);
- hlcg.a_label(list,catchstartlab);
- end
- else
- current_procinfo.CurrentAction.AddAction(tobjectdef(-1));
- wrappedexception:=hlcg.getaddressregister(list,voidpointertype);
- pd:=search_system_proc('fpc_psabi_begin_catch');
- paramanager.getintparaloc(list, pd, 1, paraloc1);
- hlcg.a_load_reg_cgpara(list,voidpointertype,wrappedexception,paraloc1);
- begincatchres:=hlcg.g_call_system_proc(list,pd,[@paraloc1],nil);
- location_reset(exceptloc, LOC_REGISTER, def_cgsize(begincatchres.def));
- exceptloc.register:=hlcg.getaddressregister(list, begincatchres.def);
- hlcg.gen_load_cgpara_loc(list, begincatchres.def, begincatchres, exceptloc, true);
- begincatchres.resetiftemp;
- paraloc1.done;
- exceptlocdef:=begincatchres.def;
- exceptlocreg:=exceptloc.register;
- end;
- class procedure tpsabiehexceptionstatehandler.catch_all_start_internal(list: TAsmList; add_catch: boolean);
- var
- exceptlocdef: tdef;
- exceptlocreg: tregister;
- begin
- begin_catch_internal(list,nil,nil,add_catch,exceptlocdef,exceptlocreg);
- end;
- class procedure tpsabiehexceptionstatehandler.begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out
- exceptlocreg: tregister);
- begin
- begin_catch_internal(list,excepttype,nextonlabel,true,exceptlocdef,exceptlocreg);
- end;
- class procedure tpsabiehexceptionstatehandler.end_catch(list: TAsmList);
- begin
- hlcg.g_call_system_proc(list,'fpc_psabi_end_catch',[],nil).resetiftemp;
- inherited;
- end;
- class procedure tpsabiehexceptionstatehandler.catch_all_start(list: TAsmList);
- begin
- catch_all_start_internal(list,true);
- end;
- class procedure tpsabiehexceptionstatehandler.catch_all_end(list: TAsmList);
- begin
- hlcg.g_call_system_proc(list,'fpc_psabi_end_catch',[],nil).resetiftemp;
- end;
- class procedure tpsabiehexceptionstatehandler.cleanupobjectstack(list: TAsmList);
- begin
- // inherited cleanupobjectstack(list);
- //!!! some catch all clause needed?
- //!!! internalerror(2019021004)
- end;
- class procedure tpsabiehexceptionstatehandler.popaddrstack(list: TAsmList);
- begin
- { there is no addr stack, so do nothing }
- end;
- {*****************************************************************************
- Second_While_RepeatN
- *****************************************************************************}
- procedure tcgwhilerepeatnode.sync_regvars(checkusedregvars: boolean);
- begin
- if (cs_opt_regvar in current_settings.optimizerswitches) and
- not(pi_has_label in current_procinfo.flags) then
- begin
- if checkusedregvars then
- begin
- usedregvars.intregvars.init;
- usedregvars.addrregvars.init;
- usedregvars.fpuregvars.init;
- usedregvars.mmregvars.init;
- { we have to synchronise both the regvars used in the loop }
- { and the ones in the while/until condition }
- get_used_regvars(self,usedregvars);
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- end
- else
- begin
- gen_sync_regvars(current_asmdata.CurrAsmList,usedregvars);
- usedregvars.intregvars.done;
- usedregvars.addrregvars.done;
- usedregvars.fpuregvars.done;
- usedregvars.mmregvars.done;
- end;
- end;
- end;
- procedure tcgwhilerepeatnode.pass_generate_code;
- var
- lcont,lbreak,lloop,
- oldclabel,oldblabel : tasmlabel;
- truelabel,falselabel : tasmlabel;
- oldflowcontrol : tflowcontrol;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- current_asmdata.getjumplabel(lloop);
- current_asmdata.getjumplabel(lcont);
- current_asmdata.getjumplabel(lbreak);
- { arrange continue and breaklabels: }
- oldflowcontrol:=flowcontrol;
- oldclabel:=current_procinfo.CurrContinueLabel;
- oldblabel:=current_procinfo.CurrBreakLabel;
- include(flowcontrol,fc_inflowcontrol);
- exclude(flowcontrol,fc_unwind_loop);
- sync_regvars(true);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- { handling code at the end as it is much more efficient, and makes
- while equal to repeat loop, only the end true/false is swapped (PFV) }
- if lnf_testatbegin in loopflags then
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,lcont);
- if not(cs_opt_size in current_settings.optimizerswitches) then
- { align loop target, as an unconditional jump is done before,
- use jump align which assume that the instructions inserted as alignment are never executed }
- current_asmdata.CurrAsmList.concat(cai_align.create_max(current_settings.alignment.jumpalign,current_settings.alignment.jumpalignskipmax));
- hlcg.a_label(current_asmdata.CurrAsmList,lloop);
- current_procinfo.CurrContinueLabel:=lcont;
- current_procinfo.CurrBreakLabel:=lbreak;
- if assigned(right) then
- secondpass(right);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- hlcg.a_label(current_asmdata.CurrAsmList,lcont);
- if lnf_checknegate in loopflags then
- begin
- truelabel:=lbreak;
- falselabel:=lloop;
- end
- else
- begin
- truelabel:=lloop;
- falselabel:=lbreak;
- end;
- secondpass(left);
- hlcg.maketojumpboollabels(current_asmdata.CurrAsmList,left,truelabel,falselabel);
- hlcg.a_label(current_asmdata.CurrAsmList,lbreak);
- sync_regvars(false);
- current_procinfo.CurrContinueLabel:=oldclabel;
- current_procinfo.CurrBreakLabel:=oldblabel;
- { a break/continue in a while/repeat block can't be seen outside }
- flowcontrol:=oldflowcontrol+(flowcontrol-[fc_break,fc_continue,fc_inflowcontrol]);
- end;
- {*****************************************************************************
- tcgIFNODE
- *****************************************************************************}
- procedure tcgifnode.pass_generate_code;
- var
- hl : tasmlabel;
- oldflowcontrol: tflowcontrol;
- (*
- org_regvar_loaded_other,
- then_regvar_loaded_other,
- else_regvar_loaded_other : regvarother_booleanarray;
- org_regvar_loaded_int,
- then_regvar_loaded_int,
- else_regvar_loaded_int : Tsuperregisterset;
- org_list,
- then_list,
- else_list : TAsmList;
- *)
- begin
- location_reset(location,LOC_VOID,OS_NO);
- hl:=nil;
- oldflowcontrol := flowcontrol;
- include(flowcontrol,fc_inflowcontrol);
- secondpass(left);
- (*
- { save regvars loaded in the beginning so that we can restore them }
- { when processing the else-block }
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- org_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- hlcg.maketojumpbool(current_asmdata.CurrAsmList,left);
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- org_regvar_loaded_int := rg.regvar_loaded_int;
- org_regvar_loaded_other := rg.regvar_loaded_other;
- end;
- *)
- if assigned(right) then
- begin
- hlcg.a_label(current_asmdata.CurrAsmList,left.location.truelabel);
- secondpass(right);
- end;
- { save current asmlist (previous instructions + then-block) and }
- { loaded regvar state and create new clean ones }
- {
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- then_regvar_loaded_int := rg.regvar_loaded_int;
- then_regvar_loaded_other := rg.regvar_loaded_other;
- rg.regvar_loaded_int := org_regvar_loaded_int;
- rg.regvar_loaded_other := org_regvar_loaded_other;
- then_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- }
- if assigned(t1) then
- begin
- if assigned(right) then
- begin
- current_asmdata.getjumplabel(hl);
- { do go back to if line !! }
- (*
- if not(cs_opt_regvar in current_settings.optimizerswitches) then
- *)
- current_filepos:=current_asmdata.CurrAsmList.getlasttaifilepos^
- (*
- else
- current_filepos:=then_list.getlasttaifilepos^
- *)
- ;
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,hl);
- if not(cs_opt_size in current_settings.optimizerswitches) then
- current_asmdata.CurrAsmList.concat(cai_align.create_max(current_settings.alignment.jumpalign,current_settings.alignment.jumpalignskipmax));
- end;
- hlcg.a_label(current_asmdata.CurrAsmList,left.location.falselabel);
- secondpass(t1);
- (*
- { save current asmlist (previous instructions + else-block) }
- { and loaded regvar state and create a new clean list }
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { else_regvar_loaded_int := rg.regvar_loaded_int;
- else_regvar_loaded_other := rg.regvar_loaded_other;}
- else_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- if assigned(right) then
- hlcg.a_label(current_asmdata.CurrAsmList,hl);
- end
- else
- begin
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { else_regvar_loaded_int := rg.regvar_loaded_int;
- else_regvar_loaded_other := rg.regvar_loaded_other;}
- else_list := current_asmdata.CurrAsmList;
- current_asmdata.CurrAsmList := TAsmList.create;
- end;
- *)
- if not(cs_opt_size in current_settings.optimizerswitches) then
- current_asmdata.CurrAsmList.concat(cai_align.create_max(current_settings.alignment.coalescealign,current_settings.alignment.coalescealignskipmax));
- hlcg.a_label(current_asmdata.CurrAsmList,left.location.falselabel);
- end;
- if not(assigned(right)) then
- begin
- if not(cs_opt_size in current_settings.optimizerswitches) then
- current_asmdata.CurrAsmList.concat(cai_align.create_max(current_settings.alignment.coalescealign,current_settings.alignment.coalescealignskipmax));
- hlcg.a_label(current_asmdata.CurrAsmList,left.location.truelabel);
- end;
- (*
- if cs_opt_regvar in current_settings.optimizerswitches then
- begin
- { add loads of regvars at the end of the then- and else-blocks }
- { so that at the end of both blocks the same regvars are loaded }
- { no else block? }
- if not assigned(t1) then
- begin
- sync_regvars_int(org_list,then_list,org_regvar_loaded_int,then_regvar_loaded_int);
- sync_regvars_other(org_list,then_list,org_regvar_loaded_other,then_regvar_loaded_other);
- end
- { no then block? }
- else if not assigned(right) then
- begin
- sync_regvars_int(org_list,else_list,org_regvar_loaded_int,else_regvar_loaded_int);
- sync_regvars_other(org_list,else_list,org_regvar_loaded_other,else_regvar_loaded_other);
- end
- { both else and then blocks }
- else
- begin
- sync_regvars_int(then_list,else_list,then_regvar_loaded_int,else_regvar_loaded_int);
- sync_regvars_other(then_list,else_list,then_regvar_loaded_other,else_regvar_loaded_other);
- end;
- { add all lists together }
- org_list.concatlist(then_list);
- then_list.free;
- org_list.concatlist(else_list);
- else_list.free;
- org_list.concatlist(current_asmdata.CurrAsmList);
- current_asmdata.CurrAsmList.free;
- current_asmdata.CurrAsmList := org_list;
- end;
- *)
- flowcontrol := oldflowcontrol + (flowcontrol - [fc_inflowcontrol]);
- end;
- {*****************************************************************************
- SecondFor
- *****************************************************************************}
- procedure tcgfornode.pass_generate_code;
- begin
- { for nodes are converted in pass_1 in a while loop }
- internalerror(2015082501);
- end;
- {*****************************************************************************
- SecondExitN
- *****************************************************************************}
- procedure tcgexitnode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_exit);
- if assigned(left) then
- secondpass(left);
- if (fc_unwind_exit in flowcontrol) then
- hlcg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrExitLabel)
- else
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrExitLabel);
- end;
- {*****************************************************************************
- SecondBreakN
- *****************************************************************************}
- procedure tcgbreaknode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_break);
- if current_procinfo.CurrBreakLabel<>nil then
- begin
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- if (fc_unwind_loop in flowcontrol) then
- hlcg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrBreakLabel)
- else
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrBreakLabel)
- end
- else
- CGMessage(cg_e_break_not_allowed);
- end;
- {*****************************************************************************
- SecondContinueN
- *****************************************************************************}
- procedure tcgcontinuenode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_continue);
- if current_procinfo.CurrContinueLabel<>nil then
- begin
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- if (fc_unwind_loop in flowcontrol) then
- hlcg.g_local_unwind(current_asmdata.CurrAsmList,current_procinfo.CurrContinueLabel)
- else
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,current_procinfo.CurrContinueLabel)
- end
- else
- CGMessage(cg_e_continue_not_allowed);
- end;
- {*****************************************************************************
- SecondGoto
- *****************************************************************************}
- procedure tcggotonode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_gotolabel);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,tcglabelnode(labelnode).getasmlabel)
- end;
- {*****************************************************************************
- SecondLabel
- *****************************************************************************}
- function tcglabelnode.getasmlabel : tasmlabel;
- begin
- if not(assigned(asmlabel)) then
- { labsym is not set in inlined procedures, but since assembler }
- { routines can't be inlined, that shouldn't matter }
- if assigned(labsym) and
- labsym.nonlocal then
- current_asmdata.getglobaljumplabel(asmlabel)
- else
- current_asmdata.getjumplabel(asmlabel);
- result:=asmlabel
- end;
- procedure tcglabelnode.pass_generate_code;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- include(flowcontrol,fc_gotolabel);
- {$ifdef OLDREGVARS}
- load_all_regvars(current_asmdata.CurrAsmList);
- {$endif OLDREGVARS}
- hlcg.a_label(current_asmdata.CurrAsmList,getasmlabel);
- { Write also extra label if this label was referenced from
- assembler block }
- if assigned(labsym) and
- assigned(labsym.asmblocklabel) then
- hlcg.a_label(current_asmdata.CurrAsmList,labsym.asmblocklabel);
- secondpass(left);
- end;
- {*****************************************************************************
- tcgexceptionstatehandler
- *****************************************************************************}
- class function tcgexceptionstatehandler.use_cleanup(const exceptframekind: texceptframekind): boolean;
- begin
- { in case of an exception caught by the implicit exception frame of
- a safecall routine, this is not a cleanup frame but one that
- catches the exception and returns a value from the function }
- result:=
- (exceptframekind=tek_implicitfinally) and
- not((tf_safecall_exceptions in target_info.flags) and
- (current_procinfo.procdef.proccalloption=pocall_safecall));
- end;
- { Allocate the buffers for exception management and setjmp environment.
- Return a pointer to these buffers, send them to the utility routine
- so they are registered, and then call setjmp.
- Then compare the result of setjmp with 0, and if not equal
- to zero, then jump to exceptlabel.
- Also store the result of setjmp to a temporary space by calling g_save_exception_reason
- It is to note that this routine may be called *after* the stackframe of a
- routine has been called, therefore on machines where the stack cannot
- be modified, all temps should be allocated on the heap instead of the
- stack. }
- class procedure tcgexceptionstatehandler.get_exception_temps(list:TAsmList;var t:texceptiontemps);
- begin
- tg.gethltemp(list,rec_exceptaddr,rec_exceptaddr.size,tt_persistent,t.envbuf);
- tg.gethltemp(list,rec_jmp_buf,rec_jmp_buf.size,tt_persistent,t.jmpbuf);
- tg.gethltemp(list,ossinttype,ossinttype.size,tt_persistent,t.reasonbuf);
- end;
- class procedure tcgexceptionstatehandler.unget_exception_temps(list:TAsmList;const t:texceptiontemps);
- begin
- tg.Ungettemp(list,t.jmpbuf);
- tg.ungettemp(list,t.envbuf);
- tg.ungettemp(list,t.reasonbuf);
- end;
- class procedure tcgexceptionstatehandler.new_exception(list:TAsmList;const t:texceptiontemps; const exceptframekind: texceptframekind; out exceptstate: texceptionstate);
- var
- paraloc1, paraloc2, paraloc3, pushexceptres, setjmpres: tcgpara;
- pd: tprocdef;
- tmpresloc: tlocation;
- begin
- current_asmdata.getjumplabel(exceptstate.exceptionlabel);
- exceptstate.oldflowcontrol:=flowcontrol;
- exceptstate.finallycodelabel:=nil;;
- paraloc1.init;
- paraloc2.init;
- paraloc3.init;
- { fpc_pushexceptaddr(exceptionframetype, setjmp_buffer, exception_address_chain_entry) }
- pd:=search_system_proc('fpc_pushexceptaddr');
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,1,paraloc1);
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,2,paraloc2);
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,3,paraloc3);
- if pd.is_pushleftright then
- begin
- { type of exceptionframe }
- hlcg.a_load_const_cgpara(list,paraloc1.def,1,paraloc1);
- { setjmp buffer }
- hlcg.a_loadaddr_ref_cgpara(list,rec_jmp_buf,t.jmpbuf,paraloc2);
- { exception address chain entry }
- hlcg.a_loadaddr_ref_cgpara(list,rec_exceptaddr,t.envbuf,paraloc3);
- end
- else
- begin
- hlcg.a_loadaddr_ref_cgpara(list,rec_exceptaddr,t.envbuf,paraloc3);
- hlcg.a_loadaddr_ref_cgpara(list,rec_jmp_buf,t.jmpbuf,paraloc2);
- hlcg.a_load_const_cgpara(list,paraloc1.def,1,paraloc1);
- end;
- paramanager.freecgpara(list,paraloc3);
- paramanager.freecgpara(list,paraloc2);
- paramanager.freecgpara(list,paraloc1);
- { perform the fpc_pushexceptaddr call }
- pushexceptres:=hlcg.g_call_system_proc(list,pd,[@paraloc1,@paraloc2,@paraloc3],nil);
- paraloc1.done;
- paraloc2.done;
- paraloc3.done;
- { get the result }
- location_reset(tmpresloc,LOC_REGISTER,def_cgsize(pushexceptres.def));
- tmpresloc.register:=hlcg.getaddressregister(list,pushexceptres.def);
- hlcg.gen_load_cgpara_loc(list,pushexceptres.def,pushexceptres,tmpresloc,true);
- pushexceptres.resetiftemp;
- { fpc_setjmp(result_of_pushexceptaddr_call) }
- pd:=search_system_proc('fpc_setjmp');
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,1,paraloc1);
- hlcg.a_load_reg_cgpara(list,pushexceptres.def,tmpresloc.register,paraloc1);
- paramanager.freecgpara(list,paraloc1);
- { perform the fpc_setjmp call }
- setjmpres:=hlcg.g_call_system_proc(list,pd,[@paraloc1],nil);
- paraloc1.done;
- location_reset(tmpresloc,LOC_REGISTER,def_cgsize(setjmpres.def));
- tmpresloc.register:=hlcg.getintregister(list,setjmpres.def);
- hlcg.gen_load_cgpara_loc(list,setjmpres.def,setjmpres,tmpresloc,true);
- hlcg.g_exception_reason_save(list,setjmpres.def,ossinttype,tmpresloc.register,t.reasonbuf);
- { if we get 1 here in the function result register, it means that we
- longjmp'd back here }
- hlcg.a_cmp_const_reg_label(list,setjmpres.def,OC_NE,0,tmpresloc.register,exceptstate.exceptionlabel);
- setjmpres.resetiftemp;
- flowcontrol:=[fc_inflowcontrol,fc_catching_exceptions];
- end;
- class procedure tcgexceptionstatehandler.emit_except_label(list: TAsmList; exceptframekind: texceptframekind; var exceptstate: texceptionstate;var exceptiontemps:texceptiontemps);
- begin
- hlcg.a_label(list,exceptstate.exceptionlabel);
- end;
- class procedure tcgexceptionstatehandler.end_try_block(list: TAsmList; exceptframekind: texceptframekind; const t: texceptiontemps; var exceptionstate: texceptionstate; endlabel: TAsmLabel);
- begin
- exceptionstate.newflowcontrol:=flowcontrol;
- flowcontrol:=exceptionstate.oldflowcontrol;
- end;
- class procedure tcgexceptionstatehandler.free_exception(list: TAsmList; const t: texceptiontemps; const s: texceptionstate; a: aint; endexceptlabel: tasmlabel; onlyfree: boolean);
- var
- reasonreg: tregister;
- begin
- popaddrstack(list);
- if not onlyfree then
- begin
- reasonreg:=hlcg.getintregister(list,osuinttype);
- hlcg.g_exception_reason_load(list,osuinttype,osuinttype,t.reasonbuf,reasonreg);
- hlcg.a_cmp_const_reg_label(list,osuinttype,OC_EQ,a,reasonreg,endexceptlabel);
- end;
- end;
- { does the necessary things to clean up the object stack }
- { in the except block }
- class procedure tcgexceptionstatehandler.cleanupobjectstack(list: TAsmList);
- begin
- hlcg.g_call_system_proc(list,'fpc_doneexception',[],nil).resetiftemp;
- end;
- { generates code to be executed when another exeception is raised while
- control is inside except block }
- class procedure tcgexceptionstatehandler.handle_nested_exception(list:TAsmList;var t:texceptiontemps;var entrystate: texceptionstate);
- var
- exitlabel: tasmlabel;
- begin
- current_asmdata.getjumplabel(exitlabel);
- end_try_block(list,tek_except,t,entrystate,exitlabel);
- emit_except_label(current_asmdata.CurrAsmList,tek_except,entrystate,t);
- { don't generate line info for internal cleanup }
- list.concat(tai_marker.create(mark_NoLineInfoStart));
- free_exception(list,t,entrystate,0,exitlabel,false);
- { we don't need to save/restore registers here because reraise never }
- { returns }
- hlcg.g_call_system_proc(list,'fpc_raise_nested',[],nil).resetiftemp;
- hlcg.a_label(list,exitlabel);
- cleanupobjectstack(list);
- end;
- class procedure tcgexceptionstatehandler.handle_reraise(list: TAsmList; const t: texceptiontemps; const entrystate: texceptionstate; const exceptframekind: texceptframekind);
- begin
- hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_reraise',[],nil).resetiftemp;
- end;
- class procedure tcgexceptionstatehandler.begin_catch(list: TAsmList; excepttype: tobjectdef; nextonlabel: tasmlabel; out exceptlocdef: tdef; out exceptlocreg: tregister);
- var
- pd: tprocdef;
- href2: treference;
- fpc_catches_res,
- paraloc1: tcgpara;
- exceptloc: tlocation;
- indirect: boolean;
- otherunit: boolean;
- begin
- paraloc1.init;
- otherunit:=findunitsymtable(excepttype.owner).moduleid<>findunitsymtable(current_procinfo.procdef.owner).moduleid;
- indirect:=(tf_supports_packages in target_info.flags) and
- (target_info.system in systems_indirect_var_imports) and
- (cs_imported_data in current_settings.localswitches) and
- otherunit;
- { send the vmt parameter }
- pd:=search_system_proc('fpc_catches');
- reference_reset_symbol(href2, current_asmdata.RefAsmSymbol(excepttype.vmt_mangledname, AT_DATA, indirect), 0, sizeof(pint), []);
- if otherunit then
- current_module.add_extern_asmsym(excepttype.vmt_mangledname, AB_EXTERNAL, AT_DATA);
- paramanager.getintparaloc(list, pd, 1, paraloc1);
- hlcg.a_loadaddr_ref_cgpara(list, excepttype.vmt_def, href2, paraloc1);
- paramanager.freecgpara(list, paraloc1);
- fpc_catches_res:=hlcg.g_call_system_proc(list, pd, [@paraloc1], nil);
- location_reset(exceptloc, LOC_REGISTER, def_cgsize(fpc_catches_res.def));
- exceptloc.register:=hlcg.getaddressregister(list, fpc_catches_res.def);
- hlcg.gen_load_cgpara_loc(list, fpc_catches_res.def, fpc_catches_res, exceptloc, true);
- { is it this catch? No. go to next onlabel }
- hlcg.a_cmp_const_reg_label(list, fpc_catches_res.def, OC_EQ, 0, exceptloc.register, nextonlabel);
- paraloc1.done;
- exceptlocdef:=fpc_catches_res.def;
- exceptlocreg:=exceptloc.register;
- end;
- class procedure tcgexceptionstatehandler.end_catch(list: TAsmList);
- begin
- { nothing to do by default }
- end;
- class procedure tcgexceptionstatehandler.catch_all_start(list: TAsmList);
- begin
- { nothing to do by default }
- end;
- class procedure tcgexceptionstatehandler.catch_all_end(list: TAsmList);
- begin
- { nothing to do by default }
- end;
- class procedure tcgexceptionstatehandler.popaddrstack(list: TAsmList);
- begin
- hlcg.g_call_system_proc(list,'fpc_popaddrstack',[],nil).resetiftemp;
- end;
- {*****************************************************************************
- SecondTryExcept
- *****************************************************************************}
- var
- endexceptlabel : tasmlabel;
- { jump out of an try/except block }
- procedure tcgtryexceptnode.emit_jump_out_of_try_except_frame(list: TasmList; frametype: tframetype; const exceptiontate: tcgexceptionstatehandler.texceptionstate; var excepttemps: tcgexceptionstatehandler.texceptiontemps; framelabel, outerlabel: tasmlabel);
- begin
- hlcg.a_label(list,framelabel);
- { we must also destroy the address frame which guards
- the exception object }
- cexceptionstatehandler.popaddrstack(list);
- hlcg.g_exception_reason_discard(list,osuinttype,excepttemps.reasonbuf);
- if frametype=ft_except then
- begin
- cexceptionstatehandler.cleanupobjectstack(list);
- cexceptionstatehandler.end_catch(list);
- end;
- hlcg.a_jmp_always(list,outerlabel);
- end;
- procedure tcgtryexceptnode.pass_generate_code;
- var
- oldendexceptlabel,
- lastonlabel,
- exitexceptlabel,
- continueexceptlabel,
- breakexceptlabel,
- exittrylabel,
- continuetrylabel,
- breaktrylabel,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel : tasmlabel;
- destroytemps,
- excepttemps : tcgexceptionstatehandler.texceptiontemps;
- trystate,doobjectdestroyandreraisestate: tcgexceptionstatehandler.texceptionstate;
- afteronflowcontrol: tflowcontrol;
- label
- errorexit;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- continuetrylabel:=nil;
- breaktrylabel:=nil;
- continueexceptlabel:=nil;
- breakexceptlabel:=nil;
- doobjectdestroyandreraisestate:=Default(tcgexceptionstatehandler.texceptionstate);
- { this can be called recursivly }
- oldBreakLabel:=nil;
- oldContinueLabel:=nil;
- oldendexceptlabel:=endexceptlabel;
- { save the old labels for control flow statements }
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- end;
- { get new labels for the control flow statements }
- current_asmdata.getjumplabel(exittrylabel);
- current_asmdata.getjumplabel(exitexceptlabel);
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- current_asmdata.getjumplabel(breaktrylabel);
- current_asmdata.getjumplabel(continuetrylabel);
- current_asmdata.getjumplabel(breakexceptlabel);
- current_asmdata.getjumplabel(continueexceptlabel);
- end;
- current_asmdata.getjumplabel(endexceptlabel);
- current_asmdata.getjumplabel(lastonlabel);
- cexceptionstatehandler.get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cexceptionstatehandler.new_exception(current_asmdata.CurrAsmList,excepttemps,tek_except,trystate);
- { try block }
- { set control flow labels for the try block }
- current_procinfo.CurrExitLabel:=exittrylabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=continuetrylabel;
- current_procinfo.CurrBreakLabel:=breaktrylabel;
- end;
- secondpass(left);
- if codegenerror then
- goto errorexit;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- cexceptionstatehandler.end_try_block(current_asmdata.CurrAsmList,tek_except,excepttemps,trystate,endexceptlabel);
- cexceptionstatehandler.emit_except_label(current_asmdata.CurrAsmList,tek_except,trystate,excepttemps);
- cexceptionstatehandler.free_exception(current_asmdata.CurrAsmList, excepttemps, trystate, 0, endexceptlabel, false);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { set control flow labels for the except block }
- { and the on statements }
- current_procinfo.CurrExitLabel:=exitexceptlabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=continueexceptlabel;
- current_procinfo.CurrBreakLabel:=breakexceptlabel;
- end;
- flowcontrol:=[fc_inflowcontrol];
- { on statements }
- if assigned(right) then
- secondpass(right);
- afteronflowcontrol:=flowcontrol;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- hlcg.a_label(current_asmdata.CurrAsmList,lastonlabel);
- { default handling except handling }
- if assigned(t1) then
- begin
- { FPC_CATCHES with 'default handler' flag (=-1) need no longer be called,
- it doesn't change any state and its return value is ignored (Sergei)
- }
- { the destruction of the exception object must be also }
- { guarded by an exception frame, but it can be omitted }
- { if there's no user code in 'except' block }
- cexceptionstatehandler.catch_all_start(current_asmdata.CurrAsmList);
- if not (has_no_code(t1)) then
- begin
- { if there is an outer frame that catches exceptions, remember this for the "except"
- part of this try/except }
- flowcontrol:=trystate.oldflowcontrol*[fc_inflowcontrol,fc_catching_exceptions];
- cexceptionstatehandler.get_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- cexceptionstatehandler.new_exception(current_asmdata.CurrAsmList,destroytemps,tek_except,doobjectdestroyandreraisestate);
- { the flowcontrol from the default except-block must be merged
- with the flowcontrol flags potentially set by the
- on-statements handled above (secondpass(right)), as they are
- at the same program level }
- flowcontrol:=
- flowcontrol+
- afteronflowcontrol;
- { except block needs line info }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- secondpass(t1);
- cexceptionstatehandler.handle_nested_exception(current_asmdata.CurrAsmList,destroytemps,doobjectdestroyandreraisestate);
- cexceptionstatehandler.unget_exception_temps(current_asmdata.CurrAsmList,destroytemps);
- cexceptionstatehandler.catch_all_end(current_asmdata.CurrAsmList);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- end
- else
- begin
- doobjectdestroyandreraisestate.newflowcontrol:=afteronflowcontrol;
- cexceptionstatehandler.cleanupobjectstack(current_asmdata.CurrAsmList);
- cexceptionstatehandler.catch_all_end(current_asmdata.CurrAsmList);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- end;
- end
- else
- begin
- cexceptionstatehandler.handle_reraise(current_asmdata.CurrAsmList,excepttemps,trystate,tek_except);
- doobjectdestroyandreraisestate.newflowcontrol:=afteronflowcontrol;
- end;
- if fc_exit in doobjectdestroyandreraisestate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_except,doobjectdestroyandreraisestate,excepttemps,exitexceptlabel,oldCurrExitLabel);
- if fc_break in doobjectdestroyandreraisestate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_except,doobjectdestroyandreraisestate,excepttemps,breakexceptlabel,oldBreakLabel);
- if fc_continue in doobjectdestroyandreraisestate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_except,doobjectdestroyandreraisestate,excepttemps,continueexceptlabel,oldContinueLabel);
- if fc_exit in trystate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_try,trystate,excepttemps,exittrylabel,oldCurrExitLabel);
- if fc_break in trystate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_try,trystate,excepttemps,breaktrylabel,oldBreakLabel);
- if fc_continue in trystate.newflowcontrol then
- emit_jump_out_of_try_except_frame(current_asmdata.CurrAsmList,ft_try,trystate,excepttemps,continuetrylabel,oldContinueLabel);
- cexceptionstatehandler.unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- hlcg.a_label(current_asmdata.CurrAsmList,endexceptlabel);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- errorexit:
- { restore all saved labels }
- endexceptlabel:=oldendexceptlabel;
- { restore the control flow labels }
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- { return all used control flow statements }
- flowcontrol:=trystate.oldflowcontrol+(doobjectdestroyandreraisestate.newflowcontrol +
- trystate.newflowcontrol - [fc_inflowcontrol,fc_catching_exceptions]);
- end;
- procedure tcgonnode.pass_generate_code;
- var
- nextonlabel,
- exitonlabel,
- continueonlabel,
- breakonlabel,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel : tasmlabel;
- doobjectdestroyandreraisestate: tcgexceptionstatehandler.texceptionstate;
- excepttemps : tcgexceptionstatehandler.texceptiontemps;
- exceptvarsym : tlocalvarsym;
- exceptlocdef: tdef;
- exceptlocreg: tregister;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- oldCurrExitLabel:=nil;
- continueonlabel:=nil;
- breakonlabel:=nil;
- exitonlabel:=nil;
- current_asmdata.getjumplabel(nextonlabel);
- cexceptionstatehandler.begin_catch(current_asmdata.CurrAsmList,excepttype,nextonlabel,exceptlocdef,exceptlocreg);
- { Retrieve exception variable }
- if assigned(excepTSymtable) then
- exceptvarsym:=tlocalvarsym(excepTSymtable.SymList[0])
- else
- internalerror(2011020401);
- if assigned(exceptvarsym) then
- begin
- location_reset_ref(exceptvarsym.localloc, LOC_REFERENCE, def_cgsize(voidpointertype), voidpointertype.alignment, []);
- tg.GetLocal(current_asmdata.CurrAsmList, exceptvarsym.vardef.size, exceptvarsym.vardef, exceptvarsym.localloc.reference);
- hlcg.a_load_reg_ref(current_asmdata.CurrAsmList, exceptlocdef, exceptvarsym.vardef, exceptlocreg, exceptvarsym.localloc.reference);
- end;
- { in the case that another exception is risen
- we've to destroy the old one, so create a new
- exception frame for the catch-handler }
- cexceptionstatehandler.get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cexceptionstatehandler.new_exception(current_asmdata.CurrAsmList,excepttemps,tek_except,doobjectdestroyandreraisestate);
- oldBreakLabel:=nil;
- oldContinueLabel:=nil;
- if assigned(right) then
- begin
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- current_asmdata.getjumplabel(exitonlabel);
- current_procinfo.CurrExitLabel:=exitonlabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- current_asmdata.getjumplabel(breakonlabel);
- current_asmdata.getjumplabel(continueonlabel);
- current_procinfo.CurrContinueLabel:=continueonlabel;
- current_procinfo.CurrBreakLabel:=breakonlabel;
- end;
- secondpass(right);
- end;
- cexceptionstatehandler.handle_nested_exception(current_asmdata.CurrAsmList,excepttemps,doobjectdestroyandreraisestate);
- { clear some stuff }
- if assigned(exceptvarsym) then
- begin
- tg.UngetLocal(current_asmdata.CurrAsmList,exceptvarsym.localloc.reference);
- exceptvarsym.localloc.loc:=LOC_INVALID;
- end;
- cexceptionstatehandler.end_catch(current_asmdata.CurrAsmList);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,endexceptlabel);
- if assigned(right) then
- begin
- { special handling for control flow instructions }
- if fc_exit in doobjectdestroyandreraisestate.newflowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- hlcg.a_label(current_asmdata.CurrAsmList,exitonlabel);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,oldCurrExitLabel);
- end;
- if fc_break in doobjectdestroyandreraisestate.newflowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- hlcg.a_label(current_asmdata.CurrAsmList,breakonlabel);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,oldBreakLabel);
- end;
- if fc_continue in doobjectdestroyandreraisestate.newflowcontrol then
- begin
- { the address and object pop does secondtryexcept }
- hlcg.a_label(current_asmdata.CurrAsmList,continueonlabel);
- hlcg.a_jmp_always(current_asmdata.CurrAsmList,oldContinueLabel);
- end;
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(oldBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- end;
- cexceptionstatehandler.unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- hlcg.a_label(current_asmdata.CurrAsmList,nextonlabel);
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { propagate exit/break/continue }
- flowcontrol:=doobjectdestroyandreraisestate.oldflowcontrol+(doobjectdestroyandreraisestate.newflowcontrol-[fc_inflowcontrol,fc_catching_exceptions]);
- { next on node }
- if assigned(left) then
- secondpass(left);
- end;
- {*****************************************************************************
- SecondTryFinally
- *****************************************************************************}
- { jump out of a finally block }
- procedure tcgtryfinallynode.emit_jump_out_of_try_finally_frame(list: TasmList; const reason: byte; const finallycodelabel: tasmlabel; var excepttemps: tcgexceptionstatehandler.texceptiontemps; framelabel: tasmlabel);
- begin
- hlcg.a_label(list,framelabel);
- hlcg.g_exception_reason_discard(list,osuinttype,excepttemps.reasonbuf);
- hlcg.g_exception_reason_save_const(list,osuinttype,reason,excepttemps.reasonbuf);
- hlcg.a_jmp_always(list,finallycodelabel);
- end;
- function tcgtryfinallynode.get_jump_out_of_try_finally_frame_label(const finallyexceptionstate: tcgexceptionstatehandler.texceptionstate): tasmlabel;
- begin
- current_asmdata.getjumplabel(result);
- end;
- procedure tcgtryfinallynode.handle_safecall_exception;
- var
- cgpara: tcgpara;
- selfsym: tparavarsym;
- pd: tprocdef;
- begin
- { call fpc_safecallhandler, passing self for methods of classes,
- nil otherwise. }
- pd:=search_system_proc('fpc_safecallhandler');
- cgpara.init;
- paramanager.getintparaloc(current_asmdata.CurrAsmList,pd,1,cgpara);
- if is_class(current_procinfo.procdef.struct) then
- begin
- selfsym:=tparavarsym(current_procinfo.procdef.parast.Find('self'));
- if (selfsym=nil) or (selfsym.typ<>paravarsym) then
- InternalError(2011123101);
- cg.a_load_loc_cgpara(current_asmdata.CurrAsmList,selfsym.localloc,cgpara);
- end
- else
- cg.a_load_const_cgpara(current_asmdata.CurrAsmList,OS_ADDR,0,cgpara);
- paramanager.freecgpara(current_asmdata.CurrAsmList,cgpara);
- cgpara.done;
- cg.g_call(current_asmdata.CurrAsmList,'FPC_SAFECALLHANDLER');
- cg.a_load_reg_reg(current_asmdata.CurrAsmList,OS_INT,OS_INT,NR_FUNCTION_RESULT_REG, NR_FUNCTION_RETURN_REG);
- end;
- procedure tcgtryfinallynode.pass_generate_code;
- var
- endfinallylabel,
- exitfinallylabel,
- continuefinallylabel,
- breakfinallylabel,
- oldCurrExitLabel,
- oldContinueLabel,
- oldBreakLabel,
- finallyNoExceptionLabel: tasmlabel;
- finallyexceptionstate: tcgexceptionstatehandler.texceptionstate;
- excepttemps : tcgexceptionstatehandler.texceptiontemps;
- reasonreg : tregister;
- exceptframekind: tcgexceptionstatehandler.texceptframekind;
- tmplist: TAsmList;
- procedure handle_breakcontinueexit(const finallycode: tasmlabel; doreraise: boolean);
- begin
- { no exception happened, but maybe break/continue/exit }
- hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,osuinttype,OC_EQ,0,reasonreg,endfinallylabel);
- if fc_exit in finallyexceptionstate.newflowcontrol then
- hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,osuinttype,OC_EQ,2,reasonreg,oldCurrExitLabel);
- if fc_break in finallyexceptionstate.newflowcontrol then
- hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,osuinttype,OC_EQ,3,reasonreg,oldBreakLabel);
- if fc_continue in finallyexceptionstate.newflowcontrol then
- hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,osuinttype,OC_EQ,4,reasonreg,oldContinueLabel);
- if doreraise then
- cexceptionstatehandler.handle_reraise(current_asmdata.CurrAsmList,excepttemps,finallyexceptionstate,tek_normalfinally)
- else
- hlcg.g_unreachable(current_asmdata.CurrAsmList);
- { redirect break/continue/exit to the label above, with the reasonbuf set appropriately }
- if fc_exit in finallyexceptionstate.newflowcontrol then
- emit_jump_out_of_try_finally_frame(current_asmdata.CurrAsmList,2,finallycode,excepttemps,exitfinallylabel);
- if fc_break in finallyexceptionstate.newflowcontrol then
- emit_jump_out_of_try_finally_frame(current_asmdata.CurrAsmList,3,finallycode,excepttemps,breakfinallylabel);
- if fc_continue in finallyexceptionstate.newflowcontrol then
- emit_jump_out_of_try_finally_frame(current_asmdata.CurrAsmList,4,finallycode,excepttemps,continuefinallylabel);
- end;
- begin
- location_reset(location,LOC_VOID,OS_NO);
- oldBreakLabel:=nil;
- oldContinueLabel:=nil;
- continuefinallylabel:=nil;
- breakfinallylabel:=nil;
- if not implicitframe then
- exceptframekind:=tek_normalfinally
- else
- exceptframekind:=tek_implicitfinally;
- current_asmdata.getjumplabel(endfinallylabel);
- { call setjmp, and jump to finally label on non-zero result }
- cexceptionstatehandler.get_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- cexceptionstatehandler.new_exception(current_asmdata.CurrAsmList,excepttemps,exceptframekind,finallyexceptionstate);
- { the finally block must catch break, continue and exit }
- { statements }
- oldCurrExitLabel:=current_procinfo.CurrExitLabel;
- exitfinallylabel:=get_jump_out_of_try_finally_frame_label(finallyexceptionstate);
- current_procinfo.CurrExitLabel:=exitfinallylabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- oldContinueLabel:=current_procinfo.CurrContinueLabel;
- oldBreakLabel:=current_procinfo.CurrBreakLabel;
- breakfinallylabel:=get_jump_out_of_try_finally_frame_label(finallyexceptionstate);
- continuefinallylabel:=get_jump_out_of_try_finally_frame_label(finallyexceptionstate);
- current_procinfo.CurrContinueLabel:=continuefinallylabel;
- current_procinfo.CurrBreakLabel:=breakfinallylabel;
- end;
- { try code }
- if assigned(left) then
- begin
- secondpass(left);
- if codegenerror then
- exit;
- end;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- cexceptionstatehandler.end_try_block(current_asmdata.CurrAsmList,exceptframekind,excepttemps,finallyexceptionstate,finallyexceptionstate.finallycodelabel);
- if assigned(third) then
- begin
- tmplist:=TAsmList.create;
- { emit the except label already (to a temporary list) to ensure that any calls in the
- finally block refer to the outer exception frame rather than to the exception frame
- that emits this same finally code in case an exception does happen }
- cexceptionstatehandler.emit_except_label(tmplist,exceptframekind,finallyexceptionstate,excepttemps);
- flowcontrol:=finallyexceptionstate.oldflowcontrol*[fc_inflowcontrol,fc_catching_exceptions];
- current_asmdata.getjumplabel(finallyNoExceptionLabel);
- hlcg.a_label(current_asmdata.CurrAsmList,finallyNoExceptionLabel);
- if not implicitframe then
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- secondpass(third);
- if codegenerror then
- exit;
- if not implicitframe then
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- reasonreg:=hlcg.getintregister(current_asmdata.CurrAsmList,osuinttype);
- hlcg.g_exception_reason_load(current_asmdata.CurrAsmList,osuinttype,osuinttype,excepttemps.reasonbuf,reasonreg);
- handle_breakcontinueexit(finallyNoExceptionLabel,false);
- current_asmdata.CurrAsmList.concatList(tmplist);
- tmplist.free;
- end
- else
- cexceptionstatehandler.emit_except_label(current_asmdata.CurrAsmList,exceptframekind,finallyexceptionstate,excepttemps);
- { just free the frame information }
- cexceptionstatehandler.free_exception(current_asmdata.CurrAsmList,excepttemps,finallyexceptionstate,1,finallyexceptionstate.exceptionlabel,true);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- { finally code (don't unconditionally set fc_inflowcontrol, since the
- finally code is unconditionally executed; we do have to filter out
- flags regarding break/contrinue/etc. because we have to give an
- error in case one of those is used in the finally-code }
- flowcontrol:=finallyexceptionstate.oldflowcontrol*[fc_inflowcontrol,fc_catching_exceptions];
- secondpass(right);
- { goto is allowed if it stays inside the finally block,
- this is checked using the exception block number }
- if (flowcontrol-[fc_gotolabel])<>(finallyexceptionstate.oldflowcontrol*[fc_inflowcontrol,fc_catching_exceptions]) then
- CGMessage(cg_e_control_flow_outside_finally);
- if codegenerror then
- exit;
- { don't generate line info for internal cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoStart));
- { same level as before try, but this part is only executed if an exception occcurred
- -> always fc_in_flowcontrol }
- flowcontrol:=finallyexceptionstate.oldflowcontrol*[fc_catching_exceptions];
- include(flowcontrol,fc_inflowcontrol);
- if not assigned(third) then
- begin
- { the value should now be in the exception handler }
- reasonreg:=hlcg.getintregister(current_asmdata.CurrAsmList,osuinttype);
- hlcg.g_exception_reason_load(current_asmdata.CurrAsmList,osuinttype,osuinttype,excepttemps.reasonbuf,reasonreg);
- if implicitframe then
- begin
- hlcg.a_cmp_const_reg_label(current_asmdata.CurrAsmList,osuinttype,OC_EQ,0,reasonreg,endfinallylabel);
- { finally code only needed to be executed on exception (-> in
- if-branch -> fc_inflowcontrol) }
- if (tf_safecall_exceptions in target_info.flags) and
- (current_procinfo.procdef.proccalloption=pocall_safecall) then
- handle_safecall_exception
- else
- cexceptionstatehandler.handle_reraise(current_asmdata.CurrAsmList,excepttemps,finallyexceptionstate,exceptframekind);
- { we have to load 0 into the execepttemp, else the program thinks an exception happended }
- emit_jump_out_of_try_finally_frame(current_asmdata.CurrAsmList,0,finallyexceptionstate.exceptionlabel,excepttemps,exitfinallylabel);
- end
- else
- begin
- handle_breakcontinueexit(finallyexceptionstate.exceptionlabel,true);
- end;
- end
- else
- begin
- if implicitframe then
- begin
- if (tf_safecall_exceptions in target_info.flags) and
- (current_procinfo.procdef.proccalloption=pocall_safecall) then
- handle_safecall_exception
- else
- cexceptionstatehandler.handle_reraise(current_asmdata.CurrAsmList,excepttemps,finallyexceptionstate,exceptframekind);
- end
- else
- begin
- cexceptionstatehandler.handle_reraise(current_asmdata.CurrAsmList,excepttemps,finallyexceptionstate,exceptframekind);
- end;
- end;
- cexceptionstatehandler.unget_exception_temps(current_asmdata.CurrAsmList,excepttemps);
- hlcg.a_label(current_asmdata.CurrAsmList,endfinallylabel);
- { end cleanup }
- current_asmdata.CurrAsmList.concat(tai_marker.create(mark_NoLineInfoEnd));
- current_procinfo.CurrExitLabel:=oldCurrExitLabel;
- if assigned(current_procinfo.CurrBreakLabel) then
- begin
- current_procinfo.CurrContinueLabel:=oldContinueLabel;
- current_procinfo.CurrBreakLabel:=oldBreakLabel;
- end;
- flowcontrol:=finallyexceptionstate.oldflowcontrol+(finallyexceptionstate.newflowcontrol-[fc_inflowcontrol,fc_catching_exceptions]);
- end;
- function tcgraisenode.pass_1: tnode;
- begin
- if not(tf_use_psabieh in target_info.flags) or assigned(left) then
- result:=inherited
- else
- begin
- expectloc:=LOC_VOID;
- result:=nil;
- end;
- end;
- procedure tcgraisenode.pass_generate_code;
- var
- CurrentLandingPad, CurrentAction, ReRaiseLandingPad: TPSABIEHAction;
- begin
- if not(tf_use_psabieh in target_info.flags) then
- Internalerror(2019021701);
- location_reset(location,LOC_VOID,OS_NO);
- CurrentLandingPad:=nil;
- { a reraise must raise the exception to the parent exception frame }
- if fc_catching_exceptions in flowcontrol then
- begin
- current_procinfo.CreateNewPSABIEHCallsite;
- CurrentLandingPad:=current_procinfo.CurrentLandingPad;
- if current_procinfo.PopLandingPad(CurrentLandingPad) then
- exclude(flowcontrol,fc_catching_exceptions);
- CurrentAction:=current_procinfo.CurrentAction;
- current_procinfo.PopAction(CurrentAction);
- ReRaiseLandingPad:=TPSABIEHAction.Create(nil);
- current_procinfo.PushAction(ReRaiseLandingPad);
- current_procinfo.PushLandingPad(ReRaiseLandingPad);
- end;
- hlcg.g_call_system_proc(current_asmdata.CurrAsmList,'fpc_reraise',[],nil).resetiftemp;
- if assigned(CurrentLandingPad) then
- begin
- current_procinfo.CreateNewPSABIEHCallsite;
- current_procinfo.PopLandingPad(current_procinfo.CurrentLandingPad);
- current_procinfo.PopAction(ReRaiseLandingPad);
- current_procinfo.PushAction(CurrentAction);
- current_procinfo.PushLandingPad(CurrentLandingPad);
- include(flowcontrol,fc_catching_exceptions);
- end;
- end;
- begin
- cwhilerepeatnode:=tcgwhilerepeatnode;
- cifnode:=tcgifnode;
- cfornode:=tcgfornode;
- cexitnode:=tcgexitnode;
- cbreaknode:=tcgbreaknode;
- ccontinuenode:=tcgcontinuenode;
- cgotonode:=tcggotonode;
- clabelnode:=tcglabelnode;
- craisenode:=tcgraisenode;
- ctryexceptnode:=tcgtryexceptnode;
- ctryfinallynode:=tcgtryfinallynode;
- connode:=tcgonnode;
- cexceptionstatehandler:=tcgexceptionstatehandler;
- end.
|