Chromium Code Reviews

Unified Diff: src/frames.cc

Issue 1223763003: Revert of Concurrent sweeping of code space. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/frames.cc
diff --git a/src/frames.cc b/src/frames.cc
index 7f4d7deaef18801675bd784aff036ad96ce33100..cde6f21f74813ddb7f90612293bcc057225929ae 100644
--- a/src/frames.cc
+++ b/src/frames.cc
@@ -1431,9 +1431,7 @@
// after the inner pointer.
Page* page = Page::FromAddress(inner_pointer);
- page->skip_list()->Lock();
Address addr = page->skip_list()->StartFor(inner_pointer);
- page->skip_list()->Unlock();
Address top = heap->code_space()->top();
Address limit = heap->code_space()->limit();
« no previous file with comments | « no previous file | src/heap/heap.cc » ('j') | no next file with comments »

Powered by Google App Engine