pitust
pitust
Ok, I built llvm, but the output has weird `call` instructions that are (understandably) not parsed correctly. But they are parsed in the llvm branch, except that i don't have...
why is is so confusing? `call` intructions aren't used in the normal thing, and for some backends, they don't even work. Fortunatly, for my use case, the only one i...
`call` and `ret` are just lowered? That is really confusing.
I may not have had backends enabled too.
Idea: We shouldn't map pages to virtual address zero
yes, that is what i meant.
How do you get the GUI?
I'm getting some memory leaks, but they are unrelated to the added code - they exist even when writing similar code by hand somehow. I disabled rtrace for this test...
Or transfarming the caller to use the new operator
i made a functioning disassembler for micropython. Should i post is somewhere in this repo or put it somewhere else? It can be used to disassemble correctly all of hub_runtime.mpy.