?? optimizer.mal
字號:
#line 33 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/optimizer/optimizer.mx"module optimizer;pattern prelude()address optimizer_preludecomment "Initialize the optimizer";pattern optimize(mod:str, fcn:str)address QOToptimizecomment "Optimize a specific operation";pattern setDebug():void address QOTdebugOptimizers;pattern clrDebug():void address QOTclrdebugOptimizers;pattern showFlowGraph(M:str,F:str,s:str):void address QOTshowFlowGraphcomment "Dump the data flow of the function M.F in a format recognizable by the command 'dot' on the file s";pattern showPlan(M:str,F:str,s:str):void address QOTshowPlan;pattern showPlan()address QOTshowPlancomment "Illustrate the plan derived so far";#line 66 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/optimizer/optimizer.mx"optimizer.prelude();#line 68 "/export/scratch0/monet/monet.GNU.64.64.d.14791/MonetDB5/src/optimizer/optimizer.mx"
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -