commit | 6d56b530e189d7213ec77d43d3d8af97fee04179 | [log] [tgz] |
---|---|---|
author | Jaikumar Ganesh <jaikumar@google.com> | Mon Aug 24 17:11:11 2009 -0700 |
committer | Jaikumar Ganesh <jaikumar@google.com> | Tue Aug 25 12:02:34 2009 -0700 |
tree | fda28b02bc5998185585533f5be0664f6da9a65a | |
parent | d507ff21296b10ed57feec1200a8fe7eb09c0fc4 [diff] |
Add local frames for parsing properties and processing events. We were running out of local refs when there are lots of devices. Instead of deleting every single local ref, create a local stack frame. This operation is inexpensive so doesn't add a high overload and keeps the code clean instead of deleting every single local ref.