1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00
ton/crypto/func
EmelyanenkoK 40cec56e28
A series of FunC improvements (#378)
* Don't use IFJMP/IFNOTJMP in inline functions

* Fix incorrect ifelse branch code generation 

https://github.com/ton-blockchain/ton/issues/374

* Make generate_code_all clearer

* Don't replace IFJMP with IF in inner blocks in inline functions

* Allow unbalance if/else by using RETALT

* Fix wrong PUSHCONT

* Bugfix in IF code generation for inline functions

* Fix unbalanced if/else

* Bugfix and improvements in code generation

* Fix analyzing while(0) in func

https://github.com/ton-blockchain/ton/issues/377

* FunC and Asm.fif: Fix inlining large functions

https://github.com/ton-blockchain/ton/issues/375

Co-authored-by: SpyCheese <mikle98@yandex.ru>
2022-08-04 14:48:19 +03:00
..
test Use td::realpath and add re-inclusion tests 2022-05-12 18:57:03 +03:00
abscode.cpp Add constants and string literals to funC 2022-05-06 11:13:04 +03:00
analyzer.cpp A series of FunC improvements (#378) 2022-08-04 14:48:19 +03:00
asmops.cpp Add constants and string literals to funC 2022-05-06 11:13:04 +03:00
builtins.cpp Add constants and string literals to funC 2022-05-06 11:13:04 +03:00
codegen.cpp A series of FunC improvements (#378) 2022-08-04 14:48:19 +03:00
func.cpp A series of FunC improvements (#378) 2022-08-04 14:48:19 +03:00
func.h A series of FunC improvements (#378) 2022-08-04 14:48:19 +03:00
gen-abscode.cpp Add constants and string literals to funC 2022-05-06 11:13:04 +03:00
keywords.cpp Implement #include keyword with advanced checks and backtrace 2022-05-12 12:54:34 +03:00
optimize.cpp emergency update 2020-03-24 03:32:16 +04:00
parse-func.cpp Use td::realpath and add re-inclusion tests 2022-05-12 18:57:03 +03:00
stack-transform.cpp updated vm (breaking compatibility) 2020-02-28 14:28:47 +04:00
unify-types.cpp bugfixes 2020-04-10 23:06:01 +04:00