Jon Siwek
|
b4cf393475
|
Adjust some Reducer ref-counting and IntrusivePtr usage
|
2021-01-14 00:24:12 -08:00 |
|
Jon Siwek
|
7ce4351ed0
|
Fix reference counting in ListExpr inline/reduce methods
|
2021-01-13 23:01:44 -08:00 |
|
Jon Siwek
|
b799665c1a
|
Switch some Expr transform/reduce logic to use IntrusivePtr
|
2021-01-13 20:27:41 -08:00 |
|
Vern Paxson
|
10e80dfcd3
|
reductions of expressions in ASTs - code compiles but doesn't yet link
|
2021-01-10 14:04:01 -08:00 |
|
Jon Siwek
|
c7bec09e14
|
Switch InlineExpr from using IDPList* to vector<IDPtr>
|
2020-12-13 15:04:53 -08:00 |
|
Jon Siwek
|
fa418cb179
|
Simplify some IntrusivePtr operations in Expr::Duplicate/Inline
|
2020-12-13 14:20:10 -08:00 |
|
Jon Siwek
|
2219a03344
|
Rename Frame::IncreaseOffset() to Frame::AdjustOffset()
For clarity, since it's used for both increasing and decreasing.
|
2020-12-13 13:27:37 -08:00 |
|
Vern Paxson
|
c42586af2c
|
inlining of Zeek script functions
|
2020-11-19 16:16:59 -08:00 |
|