neoneo-go/pkg
Evgeniy Stratonikov 17329eea64 compiler: remove jumps to the next instruction
In case there are no returns in the inlined function, jumps point to the
next instruction and can be omitted. This optimization can be extended
to handle other cases, here we just make sure that already existing code
stays the same.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-07-12 16:17:31 +03:00
..
compiler compiler: remove jumps to the next instruction 2022-07-12 16:17:31 +03:00
config limits: new package with storage limits 2022-07-08 23:30:30 +03:00
consensus Merge pull request #2580 from nspcc-dev/service-review 2022-07-05 12:23:25 +03:00
core storage: reduce lock time in (*MemoryStore).Seek 2022-07-11 16:15:14 +03:00
crypto crypto: adjust Checksum documentation 2022-05-13 13:20:40 +03:00
encoding Merge pull request #2531 from nspcc-dev/perf 2022-06-03 10:40:56 +03:00
interop interop: add equality helpers 2022-07-11 15:59:24 +03:00
io [#2442] English Check 2022-05-04 19:48:27 +03:00
neotest vm: move State type into a package of its own 2022-07-08 18:34:52 +03:00
network config: move metrics.Config into config.BasicService 2022-07-08 23:30:30 +03:00
rpc result: provide (*Iterator).UnmarshalJSON 2022-07-11 16:15:14 +03:00
services rpc: drop useless RawParams type 2022-07-08 17:56:20 +03:00
smartcontract gomod: upgrade yaml package from v2 to v3 2022-05-30 15:26:17 +03:00
util Merge pull request #2531 from nspcc-dev/perf 2022-06-03 10:40:56 +03:00
vm vm: move InvocationTree into a package of its own 2022-07-08 23:30:30 +03:00
wallet *: do not call wallet.Close() explicitly 2022-07-04 19:09:48 +03:00