Elektrine lite

← Feed

@shachaf@gts.y.la

Post #1966335

2026-02-26 18:35 UTC

@pervognsen I wonder whether it would make sense to define a variable-length instruction encoding this way.

Replies (1)

  • @pervognsen@mastodon.social 2026-02-26 23:55

    @shachaf Yeah, I was using it for basically that; I mentioned in a subthread that you just have to split on basic block boundaries to make it amenable to random access execution. Of course it still has some issues with locality for random access execution though you can somewhat address that with an AoSoA-like layout.

    Open ##1966336