Coder Social home page Coder Social logo

Multicore support on Posix about trampoline HOT 2 CLOSED

liyinbo avatar liyinbo commented on June 11, 2024
Multicore support on Posix

from trampoline.

Comments (2)

jlbirccyn avatar jlbirccyn commented on June 11, 2024

Hello @liyinbo

We discussed this with my colleagues some 3 or 4 years ago, but we didn't pursue it because we didn't have the time to devote to it. From memory, the main ideas were as follows:

  • Each core is a posix thread and are created in the StartCore service and at start for core 0. An array indexed by the core ID stores the pthread_t for each core;
  • Entry point is set to a different function than main. This function creates the core 0 thread and runs it with main;
  • After creating core 0 thread, the main thread runs Viper, which is no longer in a separate process; That way it can target the threads emulating cores using pthread_kill;
  • Spinlocks are emulated with their POSIX equivalent

It would be a nice project for a Master degree student in computer science.

from trampoline.

liyinbo avatar liyinbo commented on June 11, 2024

Thank you very much for your contributions. It seems that supporting Multi-core would require a change in the architecture of Viper, and there is a lot of work involved in this.I will close this issue.

from trampoline.

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.