Coder Social home page Coder Social logo

port integrated backend about cm3 HOT 9 OPEN

modula3 avatar modula3 commented on August 23, 2024
port integrated backend

from cm3.

Comments (9)

abdourahimjallow avatar abdourahimjallow commented on August 23, 2024

Leave

from cm3.

dragisha avatar dragisha commented on August 23, 2024

So, we are currently supporting only 32bit Intel/AMD?

from cm3.

mikanystrom avatar mikanystrom commented on August 23, 2024

from cm3.

jaykrell avatar jaykrell commented on August 23, 2024

from cm3.

dragisha avatar dragisha commented on August 23, 2024

from cm3.

dragisha avatar dragisha commented on August 23, 2024

So, we are currently supporting only 32bit Intel/AMD?

from cm3.

dragisha avatar dragisha commented on August 23, 2024

I am using cm3 on Raspberry Pi, so Linux/ARM (LINUX_ARM) probably works with gcc backend. Problem was first build, can't remember now who but someone from list provided it. Later, upgrades are going on like they do on AMD64_LINUX.

from cm3.

jaykrell avatar jaykrell commented on August 23, 2024

First build is always cross. I thought C backend but I don’t remember.

from cm3.

jaykrell avatar jaykrell commented on August 23, 2024

To clarify terminology:

The "integrated" backend is written in Modula-3, and "integrated", i.e. statically linked, directly with the builder ("m3build") and frontend ("m3front"), middle end ("m3middle") etc, all in cm3.exe.

This backend writes out object files (.o, .obj) files directly, not assembly source, or executables or any IR.

It supports only NT/x86.

The gcc backend, the part that writes out CM3 IR, is linked to cm3, and then a separate NOT integrated part, cm3cg, converts to the gcc IR, and then to assembly source. It supports a huge number of targets, like everything. It should be easy to make work with anything gcc supports.

There is also a C backend and LLVM backend.

from cm3.

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.