SingleAccretion
SingleAccretion
> figuring out what to do with cases where assembly languages have sugar such as symbol arithmetic, numeric types or strings I would also add things like `.macro` and `.incbin`...
> can you maybe say a bit more about what the problems/requirements are for the use case? Sure! There are two parts to this issue: general and [NativeAOT-LLVM-specific](https://github.com/dotnet/runtimelab/tree/feature/NativeAOT-LLVM). One of...
> With that said, I am still surprised it is only 3%. @kripken At least that's something I got for a particular output ~2 years ago. Measuring on the output...
> likely through inlining Doesn't inlining get disabled with DWARF present? With inlining, I would expect to see at least some methods in the `Top method regressions` column (in my...
> But for a release build you would normally build without DWARF? We do build with DWARF by default. The north star for user experience here is to always build...
> Do you use DWARF for something other than stack traces? (wasm-opt should do a good job of preserving those, but less for things like variable mappings) Yes, stepping through...
> Would that be just a new linear memory just for that purpose? I believe the way it works in Emscripten is by reserving the first ~1/8 of the linear...
Who is going to benefit from specifying `--target-world`? As the end consumer, I am only going to specify the target world that's "out there" already, so it's not too different...