1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-03-09 15:40:10 +00:00
No description
Find a file
Skydev0h 2008feb907 Highly refined algorithm of detection of builtins and unused vars (-u, -uu)
Now builtin replacements are marked with special _Replaced flag
Unused calls and variables only have the _Unused flag
This way, it is possbile to separate builtin-precalculated from really unused vars
Added -u and -uu flags that print out optimized out (disabled) calls and assigns
-u prints only unused assigns while -uu prints also all unused calls (to stderr)
Such option allows to find out all sorts of different bugs: copy-paste, incorrect pure/impure markings, mistypes or accidental variable redefinitions, etc.
2020-01-05 02:42:58 +02:00
adnl updated smartcontracts 2019-10-23 17:43:50 +04:00
blockchain-explorer slightly changed block format 2019-11-28 18:44:14 +04:00
catchain tonlib: big update 2019-09-30 12:53:00 +04:00
CMake initial commit 2019-09-07 14:33:36 +04:00
common updated smartcontracts 2019-10-23 17:43:50 +04:00
crypto Highly refined algorithm of detection of builtins and unused vars (-u, -uu) 2020-01-05 02:42:58 +02:00
dht fullnode: added getCapabilities query 2019-09-24 14:20:26 +04:00
dht-server updated tonlib, new fullnode queries 2019-09-24 01:10:57 +04:00
doc updated func/fift 2019-12-29 12:14:12 +03:00
example updated smartcontracts 2019-10-23 17:43:50 +04:00
fec initial commit 2019-09-07 14:33:36 +04:00
keyring initial commit 2019-09-07 14:33:36 +04:00
keys initial commit 2019-09-07 14:33:36 +04:00
lite-client slightly changed block format 2019-11-28 18:44:14 +04:00
lite-client-docs speed up synchronization 2019-11-18 22:15:14 +04:00
memprof initial commit 2019-09-07 14:33:36 +04:00
overlay initial commit 2019-09-07 14:33:36 +04:00
rldp liteclient signature check support 2019-09-14 18:14:55 +04:00
tdactor updated func/fift 2019-12-29 12:14:12 +03:00
tddb updated fift/func 2019-12-12 19:16:25 +04:00
tdfec initial commit 2019-09-07 14:33:36 +04:00
tdnet updated smartcontracts 2019-10-23 17:43:50 +04:00
tdtl initial commit 2019-09-07 14:33:36 +04:00
tdutils new db 2019-11-15 18:02:37 +04:00
terminal liteclient signature check support 2019-09-14 18:14:55 +04:00
test slightly changed block format 2019-11-28 18:44:14 +04:00
third-party updated tonlib 2019-09-22 10:14:09 +04:00
tl updated func/fift 2019-12-29 12:14:12 +03:00
tl-utils initial commit 2019-09-07 14:33:36 +04:00
ton updated fift + bugfixes 2019-12-05 16:51:51 +04:00
tonlib slightly changed block format 2019-11-28 18:44:14 +04:00
utils new db 2019-11-15 18:02:37 +04:00
validator updated func/fift 2019-12-29 12:14:12 +03:00
validator-engine updated fift + bugfixes 2019-12-05 16:51:51 +04:00
validator-engine-console updated func/fift 2019-12-29 12:14:12 +03:00
validator-session tonlib: big update 2019-09-30 12:53:00 +04:00
.clang-format initial commit 2019-09-07 14:33:36 +04:00
.clang_complete initial commit 2019-09-07 14:33:36 +04:00
.gitattributes initial commit 2019-09-07 14:33:36 +04:00
.gitignore updated func 2019-10-16 13:00:43 +04:00
.gitmodules initial commit 2019-09-07 14:33:36 +04:00
CMakeLists.txt slightly changed block format 2019-11-28 18:44:14 +04:00
GPLv2 initial commit 2019-09-07 14:33:36 +04:00
LGPLv2 initial commit 2019-09-07 14:33:36 +04:00
LICENSE.LGPL initial commit 2019-09-07 14:33:36 +04:00
run-clang-format.sh initial commit 2019-09-07 14:33:36 +04:00