Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert RuntimeBundle to object. #1967

Closed
gcatron opened this issue Nov 7, 2018 · 0 comments
Closed

Convert RuntimeBundle to object. #1967

gcatron opened this issue Nov 7, 2018 · 0 comments
Assignees

Comments

@gcatron
Copy link
Contributor

gcatron commented Nov 7, 2018

RuntimeBundle is currently a struct which contains the information passed forward from compile time to runtime. It contains max allocations, constants, and symbol information. This is a general backend tool so it should be moved to BackendUtils. It should also be made into a class so accessors like getSymbolOffset can be called. The backends will need to be updated as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants