-
Notifications
You must be signed in to change notification settings - Fork 96
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
Separate compilation for each automaton #12
Comments
what is your motivating factor? compile time? Or do we plan on using them separately? |
More like a general refactoring how we instantiate automata. That'd inline all of the mixins in one function and save a bunch of kB of code, I suppose. While doing it, I can also take care of not instantiating all templates in the same CU, so |
seems low enough priority we will never do this |
Summary: Pull Request resolved: facebookexperimental/rust-shed#12 The OpenSSL version on Mac doesn't work well with EdenSCM and Mononoke integration, just use the one from getdeps/brew. Also remove the now redundant "DEVELOPER_DIR" since the modern XCode version works. Pull Request resolved: facebook/sapling#63 Reviewed By: StanislavGlebik Differential Revision: D23927022 Pulled By: lukaspiatkowski fbshipit-source-id: 6b6b3baa33d49b567b9aa6178cbd20b7ae9edc89
They are all instantiated in ReactiveSocket.cpp right now, I believe.
The text was updated successfully, but these errors were encountered: