GithubHelp home page GithubHelp logo

Comments (3)

jpd002 avatar jpd002 commented on May 12, 2024

There's indeed a lot of space for improvement regarding memory accesses in the emulator. The JIT blocks generated for VU microprograms already access VU memory directly, but there's nothing for the EE and IOP blocks yet. I'll look into what PPSSPP and Dolphin do and see how something similar could be implemented in Play!

from play-.

 avatar commented on May 12, 2024

How about this now?

from play-.

jpd002 avatar jpd002 commented on May 12, 2024

There's been some improvements to this done 3 years ago: the EE and IOP now have some kind of mapping table they can use from JITed code to access memory directly without going through a function call.

There's still space for improvement since there's a test to see if the entry in the table is valid that could probably be removed. I don't think this is a priority as there are other bottlenecks that would be more interesting to tackle.

from play-.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.