[PATCH] D51941: [Support] Avoid calling CommandLineToArgvW from shell32.dll

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 11 13:03:37 PDT 2018


rnk added a comment.

In https://reviews.llvm.org/D51941#1230893, @zturner wrote:

> When you commit this, make sure to include in the commit message how much speedup you're seeing as a result of this.


There is no speedup without adding /delayload:shell32.dll, which will be a separate patch.


https://reviews.llvm.org/D51941





More information about the llvm-commits mailing list