Ulrich Weigand

Results 72 comments of Ulrich Weigand

I've submitted PR https://github.com/briansmith/ring/pull/1297, but that has been pending review for quite a while ...

Ping? Any comments on this approach?

Hi @briansmith, let me try to make another attempt to get this going. I've just updated the patch to use a different style of endian conversion, as you suggested. This...

Fixed merge conflict against current mainline. Any comments?

When running the test suite on s390x, I just saw the following assertion: ``` Assertion at /home/uweigand/runtime/src/mono/mono/component/marshal-ilgen.c:63, condition `!ilgen_cb_inited' not met ``` with this call stack: ``` #14 0x000003ffb327d0ac in...

I'm looking into the remaining issues on s390x. Specifically, I already have patches for branches and traps, which I'll submit shortly. For calls and returns, the issues really are cross-platform...

Transition to ISLE is now complete for s390x. All opcodes are now lowered via ISLE.

Hi @cfallin, this is the topic we talked about recently. I just wanted to open this issue to document all the places I've found where there is currently X86-specific code...

The way this normally works in DWARF is that the location of local variables and spillslots is specified via the `DW_OP_fbreg` operation as constant offsets from a "frame base". Then,...

> Instead we would ideally save the fp/pc within the wasm function itself just before we enter the libcall, putting the work of saving fp/pc in the caller instead of...