-
My OS is cooperative multitasking i.e. the context switch must be explicitly initiated via `RTOS.yield()` which means that in order for me to be able to integrate uPython into my RTOS, I have to find …
-
**Describe the bug**
The project does not compile due to multiple errors.
1. File `src/ramulator/StatType.h` is missing `#include ` or at least `#include ` to use the types `uint3264_t` et al. (…
-
i think that the midi pitch bend opcodes outipb and outkpb are corrupting the midi messages for note on
![Screenshot from 2023-01-03 17-56-04](https://user-images.githubusercontent.com/6670911/210404…
-
See https://peps.python.org/pep-0634/
This require the following opcodes:
- COPY_DICT_WITHOUT_KEYS
- GET_LEN
- MATCH_MAPPING
- MATCH_SEQUENCE
- MATCH_KEYS
- MATCH_CLASS(count)
-
The Powershell script on Windows 10 does not run properly due to the version string not being able to save properly. I manually edited the bat file with the name of my burpsuite jar file in order to o…
-
Hello! we have used MoonSharp extensively in our game and the poor performance are starting to catch up onto us. Calls like `Script.DoString` result in a long chain of statement objects that unfold re…
-
Currently we just have the naïve interpreter. However, it should do some optimisation passes and eventually have the option to produce code (in C or JavaScript).
-
# Overview
Missing features for the architecture and platform:
- [ ] Opcodes analysis, including stack analysis
- [ ] Opcodes uplifting to ESIL
- [ ] ESIL profile for emulation
- [ ] Support to…
-
Giving mnemonics to x86 opcodes might make SubX easier for newcomers to read. This issue is intended to track the pros and cons.
Previous discussion: https://news.ycombinator.com/item?id=21268252#2…
-
Currently we are assuming in compile.c that each instruction object turns into one bytecode:
https://github.com/colnotab/cpython/blob/44138dcca2b3d391c154c2fd5ec89cd1e2d0e9fc/Python/compile.c#L7012…