luajit-remake VS idel

Compare luajit-remake vs idel and see what are their differences.

luajit-remake

An ongoing attempt to re-engineer LuaJIT from scratch (by luajit-remake)

idel

A low-level virtual machine for mobile code (by darius)
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
luajit-remake idel
7 3
1,100 12
0.8% -
7.1 10.0
3 months ago over 6 years ago
C++ C
- GNU Lesser General Public License v3.0 only
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.

luajit-remake

Posts with mentions or reviews of luajit-remake. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-09.
  • Python 3.13 Gets a JIT
    11 projects | news.ycombinator.com | 9 Jan 2024
    It's really cool that Haoran Xu copy-and-patch technique is catching on, I remember discovering it through his blog posts on applying these techniques to his own LuaJIT remake project[0][1] (and I probably found those through a post here). I highly recommend them if you're into that sort of thing, BTW. They're incredible deep dives, but he uses the details-element to keep the metaphorical descents into Mariana Trench optional so it doesn't get too overwhelming.

    I even had the privilege of congratulating him the 1000th star of the GH repo[2], where he reassured me and others that he's still working on it despite the long pause after the last blog post, and that this mainly has to do with behind-the-scenes rewrites that make no sense to publish in part.

    [0] https://sillycross.github.io/2022/11/22/2022-11-22/

    [1] https://sillycross.github.io/2023/05/12/2023-05-12/

    [2] https://github.com/luajit-remake/luajit-remake/issues/11

  • LuaJIT Remake: An ongoing attempt to re-engineer LuaJIT from scratch
    1 project | /r/patient_hackernews | 26 Nov 2022
    1 project | /r/hackernews | 26 Nov 2022
    1 project | /r/hypeurls | 26 Nov 2022
    3 projects | news.ycombinator.com | 26 Nov 2022
  • Building the fastest Lua interpreter.. automatically
    8 projects | news.ycombinator.com | 22 Nov 2022
    This seems like an awesome way of writing faster interpreters – i.e. not in assembly, but in C++ snippets you stitch together with a tool.

    I did peek at the deegen tool a bit, and it seems quite large? https://github.com/luajit-remake/luajit-remake/tree/master/d...

    I would be interested in an overview of all the analysis it has to do, which as I understand is basically “automated Mike Pall”

    FWIW I think this is the hand-written equivalent with LuaJIT’s dynasm tool: https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_x64.dasc (just under 5000 lines)

    Also there are several of these files with no apparent sharing, as you would get with deegen:

    https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_x86.dasc

    https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/vm_ppc.dasc

idel

Posts with mentions or reviews of idel. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-06.
  • My history with Forth, and stack machines
    2 projects | news.ycombinator.com | 6 Aug 2023
    There was a wasm predecessor (by, well, me) with a bit more of the Forth flavor: https://github.com/darius/idel

    From >20 years ago and my main regret is a failure to carry it through to be more than a demo.

  • Building the fastest Lua interpreter.. automatically
    8 projects | news.ycombinator.com | 22 Nov 2022
    I don't know -- there were at least a couple papers about it, but I haven't been following. At the time it was first announced I used some of the ideas in one of my projects (https://github.com/darius/idel/blob/master/src/opcodes.awk) but unfortunately didn't develop it further.
  • All About E: The Language That Infiltrated JavaScript
    2 projects | news.ycombinator.com | 26 Oct 2022
    Thanks, Chris!

    Another interesting thing that came out of the object-capability ferment around E and EROS was Darius Bacon's Idel secure virtual machine: https://github.com/darius/idel

    Though no other software is as influential as JS, other currently influential ocap systems include Genode, most of the current implementations of L4 (including seL4), and CHERI.

What are some alternatives?

When comparing luajit-remake and idel you can also consider the following projects:

LuaJIT - Mirror of the LuaJIT git repository

llvm-project - The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Note: the repository does not accept github pull requests at this moment. Please submit your patches at http://reviews.llvm.org.

qbe-rs - QBE IR in natural Rust data structures

ish - Linux shell for iOS

Lua - Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

hn-search - Hacker News Search

factor - Factor programming language

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