1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/crypto/func
tolk-vm f00ff75548
[FunC] Make Expr::VarApply always impure (#1381)
Expr::_VarApply is now always impure. It means, that
for `some_var()`, don't make any considerations about runtime value,
it's always called.
2024-11-14 18:32:04 +03:00
..
auto-tests [FunC] Make Expr::VarApply always impure (#1381) 2024-11-14 18:32:04 +03:00
test Add try/catch to FunC (#560) 2022-12-22 15:26:39 +03:00
abscode.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
analyzer.cpp celldb in-memory mode, stats for actors, perf counters, minor fix in rldp2 (#1164) 2024-09-23 17:34:37 +03:00
asmops.cpp Add WASM FunC autotests (#673) 2023-04-19 21:29:41 +03:00
builtins.cpp [FunC] Fix a bug with << operator to zero value (#1262) 2024-10-09 16:03:58 +03:00
codegen.cpp Fix try-catch: save c1, c3 to catch continuation (#1332) 2024-11-02 18:23:08 +03:00
func-main.cpp Make funcfiftlib compilation compatible with modern compilers (#618) 2023-03-09 17:37:15 +03:00
func.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
func.h Fix try-catch: save c1, c3 to catch continuation (#1332) 2024-11-02 18:23:08 +03:00
gen-abscode.cpp [FunC] Make Expr::VarApply always impure (#1381) 2024-11-14 18:32:04 +03:00
keywords.cpp Add try/catch to FunC (#560) 2022-12-22 15:26:39 +03:00
optimize.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
parse-func.cpp [FunC] Make Expr::VarApply always impure (#1381) 2024-11-14 18:32:04 +03:00
stack-transform.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00
unify-types.cpp FunC: enable asserts and fix try/catch stack corruption (#699) 2023-05-15 15:31:42 +03:00