Hacker News new | ask | show | jobs
by batman-farts 1491 days ago
Forgive me, it looks like I had mis-remembered, and Transmeta’s translation layers were mainly software?
2 comments

It was purely software, but future developments of the idea (like NVIDIA Denver) wasn't purely software. However, the backend is necessarily tried to the ISA you are emulating (true for all of them, including SoftMachine). You need the data types to match (eg. Transmeta supported x87-style FP) to have any hope of performance. The universal machine is neither possible nor desirable (it would be inefficient).

These days the IMO most interesting ISA from a JIT point of view is WASM as it's the one that offers the most information (context) and the fewest constraints on the implementation.

The AM29000 is probably what you're thinking of. AMD turned it into the more well known x86 processor the K5 among other things.