oasis-rs icon indicating copy to clipboard operation
oasis-rs copied to clipboard

Group commonly cooccurring fields under a common prefix

Open nhynes opened this issue 6 years ago • 1 comments

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

depends on #4

nhynes avatar Mar 16 '19 19:03 nhynes

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

nhynes avatar May 31 '19 05:05 nhynes