Comment by boxed 15 hours ago Seems to work out well for Mojo, so I'd guess it's more an issue with C++. 2 comments boxed Reply nylonstrung 3 hours ago Well mojo handles it by introducing an additional step of lowering code to MLIR as an intermediate representation. Something that can be done with C++ as well pjmlp 10 minutes ago In fact, clang is in the process of adding an MLIR layer as well, ClangIR.
nylonstrung 3 hours ago Well mojo handles it by introducing an additional step of lowering code to MLIR as an intermediate representation. Something that can be done with C++ as well pjmlp 10 minutes ago In fact, clang is in the process of adding an MLIR layer as well, ClangIR.
Well mojo handles it by introducing an additional step of lowering code to MLIR as an intermediate representation. Something that can be done with C++ as well
In fact, clang is in the process of adding an MLIR layer as well, ClangIR.