Chromium Code Reviews
DescriptionRemove SafePointScopes in HeapTest.cpp
Currently SafePointScope is used for two purposes:
a) Declare that the thread is not operating on the oilpan heap
and let another thread start a GC.
b) Record the stack end and all registers before starting a GC.
Now that we have the per-thread heap, a) is not needed. b) is still needed though.
The SafePointScopes removed in this CL is a).
BUG=671856
Review-Url: https://codereview.chromium.org/2697383003
Cr-Commit-Position: refs/heads/master@{#451289}
Committed: https://chromium.googlesource.com/chromium/src/+/580f0df2c038eb1e575b169ed6491e9cbe92bc11
Patch Set 1 #
Messages
Total messages: 11 (7 generated)
|
|||||||||||||||||||