Tools for porting drivers
Tools for porting drivers
Posted Nov 30, 2017 7:51 UTC (Thu) by ThinkRob (guest, #64513)In reply to: Tools for porting drivers by nix
Parent article: Tools for porting drivers
My guess -- with no benchmarking whatsoever to support it -- is that the cost of indexing each time is such that it breaks (or at least seriously impedes) the workflow where you start with $(portion of foo) and gradually refine to $foo. That's a lot of wasted work that gets done each time, and for that use case it's easier to simply generate AoT than burn CPU each time the search is fired. Ideally the user would get a choice, which is always a good way to cut off the "my workflow!" argument at the knees... but I can understand if they don't want to roll that out on day 0. It is an increase in complexity, after all. [insert usual lecture on complexity, bugs, etc. here]
Besides, this being FOSS. I give it two, three days until someone's got a patchset to do just that. ;-)
