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

Unified Diff: src/code-stubs.cc

Issue 2869683004: [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
Index: src/code-stubs.cc
diff --git a/src/code-stubs.cc b/src/code-stubs.cc
index e504868bb9597c385c9c5179e434b66427be2fb8..35876597cb949d89cb4054bedf2a15cc16078262 100644
--- a/src/code-stubs.cc
+++ b/src/code-stubs.cc
@@ -164,6 +164,7 @@ Handle<Code> CodeStub::GetCode() {
{
HandleScope scope(isolate());
+ CanonicalHandleScope canonical(isolate());
Handle<Code> new_object = GenerateCode();
new_object->set_stub_key(GetKey());

Powered by Google App Engine
This is Rietveld 408576698