Comment by nylonstrung
2 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
2 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
In fact, clang is in the process of adding an MLIR layer as well, ClangIR.