-
r55 lets us write smart contracts in rust: https://github.com/leonardoalt/r55
this would be sick as part of the executor, might be as simple as integrating here: https://github.com/ithacaxyz/odyssey/…
-
I have the bytecode interpreter outlined [here in this gist](https://gist.github.com/masak/873d1f7b2f79baf628f5f4cb834cc30d).
As for implementation language, I think Perl 6 makes sense for a first …
masak updated
5 years ago
-
for debugging etc, it would be great to have a way to dump translated bytecode in a human readable format.
i feel `WASM_DEBUG_PREPROCESSOR` is a bit too primitive.
yamt updated
8 months ago
-
can you implement a sourecpawn ir transformation compiler and bytecode interpreter for the intel itanium2 (not merced) architecture please so i can run this pugin
-
```python
import gc
class Ham:
pass
def main():
h = Ham()
print(gc.get_referrers(h))
main()
```
prints:
```sh
pypy3 demo.py
[, (,)]
```
I th…
-
### 🐛 Describe the bug
Related: https://github.com/pytorch/pytorch/issues/128954
Precipitating issue: https://github.com/pytorch/pytorch/issues/132921
Let's say I have an nn.Module and I compil…
-
### What happened?
https://github.com/iree-org/iree/actions/workflows/samples.yml has been failing for two days. Sample logs: https://github.com/iree-org/iree/actions/runs/11547361887/job/32137116277…
-
We want to be able to ship a library of default tuning specs with IREE, so that users can get good performance out of the box on known key operations. This is applied after dispatch formation and real…
-
Should we rewrite the VM bytecode interpreter from assembler to C? Let me make the case for consideration:
The assembler VM has a high maintenance cost and a low benefit.
High maintenance cost b…
-
This issue is inspired by a discussion partly [on the LuaJIT mailing list](https://www.freelists.org/post/luajit/ANN-dumpanalyze-tool-for-working-with-LuaJIT-dumps,13).
Our experience with Snabb ha…