Git Product home page Git Product logo

Comments (6)

vnmakarov avatar vnmakarov commented on May 6, 2024

c2mir is simply not finished yet. I guess it will be ready in 2-3 month. The bigger challenge will be reaching a bootstrap. I even can not say when will it happen.

Practically all the project code is not ready and in development stage. Therefore I put the disclaimer in README.md.

from mir.

dibyendumajumdar avatar dibyendumajumdar commented on May 6, 2024

Yes of course I knew that, but I wasn't sure how complete c2mir is, so I gave it a try anyway.
Please treat this as a test case.

from mir.

dibyendumajumdar avatar dibyendumajumdar commented on May 6, 2024

Update: this one still causes a crash.

from mir.

dibyendumajumdar avatar dibyendumajumdar commented on May 6, 2024

I was able to create the small snippet that crashes:

typedef unsigned char lu_byte;
typedef struct GCObject GCObject;
#define CommonHeader    GCObject *next; lu_byte tt; lu_byte marked
struct GCObject {
  CommonHeader;
};

from mir.

vnmakarov avatar vnmakarov commented on May 6, 2024

Thank you for the report (it seems I already have this bug in my work pipeline). I've just fixed it for you but I should say that the project is under active development yet.

A lot of things should be done. Besides functionality, there are performance issues, e.g. C2MIR generated code is currently very ineffective (e.g. generating a lot of dead code and a lot of jumps). Although MIR generator fixes some of the performance issues but not all of them.

When I start to use it for Ruby JIT implementation, it will be a flag that it achieved some usability. It guess it will not happen soon as from October to April I'll have to work on completely different project.

from mir.

dibyendumajumdar avatar dibyendumajumdar commented on May 6, 2024

@vnmakarov No worries thank you for fixing the bug and for the tremendous work. We have to wait for good things!

from mir.

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.