mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Before, #pragma allow-post-modification produced Op::_Let for every tensor entity (which became non-disabled if modification really happened). Although they are stripped off by the compiler and don't affect fif output, they pollute intermediate "AST" representation (ops). Now, Op::_Let is added only if var modification actually happens (which is very uncommon for real-wise code) |
||
|---|---|---|
| .. | ||
| block | ||
| common | ||
| ellcurve | ||
| fift | ||
| func | ||
| funcfiftlib | ||
| keccak | ||
| openssl | ||
| parser | ||
| smartcont | ||
| smc-envelope | ||
| test | ||
| tl | ||
| util | ||
| vm | ||
| CMakeLists.txt | ||
| Ed25519.cpp | ||
| Ed25519.h | ||