LLVM for a stack based architecture?

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • lcc

    The lcc retargetable ANSI C compiler

  • Stack machines are typically pretty easy to generate code for, i.e., roughly at the same level as lowering from an AST or high-level IR to LLVM instructions. What language do you intend to support? If you just want vanilla C, there are simpler front-ends than Clang that are pretty easy to work with. Take a look at LCC, for example: https://github.com/drh/lcc. If your architecture isn't a good fit for its LBURG machine description, the compiler is simple enough you could just lop off the back end and insert your own without too much fuss. It's a much more approachable codebase.

  • evm_llvm

    Official repo of the EVM LLVM project

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Supporting BFLOAT16 in ISO_Fortran_env: not recommended

    1 project | news.ycombinator.com | 15 Mar 2024
  • List of Bounties

    6 projects | /r/ethdevjobs | 5 Dec 2023
  • Understanding Objective-C by transpiling it to C++

    4 projects | news.ycombinator.com | 2 Dec 2023
  • Nlvm: LLVM-based compiler for the Nim language

    1 project | news.ycombinator.com | 30 Nov 2023
  • Guide to Setting Up Evmos CLI for ERC20 to IBC Token Conversion

    1 project | /r/EVMOS | 24 Nov 2023