Code Monkey home page Code Monkey logo

Comments (2)

eternaleye avatar eternaleye commented on July 20, 2024

Will a similar flag eventually be needed for ILP64-on-RV128? What would the behavior be if both are set on an RV128 binary? (32-only and 64-only seem self-explanatory, but should both be an error, or use the smaller?)

EDIT: Realized I misparsed the original statement (ILP32-on-RV64 would use ELFCLASS32, and a flag to say "runs on RV64"), so the ILP32-on-RV128 case is actually the interesting one.

In that case, it's a choice between it being an error, and enforcing the larger of the two, as well as specifying what it means if the flag is set on an ELFCLASS128 image, or if the wrong one of the two (presumptive) flags is set on an ELFCLASS64 image.

from riscv-elf-psabi-doc.

aswaterman avatar aswaterman commented on July 20, 2024

One possibility is that RV128 might never use ELF128, i.e., all code and static data for both the program and shared libraries would be in the lower 2^64 bytes, with only parts of the heap above 2^64. So there would be 3 possibilities for an ELF64 binary: RV64-LP64, RV128-LP64, and RV128-LP128.

Anyway, the RV128 ISA isn't even frozen yet :)

from riscv-elf-psabi-doc.

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.