summaryrefslogtreecommitdiff
path: root/compiler/optimizing/graph_visualizer.cc
diff options
context:
space:
mode:
authorSebastien Hertz <shertz@google.com>2014-09-01 17:07:11 +0200
committerSebastien Hertz <shertz@google.com>2014-09-22 11:29:36 +0200
commit8009f39c6d63181a6cd0e348ce732997dbdf3d20 (patch)
treeff02473e6b0951364234a6038ae19a0875b7bdd7 /compiler/optimizing/graph_visualizer.cc
parent5cdd0734d2f79eedc530f5f1e876cd2110e29c86 (diff)
Optimize JDWP stack local values access
The StackFrame.GetValues and StackFrame.SetValues JDWP commands can refer to multiple variables at the same time in a given frame. However we used to walk the stack until getting to the requested frame for each variable. Now, we walk the stack only once until getting to the frame so the context is initialized. Then we read/write value for each variable from this context. Bug: 17343501 Bug: 15680615 Change-Id: I2a4128f29a3c5856b994e280037c0a09eb48c5c8
Diffstat (limited to 'compiler/optimizing/graph_visualizer.cc')
0 files changed, 0 insertions, 0 deletions