Y
Hacker News
new
|
ask
|
show
|
jobs
by
flumpcakes
358 days ago
It's not a JIT. A JIT produces assembly. You can't "set registers" or do anything useful without assembly code running on the processor.
1 comments
shakna
356 days ago
Riiight... Which was my point? If you want an AI able to set registers, you want to hook it to a JIT. Which avoids assembly by setting machine code directly into memory and executing said memory.
link