Chromium Code Reviews

Unified Diff: src/runtime.h

Issue 11659022: Generate the TransitionElementsStub using Crankshaft (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback Created 7 years, 11 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
Index: src/runtime.h
diff --git a/src/runtime.h b/src/runtime.h
index 0bdc81179241352dd2e71948d390d4a10b22f018..ea2aac0a04083b465f67d6435212df7a752b06cc 100644
--- a/src/runtime.h
+++ b/src/runtime.h
@@ -409,6 +409,7 @@ namespace internal {
F(HasExternalFloatElements, 1, 1) \
F(HasExternalDoubleElements, 1, 1) \
F(HasFastProperties, 1, 1) \
+ F(TransitionElementsKind, 2, 1) \
F(TransitionElementsSmiToDouble, 1, 1) \
F(TransitionElementsDoubleToObject, 1, 1) \
F(HaveSameMap, 2, 1) \
« no previous file with comments | « src/lithium-allocator-inl.h ('k') | src/runtime.cc » ('j') | test/mjsunit/mjsunit.status » ('J')

Powered by Google App Engine