-
Notifications
You must be signed in to change notification settings - Fork 570
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use Javascript JIT hooks to identify generated code #242
Comments
From [email protected] on July 27, 2011 09:06:26 So how does DR handle JIT/self-modifying-code now? |
From [email protected] on July 27, 2011 10:49:08 it handles them correctly, but it would be more performant to have more information from the JIT. |
From [email protected] on July 27, 2011 11:02:12 Ah, OK, this is what I thought before you've mentioned this bug in https://code.google.com/p/drmemory/issues/detail?id=513 "many uninits in V8" so I've decided to double-check. |
From [email protected] on February 10, 2012 12:34:32 there are some details to consider here:
Owner: --- |
From [email protected] on August 20, 2014 07:42:11 Owner: [email protected] |
From [email protected] on December 14, 2009 10:28:58
We've talked about this at various points in the past wrt Java and .NET.
Now it seems that Chrome w/ V8 Javascript engine provides hooks saying
where they are generating code which are used by Valgrind => DR should be
able to use the same hooks.
Original issue: http://code.google.com/p/dynamorio/issues/detail?id=242
The text was updated successfully, but these errors were encountered: