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

Unified Diff: src/compiler/opcodes.h

Issue 1146963002: Add %GetCallerJSFunction intrinsic (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Tweaks Created 5 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/compiler/opcodes.h
diff --git a/src/compiler/opcodes.h b/src/compiler/opcodes.h
index 5ccbe4e1ebb9ef339a4e922beb3258fa433e4119..ed2998a7ca943f7d8aaec5be20106eeb23262e86 100644
--- a/src/compiler/opcodes.h
+++ b/src/compiler/opcodes.h
@@ -275,6 +275,7 @@
V(Float64InsertLowWord32) \
V(Float64InsertHighWord32) \
V(LoadStackPointer) \
+ V(LoadFramePointer) \
V(CheckedLoad) \
V(CheckedStore)

Powered by Google App Engine
This is Rietveld 408576698