Y
Hacker News
new
|
ask
|
show
|
jobs
by
setheron
142 days ago
How do you know what the equivalent C is for the JIT assembly ?
1 comments
rurban
142 days ago
Since I generate the asm part, generating the C part is easier.
I usually do just simple method JITs, which are C parts. Usually just calling an API method.
link
I usually do just simple method JITs, which are C parts. Usually just calling an API method.