I don't t know if these count as blatant, but:
* Dx "interns" a bunch of structures, so you might run into some
thread safety issues there.
* That second call doesn't actually do much. All the hard work happens
after all the classes have been added, and necessarily so, since the
dex format relies so much on items being collated and sorted.
That said...
> Is there anyone working on this (doesn't look like it from commit-
> log)? Patches/Proof of concept welcome?
Nobody is doing heavy development on dx right now, though we (where
"we" is often "I") do make the occasional bugfix.
Proof of concept definitely welcome. A patch would be most likely to
be accepted if it (a) made multithreading switchable from the
commandline, (b) demostrably made a huge difference in runtime, and
(c) was reasonably structured (that is, not a gross hack).
Cheers,
-dan