Remix.run Logo
pizlonator 4 hours ago

That’s how the interpreter in JavaScriptCore gets compiled. The interpreter is written in a macro assembly dialect I invented and this is the compiler for it.

(I say compiled, not assembled, because it’s higher level than normal assembly. There’s an actual pipeline of transformations that happens. Plus a Turing complete macro language)

cxr 3 hours ago | parent | next [-]

Thanks, that's helpful. (I mistook the compiler as being one that deals with JSC bytecode, either as input or output.)

3 hours ago | parent | prev [-]
[deleted]