mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Single call optimized runGetMethod emulator (#920)
* TVM Emulator optimized output method * TVM Emulator single call version * Fixed tvm_emulator export, changed to tvm_emulator_emulate * Removed imports * Set C7 from outside * Removed tvm_emulator_run_get_method_optimized * Renamed tvm_emulator_emulate to tvm_emulator_emulate_run_method
This commit is contained in:
parent
200508cf8f
commit
dd5540d69e
4 changed files with 75 additions and 0 deletions
|
@ -21,3 +21,4 @@ _tvm_emulator_run_get_method
|
|||
_tvm_emulator_send_external_message
|
||||
_tvm_emulator_send_internal_message
|
||||
_tvm_emulator_destroy
|
||||
_tvm_emulator_emulate_run_method
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue