⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 optimizer.mal

📁 一个内存数据库的源代码这是服务器端还有客户端
💻 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"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -