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

Side by Side Diff: test/mjsunit/compiler/regress-3786.js

Issue 826673002: [turbofan] Raise max virtual registers and call parameter limit. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 12 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 unified diff | Download patch
« no previous file with comments | « src/compiler/instruction.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright 2014 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 var foo = (function Module(stdlib, foreign, heap) {
6 "use asm";
7 var f = stdlib.Math.cos;
8 function foo() {
9 return f(48,48,48,59,32,102,111,110,116,45,119,101,105,103,104,116,58,98,111 ,108,100,59,102,111,110,116,45,102,97,109,105,108,121,58,65,114,105,97,108,44,32 ,72,101,108,118,101,116,105,99,97,44,32,115,97,110,115,45,115,101,114,105,102,44 ,86,101,114,100,97,110,97,34,32,99,111,108,111,114,61,34,35,70,70,48,48,48,48,34 ,62,70,79,82,69,88,47,80,65,82,38,35,51,48,52,59,60,119,98,114,32,47,62,84,69,32 ,38,35,51,48,52,59,38,35,51,53,48,59,76,69,77,76,69,82,38,35,51,48,52,59,60,47,1 02,111,110,116,62,60,47,115,112,97,110,62,60,47,116,100,62,10,60,47,116,114,62,6 0,116,114,62,10,60,116,100,32,97,108,105,103,110,61,34,108,101,102,116,34,62,60, 115,112,97,110,32,105,100,61,34,97,99,95,100,101,115,99,34,62,60,102,111,110,116 ,32,115,116,121,108,101,61,34,102,111,110,116,45,115,105,122,101,58,49,49,112,12 0,59,32,99,111,108,111,114,58,35,48,48,48,48,48,48,59,32,102,111,110,116,45,102, 97,109,105,108,121,58,65,114,105,97,108,44,32,72,101,108,118,101,116,105,99,97,4 4,32,115,97,110,115,45,115,101,114,105,102,44,86,101,114,100,97,110,97,34,62,38, 112,111,117,110,100,59,47,36,32,50,32,112,105,112,44,32,89,84,76,32,49,50,32,112 ,105,112,44,65,108,116,38,35,51,48,53,59,110,32,51,32,99,101,110,116,46,32,83,97 ,98,105,116,32,83,112,114,101,97,100,45,84,38,117,117,109,108,59,114,60,119,98,1 14,32,47,62,107,32,66,97,110,107,97,115,38,35,51,48,53,59,32,65,86,65,78,84,65,7 4,73,60,47,102,111,110,116,62,60,47,115,112,97,110,62,60,47,116,100,62,10,60,47, 116,114,62,60,116,114,62,10,60,116,100,32,97,108,105,103,110,61,34,108,101,102,1 16,34,62,60,100,105,118,32,105,100,61,34,97,99,95,117,114,108,34,62,60,102,111,1 10,116,32,115,116,121,108,101,61,34,102,111,110,116,45,115,105,122,101,58,49,48, 112,120,59,32,99,111,108,111,114,58,35,70,70,54,54,57,57,59,32,102,111,110,116,4 5,102,97114,105,97);
10 }
11 return { foo: foo };
12 })(this, {}).foo();
OLDNEW
« no previous file with comments | « src/compiler/instruction.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698