Dalvik JIT workflow

一笑奈何 提交于 2019-12-10 14:53:19

问题


I am an interested on working on dalvik vm (Android). I am trying to go through the code of JIT to find out the operations performed by it and how it selects the traces. I am unable to follow the code. So I request all to help me by suggesting relevant functions in JIT that performs trace selection and translation


回答1:


You could try

git log --grep JIT

in the dalvik repository, and looking at the changes and the files changed. That should get you a good idea of where the JIT related code is.



来源:https://stackoverflow.com/questions/9654589/dalvik-jit-workflow

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!