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

Side by Side Diff: test/mjsunit/compiler/osr-regress-max-locals.js

Issue 16381006: Change PC for OSR entries to point to something more sensible (i.e. the first UnknownOsrValue), rem… (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Add --always-osr flag. Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/compiler/osr-one.js ('k') | test/mjsunit/compiler/osr-simple.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2011 the V8 project authors. All rights reserved. 1 // Copyright 2011 the V8 project authors. All rights reserved.
2 // Redistribution and use in source and binary forms, with or without 2 // Redistribution and use in source and binary forms, with or without
3 // modification, are permitted provided that the following conditions are 3 // modification, are permitted provided that the following conditions are
4 // met: 4 // met:
5 // 5 //
6 // * Redistributions of source code must retain the above copyright 6 // * Redistributions of source code must retain the above copyright
7 // notice, this list of conditions and the following disclaimer. 7 // notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above 8 // * Redistributions in binary form must reproduce the above
9 // copyright notice, this list of conditions and the following 9 // copyright notice, this list of conditions and the following
10 // disclaimer in the documentation and/or other materials provided 10 // disclaimer in the documentation and/or other materials provided
(...skipping 23 matching lines...) Expand all
34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20, 34 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20,
35 a21, a22, a23, a24, a25, a26, a27, a28, a29, a30, 35 a21, a22, a23, a24, a25, a26, a27, a28, a29, a30,
36 a31, a32, a33, a34, a35, a36, a37, a38, a39, a40, 36 a31, a32, a33, a34, a35, a36, a37, a38, a39, a40,
37 a41, a42, a43, a44, a45, a46, a47, a48, a49, a50, 37 a41, a42, a43, a44, a45, a46, a47, a48, a49, a50,
38 a51, a52, a53, a54, a55, a56, a57, a58, a59, a60, 38 a51, a52, a53, a54, a55, a56, a57, a58, a59, a60,
39 a61, a62, a63, a64; 39 a61, a62, a63, a64;
40 for (a1 = 0; a1 < limit; a1++) a2 = 23; 40 for (a1 = 0; a1 < limit; a1++) a2 = 23;
41 } 41 }
42 42
43 f(); 43 f();
OLDNEW
« no previous file with comments | « test/mjsunit/compiler/osr-one.js ('k') | test/mjsunit/compiler/osr-simple.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698