zeek/src/script_opt
2024-06-09 14:24:53 -07:00
..
CPP shift ZAM instruction analysis into ZAM/ 2024-06-07 14:57:25 -07:00
ZAM 'f'/'s' for access to special ZBody variables 2024-06-09 14:24:53 -07:00
CSE.cc factor script optimization Expr AST nodes out of main AST header 2024-04-25 09:15:13 -07:00
CSE.h regularized (some) types of pointers used in script optimization 2023-12-12 09:45:19 +01:00
Expr.cc Fix for ZAM inlining of nested function calls with the same parameter names 2024-05-15 17:32:13 -07:00
Expr.h factor script optimization Expr AST nodes out of main AST header 2024-04-25 09:15:13 -07:00
FuncInfo.cc introduce notions of script functions/BiFs that are (1) foldable, (2) replaceable 2024-04-25 09:15:12 -07:00
FuncInfo.h introduce notions of script functions/BiFs that are (1) foldable, (2) replaceable 2024-04-25 09:15:12 -07:00
GenIDDefs.cc factor script optimization Expr AST nodes out of main AST header 2024-04-25 09:15:13 -07:00
GenIDDefs.h better name for key variable in script optimization 2024-01-15 15:03:56 +01:00
IDOptInfo.cc ZAM fix for tracking variable usage 2024-01-15 15:03:56 +01:00
IDOptInfo.h Add some uses of std::move in constructors and simple functions for pass-by-value arguments 2023-11-28 13:40:28 -07:00
Inline.cc factor script optimization Expr AST nodes out of main AST header 2024-04-25 09:15:13 -07:00
Inline.h coalescing of event handlers (ZAM optimization) 2023-11-16 12:58:28 -08:00
ObjMgr.h regularized (some) types of pointers used in script optimization 2023-12-12 09:45:19 +01:00
ProfileFunc.cc fix for ZAM profiling potentially accessing freed memory 2024-04-25 09:15:12 -07:00
ProfileFunc.h ZAM execution changes to support richer profiling 2024-03-19 10:59:49 -07:00
Reduce.cc Fix for ZAM inlining of nested function calls with the same parameter names 2024-05-15 17:32:13 -07:00
Reduce.h Fix for ZAM inlining of nested function calls with the same parameter names 2024-05-15 17:32:13 -07:00
ScriptOpt.cc switch to 'b' for branches 2024-06-09 13:31:52 -07:00
ScriptOpt.h rewrite of ZAM optimization of BiFs and script functions/idioms 2024-04-25 09:15:13 -07:00
Stmt.cc factor script optimization Expr AST nodes out of main AST header 2024-04-25 09:15:13 -07:00
StmtOptInfo.h Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
TempVar.cc greater ZAM optimization of inlined function calls 2023-11-10 09:57:35 +01:00
TempVar.h greater ZAM optimization of inlined function calls 2023-11-10 09:57:35 +01:00
UsageAnalyzer.cc Reformat Zeek in Spicy style 2023-10-30 09:40:55 +01:00
UsageAnalyzer.h reworked AST optimizers analysis of side effects during aggregate operations & calls 2023-12-06 12:26:27 -08:00
UseDefs.cc fixes & enhancements to location information associated w/ AST nodes & ZAM optimization 2024-02-06 11:03:02 +01:00
UseDefs.h retention of superseded AST elements to prevent pointer mis-aliasing 2023-11-10 11:06:16 +01:00