Still working on the compiler =(.
Comments
-
RaconTPT: Doesn't that make the whole "16 cores" thing almost entirely useless? Cores have to have independent execution, otherwise you output the same thing as if you only had 1 core, or you do the same thing 16 times. I cannot think of any situation where doing the same thing 16 times would be useful.
-
very nice! +1!
-
When the compiler is done, I might link it up to my ZASM->tptasm transpiler. Pls do not use "#","$" or "@" for any syntax as it is vital for my macro system.
-
minecraft-physics: I believe it is single threaded, so you can treat the 16 cores as a single 960hz core.
-
Am I understanding right that there are essentially 16 independent cores with shared memory? i.e. there is no instruction to do 16 additions in one frame?
-
Good luck with the compiler! I hope you'll find enough time to work on it. I'm so excited to see what others will create on that super-fast computer you've made.