←back to thread

180 points onename | 1 comments | | HN request time: 0s | source
Show context
noelwelsh ◴[] No.45898610[source]
Didn't Transmeta's technology end up in Apple's PowerPC emulator Rosetta, following the switch to Intel?

IIRC Transmeta's technology came out of HP (?) research into dynamic inlining of compiled code, giving performance comparable to profile-guided optimization without the upfront work. It worked similarly to an inlining JIT compiler, except it was working with already compiled code. Very interesting approach and one I think could be generally useful. Imagine if, say, your machine's bootup process was optimized for the hardware you actually have. I'm going off decades old memories here, so the details might be incorrect.

replies(4): >>45898879 #>>45898932 #>>45898974 #>>45898992 #
1. nostrademons ◴[] No.45898992[source]
A lot ended up in HotSpot for the JVM. I know a number of extremely good engineers whose career path went TransMeta -> Sun -> Google.