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

Unified Diff: src/assembler.h

Issue 2912063002: Revert of [arm] Share constant pool entries in snapshot. (Closed)
Patch Set: Created 3 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/arm/assembler-arm-inl.h ('k') | src/builtins/setup-builtins-internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/assembler.h
diff --git a/src/assembler.h b/src/assembler.h
index 1c190b03bf8629c6d38a9ac6da4191b3581dfb1a..65976676b4c0f9d4d291dc65c24996e262a54aae 100644
--- a/src/assembler.h
+++ b/src/assembler.h
@@ -1167,7 +1167,6 @@
return merged_index_;
}
void set_merged_index(int index) {
- DCHECK(sharing_ok());
merged_index_ = index;
DCHECK(is_merged());
}
« no previous file with comments | « src/arm/assembler-arm-inl.h ('k') | src/builtins/setup-builtins-internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698