New Focus: ASM and VM #4
gamblevore
announced in
Announcements
Replies: 1 comment
-
|
For the moment... all minor bugs or even medium level bugs I'm gonna ignore. I wanna cut to the ASM+VM stuff. See if that helps lower debug time... once its created. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So... previously I've mostly been doing "a bit of whatever" on speedie.
Working on speedie itself, on Perry, on documentation, on porting to MacOSX ARM, on making examples... on updating compression code, etc.
All sorts of stuff. But really there is one thing I need above all, that will make my system so much better.
The virtual machine, and the perry debugger along with it it.
Also, the ASM compiler needed to generate the code that the VM uses.
I've done a lot of this already. A huge chunk, but I put it aside, to do "other stuff".
I should focus more on the VM again! I'll just label those all under "VM". VM has a lot of work to do!
including making a proper executable format! So heres a quick list of things to do:
Each one is quite big. For example, creating a VM is a large thing.
Still... starting will get it done sooner than not starting. I hope it will lead to removing the pain.
Thats the hope.
I assume C++ will stick around for a while... but at least, if we don't need to be running Xcode to debug Speedie apps, that would be great.
Beta Was this translation helpful? Give feedback.
All reactions