[PATCH] D128012: [HLSL] Add ExternalSemaSource & vector alias

Chris Bieneman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 21 07:41:15 PDT 2022


beanz added a comment.

In D128012#3598307 <https://reviews.llvm.org/D128012#3598307>, @Anastasia wrote:

> PCH have large in-memory size compared to the sources, but if it's not an issue then it should be reasonable.

Yea... I think we may have some flexibility on memory size. Our current on-device source->dxil compiler is a dylib that runs in the user's process. My intent for the 2.0 implementation which will based on modern clang is to move the compiler out of process, which will give us more flexibility on memory usage, especially if the memory is read-only.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128012/new/

https://reviews.llvm.org/D128012



More information about the cfe-commits mailing list