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

Unified Diff: src/compiler/code-stub-assembler.h

Issue 1707693003: [Interpreter] Enable runtime profiler support for Ignition. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update on forward edges too Created 4 years, 10 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 | « no previous file | src/execution.cc » ('j') | src/interpreter/interpreter.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/compiler/code-stub-assembler.h
diff --git a/src/compiler/code-stub-assembler.h b/src/compiler/code-stub-assembler.h
index b6b2bd4738419e6100366c8c1a18ceea18809bb6..c56ed2ccc5be6c57b2c9bc923fdfe7359ba03d27 100644
--- a/src/compiler/code-stub-assembler.h
+++ b/src/compiler/code-stub-assembler.h
@@ -65,6 +65,8 @@ class Schedule;
V(Word64Shr) \
V(Word64Sar) \
V(Word64Ror) \
+ V(Int32GreaterThan) \
Jakob Kummerow 2016/02/17 17:45:36 nit: put this to the other Int32* please (so at le
rmcilroy 2016/02/18 16:05:56 Done.
+ V(Int32GreaterThanOrEqual) \
V(UintPtrGreaterThanOrEqual)
class CodeStubAssembler {
« no previous file with comments | « no previous file | src/execution.cc » ('j') | src/interpreter/interpreter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698