GeistHaus
log in · sign up
4 pages link to this URL
A quick look at destination-driven code generation

Picture this: you’re sitting there, writing a compiler, when all of a sudden you have to generate assembly. You have some intermediate representation (IR) but now you have to turn virtual registers into machine registers. This is called register allocation.

1 inbound link article en
Security and Correctness in Wasmtime

The essence of software engineering is making trade-offs, and sometimesengineers even trade away security for other priorities. When it comes torunning untrusted code from unknown sources, however, exceptionally strongsecurity is simply ...

3 inbound links website en