| OLD | NEW |
| 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 Loading... |
| 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(); |
| OLD | NEW |