David M. Lloyd

Results 306 comments of David M. Lloyd

I have a working local commit for this (since last week), however it presently replaces all programs with an init exception throw so it's not quite ready to submit just...

Do you have any examples on hand? Hopefully it'd be an easy fix...

Yeah I think that makes sense. We might also have to populate this cache more eagerly as well. The fix in #1201 - which I completely forgot to submit this...

Example format: BT?RT?DescriptionPhaseFound inOS YsetJavaLangAccess1System.initPhase1()All

A note about using `wasm` toolchains from integration tests is that we don't really have cross-compilation unit testing... I wonder if this is something where we want a general solution...

Because an address can trivially be made into a handle, instead of overriding `load`/`store`/etc. in the BBB, instead it should be enough to override `staticField` and `instanceFieldOf`. This is another...

As an ad-hoc workaround I'm trying using method name followed by the index of the method in the class file. Hopefully that will be stable enough in the near term.

Just tried this again with LLVM 13.0.1 and it's still broken. The release of LLVM 14 is imminent though so I'll give it another try then.

This one will have to wait for 15. It looks like 14 will never work: https://godbolt.org/z/dcrxWdW1x