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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden

Issue 2426693002: [ic] Unify CallIC feedback collection and handling. (Closed)
Patch Set: Also simplify BytecodeGraphBuilder::ComputeCallFrequency Created 4 years, 2 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: test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index 2eb52731bbc073434dc7107878b5c8e25bfe006d..160fdd7cd95f5c6ef036e8f6107ba9ad7e0e3a8c 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -901,8 +901,8 @@ bytecodes: [
/* 3435 S> */ B(LdaZero),
/* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0),
/* 3438 S> */ B(LdrUndefined), R(2),
- /* 3438 E> */ B(LdrGlobal), U8(2), R(1),
- /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0),
+ /* 3438 E> */ B(LdrGlobal), U8(4), R(1),
+ /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(2),
/* 3454 S> */ B(LdaSmi), U8(100),
/* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),
/* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0),

Powered by Google App Engine
This is Rietveld 408576698