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

Unified Diff: src/compiler/source-position.h

Issue 1914473002: [turbofan] Allocate SourcePositionTable inside a Zone. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 8 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/compiler/pipeline.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/source-position.h
diff --git a/src/compiler/source-position.h b/src/compiler/source-position.h
index 81db1d2e3eff4f97d0f93e484b83d321b8115259..1f5196d1932f194e570897e89d146bd373a994a2 100644
--- a/src/compiler/source-position.h
+++ b/src/compiler/source-position.h
@@ -66,9 +66,6 @@ class SourcePositionTable final {
};
explicit SourcePositionTable(Graph* graph);
- ~SourcePositionTable() {
- if (decorator_) RemoveDecorator();
- }
void AddDecorator();
void RemoveDecorator();
« no previous file with comments | « src/compiler/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698