Chris Fallin
Chris Fallin
@Gonzalosilvalde thanks for the PR! In order to ensure this is tested and works for our lowerings, would you mind switching over at least a few existing uses of `iconst`/etc...
@Guo-yyds, I don't have an answer to your question, but would you mind posting plain text rather than screenshots? I am sure you mean well, but screenshots are a fairly...
I remember talking about the libcall problem at the time with @jameysharp but have only vague recollections of the various answers we came up with; but IIRC we did decide...
@DrewRidley I'm not sure about this PR in particular but one of the sticking points here was the `OnceCell` usage, which has another pending PR to refactor away in #9992....
There are at least two ways I think: - Option 1: CLIF, with some mode, has a base pointer for *every* load and store. (This is the "tera-cage" idea above...
(For clarity on Option 1: the base pointer is implicit and affects all loads/stores; we wouldn't add an extra argument to load/store instructions.)
Typo fixed, thanks! (The example I was trying to describe yesterday did have the ishl up at the top as well; maybe that wasn't clear and why folks were so...
I think Max's suggestion is equivalent (as far as I can see) to switching from eager rewriting to a form of lazy rewriting, again. To restate what I think is...
Admittedly a slightly wild idea, if we wanted to try to fuzz: if the Wasmtime function-call API had a mode in which we could "single-step call" (maybe an async fn...
That's true, but unfortunately I can't see a low-cost of way avoiding this: one would have to ask "is this value demanded in every subtree of the domtree from this...