1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-13 03:32:22 +00:00
ton/crypto/func
Starlight Duck 3c380e0a7b
Implement compilation and pre-computation of logical operations (#437)
* Implement compilation and pre-computation of logical operations (and, or, xor, not)

* Fix emulate_and optimization

* Fix variable flags in emulate_not

* Rename co2.fc to co3.fc

Co-authored-by: EmelyanenkoK <emelyanenko.kirill@gmail.com>
2022-09-20 14:19:42 +03:00
..
test Implement compilation and pre-computation of logical operations (#437) 2022-09-20 14:19:42 +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 Implement compilation and pre-computation of logical operations (#437) 2022-09-20 14:19:42 +03:00
codegen.cpp A series of FunC improvements (#378) 2022-08-04 14:48:19 +03:00
func-main.cpp Func and Fift lib for WASM (#455) 2022-09-14 12:36:01 +03:00
func.cpp Func and Fift lib for WASM (#455) 2022-09-14 12:36:01 +03:00
func.h Func and Fift lib for WASM (#455) 2022-09-14 12:36:01 +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 Allow constants with the same name and value (#462) 2022-09-20 14:16:53 +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