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

Side by Side Diff: test/mjsunit/regress/regress-587004.js

Issue 2531983004: Cleanup: Move mjsunit/regress-*.js into mjsunit/regress/. (Closed)
Patch Set: Created 4 years 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 | « test/mjsunit/regress/regress-4399-02.js ('k') | test/mjsunit/regress/regress-604044.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 2016 the V8 project authors. All rights reserved. 1 // Copyright 2016 the V8 project authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Flags: --expose-gc --min-semi-space-size=32 5 // Flags: --expose-gc --min-semi-space-size=32
6 6
7 // We need to set --min-semi-space-size to enable allocation site pretenuring. 7 // We need to set --min-semi-space-size to enable allocation site pretenuring.
8 8
9 function foo(i) { 9 function foo(i) {
10 with({}) {}; 10 with({}) {};
(...skipping 11 matching lines...) Expand all
22 z.c = 0.1 + z.b 22 z.c = 0.1 + z.b
23 all.push(z); 23 all.push(z);
24 } 24 }
25 gc(1); 25 gc(1);
26 gc(1); 26 gc(1);
27 } 27 }
28 28
29 step(); 29 step();
30 // Now foo will allocate objects in old space. 30 // Now foo will allocate objects in old space.
31 step(); 31 step();
OLDNEW
« no previous file with comments | « test/mjsunit/regress/regress-4399-02.js ('k') | test/mjsunit/regress/regress-604044.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698