Heejin Ahn

Results 151 comments of Heejin Ahn

About the `catch_drop` optimization, would it be effective when the whole program uses it, or it's worth it if only a part of the program uses it? In Emscripten (+...

+1 on what @rossberg and @dschuff said. In [the current JS API](https://webassembly.github.io/exception-handling/js-api/index.html), we have `WebAssembly.Exception` in JS side, which is an object containing a tag, thrown values, and possibly other...

Will be OOO for 3~4 days. Can I take a look after I return?

I think we can merge this? Anyone has any more comments?

I guess I can merge this now? Thanks for working on it again!

I happened to have an offline discussion w/ some people here today about enabling more features including multivalue by default in LLVM. Syncing Binaryen sounds good too, if people can...

I tried enabling four more features (multivalue, nontrapping-fptoint, reference-types, and bulk-memory) in https://github.com/llvm/llvm-project/pull/80923. Comments will be appreciated!

These are my current thoughts: I agree with https://github.com/WebAssembly/tool-conventions/pull/223#issuecomment-2005721652 that we shouldn't treat compiler-rt and other libraries differently. One big motivator for this PR was it's hard for toolchains to...

@TerrorJack > > I think we should put some limit on this > > That's better discussed on another thread, but my option is such limits, if any, should be...

@alexcrichton > If I might throw out another possible alternative, could it perhaps also be possible to write this down in source itself? > > For example compiler-rt is specific...