oasislabs / oasis-rs

A humane blockchain programming framework.
Apache License 2.0
71 stars 16 forks source link

Group commonly cooccurring fields under a common prefix #5

Open nhynes opened 5 years ago

nhynes commented 5 years ago

e.g., Vec<Lazy<String>>, HashMap<Address, Lazy<UserInfo>>

depends on #4

nhynes commented 5 years ago

Lazy is a hack. The Correct thing to do is dataflow analysis in the compiler plugin.