-
https://github.com/WTFAcademy/WTF-EVM-Opcodes/blob/main/01_HelloOpcodes/readme.md
为啥读取也会消耗gas呢,从实践上来看我们直接访问mapping得键值并不需要支付任何gas
-
Python 3.11 has some heavily modified the way invocation opcodes work (See [CALL](https://docs.python.org/3.11/library/dis.html#opcode-CALL)) and CrossHair will need to handle some new opcodes. (hopef…
-
Could we run over the CPython trace to identify opportunities for new opcodes?
Goal: identify repeated patterns and lobby for new opcodes.
-
Your creation is already a great help with a detailed tooltip, that is expanded while hovering. Very nicely done.
I want to dig even deeper into each of the opcodes and learn all about them.
Ha…
-
#### Bug description
If your thief reaches level 3, there is the _Uncanny Dodge_ feature obtained. Apparently we have encoded this as _our_ effect no. 459 to be applied.
Problem: IWD2 does not lik…
-
Recently updated the t/docs/tests.t test (written in Raku) to verify that all documented opcodes are test (and all used opcodes are documented)
Currently has 263 failures.
-
Affected pages:
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un?view=net-6.0
https://docs.microsoft.com/en-us/dotnet/api/system.reflection.emit.opcodes.bge_un_s?vie…
-
The bytecode interpreter (`-O1` option) is entirely broken.
Choose one of the following options:
1. Get rid of it entirely (which is a problem because of [opcodes](https://github.com/c3d/xl/blob…
-
Tasks
====
- [X] Bytecode support (pycdas)
- [ ] Handle new opcodes in AST builder
- [X] `CACHE`
- [X] `PUSH_NULL`
- [ ] `PUSH_EXC_INFO`
- [ ] `CHECK_EXC_MATCH`
- [ ] `CHECK_EG_MATCH…
-
There are a few invented opcodes in the Opcode type, which might not be the best thing to have if we want to parse CIL because the parser would have to case-analyze what it is parsing to build the AST…