| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Zone* zone,Nit: Considering its use below has a `thread` argument in scope, perhaps this should take the `thread` instead and avoid the `Thread::Current()` call in the bytecode case?
auto zone = Thread::Current()->zone();Nit: Is there a reason this is `Thread::Current()` instead of the `thread` argument?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
Nit: Considering its use below has a `thread` argument in scope, perhaps this should take the `thread` instead and avoid the `Thread::Current()` call in the bytecode case?
Done
Nit: Is there a reason this is `Thread::Current()` instead of the `thread` argument?
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
3 is the latest approved patch-set.
The change was submitted with unreviewed changes in the following files:
```
The name of the file: runtime/vm/object.cc
Insertions: 4, Deletions: 4.
The diff is too large to show. Please review the diff.
```
[vm,dyn_modules] Support expression evaluation using bytecode
TEST=ci
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |