Elektrine lite

← Feed

@joe@f.duriansoftware.com

Post #1966324

2026-03-14 17:15 UTC

@zwarich @pervognsen @lenary how about a rosetta-like jit that doesn't change ISAs but just messes with the instructions executed by the host architecture

Replies (1)

  • @zwarich@hachyderm.io 2026-03-14 17:27

    @joe @pervognsen @lenary This is related to my craziest idea for a technically “memory safe” language. You’re allowed to do arbitrary native code execution from unsafe memory accesses, but it kicks you into a dynamically binary translated environment with runtime checks that only lets you return to executing “normal” code if all of your modifications to memory were type-safe.

    Open ##1966325