Skip to content
This repository has been archived by the owner on Mar 2, 2023. It is now read-only.

Split functions which use blockaddresses normally #5

Open
yotann opened this issue Oct 17, 2018 · 0 comments
Open

Split functions which use blockaddresses normally #5

yotann opened this issue Oct 17, 2018 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@yotann
Copy link
Owner

yotann commented Oct 17, 2018

In the normal case, function @f may have blockaddresses stored in global constant @g, which is only used by function @f. The obvious solution in this case is to put @g in the split module along with @f.

In the general case, blockaddresses for function @f may be used by other functions, but this should be extremely rare and we don't need to handle it well.

@yotann yotann added enhancement New feature or request low priority labels Oct 17, 2018
@yotann yotann transferred this issue from yotann/bcdb-private Apr 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant