Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(153)

Unified Diff: src/debug.h

Issue 286903003: Remove unused thread locals from debugger. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/arm64/frames-arm64.h ('k') | src/debug.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug.h
diff --git a/src/debug.h b/src/debug.h
index 80e6970e34caccbceb0d0f499443b9b6f7bd1dc2..9a110475dc9dfb3c95d7b2913de8189588a196d1 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -350,11 +350,6 @@ class Debug {
return reinterpret_cast<Address*>(address);
}
- // Support for saving/restoring registers when handling debug break calls.
- Object** register_address(int r) {
- return &registers_[r];
- }
-
static const int kEstimatedNofDebugInfoEntries = 16;
static const int kEstimatedNofBreakPointsInFunction = 16;
@@ -586,7 +581,6 @@ class Debug {
};
// Storage location for registers when handling debug break calls
- JSCallerSavedBuffer registers_;
ThreadLocal thread_local_;
void ThreadInit();
« no previous file with comments | « src/arm64/frames-arm64.h ('k') | src/debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698