tis-interpreter VS dmd

Compare tis-interpreter vs dmd and see what are their differences.

tis-interpreter

An interpreter for finding subtle bugs in programs written in standard C (by TrustInSoft)
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
tis-interpreter dmd
2 148
561 2,894
0.0% 0.5%
10.0 9.9
over 7 years ago 4 days ago
OCaml D
- Boost Software License 1.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

tis-interpreter

Posts with mentions or reviews of tis-interpreter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-30.
  • The C Bounded Model Checker: Criminally Underused
    7 projects | news.ycombinator.com | 30 Jan 2024
  • GCC always assumes aligned pointer accesses
    2 projects | news.ycombinator.com | 20 Aug 2023
    What makes you think they don't understand it? They acknowledge that it is UB. I read them as realistic, since they know that people rely on C compilers work in a certain way. They even wrote an interpreter that detects UB: https://github.com/TrustInSoft/tis-interpreter

    I understand why people like the compiler being able to leverage UB. I suspect this philosophy actually makes Trust-In-Soft more money: You could argue that if there was no UB, there would be no need for the tis-interpreter.

    So isn't it in fact quite self-less that they encourage the world to optimize a bit less (spending more money on 'compute'), while standing to profit from the unintended behaviour they'd otherwise be contracted to help debug?

dmd

Posts with mentions or reviews of dmd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-23.

What are some alternatives?

When comparing tis-interpreter and dmd you can also consider the following projects:

chibicc - A small C compiler

zig - General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software.

c-semantics - Semantics of C in K

ldc - The LLVM-based D Compiler.

cbmc - C Bounded Model Checker

v - Simple, fast, safe, compiled language for developing maintainable software. Compiles itself in <1s with zero library dependencies. Supports automatic C => V translation. https://vlang.io

coreHTTP - Client implementation of a subset of HTTP 1.1 protocol designed for embedded devices.

dextool - Suite of C/C++ tooling built on LLVM/Clang

kani - Kani Rust Verifier

Odin - Odin Programming Language

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

Nim - Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).