Why using my own Sys.vm slows down programmes a lot?

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Why using my own Sys.vm slows down programmes a lot?

Azuuu
Hi! I've implemented the jack OS and understand there are some drawbacks of it e.g. graphic and memory operation being inefficient. But I don't understand why using my own Sys.vm would slow everything down a lot. Could anyone please give me some insights about it?

Cheers!
Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

WBahn
Administrator
Are you saying that it is slowing down when the only OS file that you are using of your own is Sys.vm?

Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

Azuuu
Yes. That's exactly what I mean.
Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

WBahn
Administrator
I don't know why it would slow it down a lot.

You might send me your Sys.jack file and I can take a quick look. No promises.
Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

Azuuu
Hi. I've emailed you. Please check out :)
Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

WBahn
Administrator
I haven't received anything -- you might resend.
Reply | Threaded
Open this post in threaded view
|

Re: Why using my own Sys.vm slows down programmes a lot?

xxylem
In reply to this post by Azuuu
Possibly your implementation of Sys.wait() ?

If your Sys.wait() uses your Math.vm, it might interact differently to when you unit-tested your Sys.wait() with the built-in OS Math functions, so you may need to retune it.