Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rurban
52 days ago
|
parent
|
context
|
favorite
| on:
The GDB JIT Interface
This was always too much work for not enough benefit. What I did in the case to debug into such cases, I constructed the C equivalent temporarily, compiled it on the fly also with -g, set the source to this file and could easily debug the function.
setheron
52 days ago
[–]
How do you know what the equivalent C is for the JIT assembly ?
rurban
52 days ago
|
parent
[–]
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.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: