Remi Rousselet
Remi Rousselet
Considering how memory expensive Analyzer is, IMO the fewer processes using Analyzer we have, the better. So I think it could make sense to generate code directly from a plugin...
Personally I'd: - merge analyzer_plugins with the main Analyzer isolate. This should cut gigabytes of memory. Users tend to have 8Go of ram used by Analyzer, and another 8Go for...
If running _in_ an analyzer plugin is optional, I don't think that's an issue. We would still have a CLI to manually run generation. And we'd likely have options to...
@davidmorgan They share user-defined options, but their configuration is different Like one builder could use SharedPartBuilder and another uses LibraryBuilder, but both are configured using the same options.