hashgraph / hedera-services

Crypto, token, consensus, file, and smart contract services for the Hedera public ledger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identify as many components as possible that can be made DIRECT types

poulok opened this issue · comments

I identified the following schedulers that could be direct

platformSchedulers.stateSigner,                      DIRECT
platformSchedulers.applicationTransactionPrehandler, DIRECT
platformSchedulers.hashLogger,                       DIRECT
platformSchedulers.signedStateSentinel,              DIRECT

We've decided not to move forward on this for now.