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

Use more abseil components #301

Open
shinh opened this issue May 30, 2019 · 0 comments
Open

Use more abseil components #301

shinh opened this issue May 30, 2019 · 0 comments

Comments

@shinh
Copy link
Member

shinh commented May 30, 2019

Now that we have third_party/abseil and I think we should start using it especially from compiler directory (where we don't need to care about the binary size)

  • debugging: stacktrace and symbolize
  • strings: str_cat, etc.
  • types/variant: should be used from other union like classes such as Type
  • types/optional: I think we should NOT use it for now to be consistent with ChainerX
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

1 participant