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

Side by Side Diff: test/cctest/cctest.gyp

Issue 9615008: Inline Math.random in crankshaft (ia32). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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
OLDNEW
1 # Copyright 2011 the V8 project authors. All rights reserved. 1 # Copyright 2012 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
11 # with the distribution. 11 # with the distribution.
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'test-heap-profiler.cc', 74 'test-heap-profiler.cc',
75 'test-list.cc', 75 'test-list.cc',
76 'test-liveedit.cc', 76 'test-liveedit.cc',
77 'test-lock.cc', 77 'test-lock.cc',
78 'test-lockers.cc', 78 'test-lockers.cc',
79 'test-log.cc', 79 'test-log.cc',
80 'test-mark-compact.cc', 80 'test-mark-compact.cc',
81 'test-parsing.cc', 81 'test-parsing.cc',
82 'test-platform-tls.cc', 82 'test-platform-tls.cc',
83 'test-profile-generator.cc', 83 'test-profile-generator.cc',
84 'test-random.cc',
84 'test-regexp.cc', 85 'test-regexp.cc',
85 'test-reloc-info.cc', 86 'test-reloc-info.cc',
86 'test-serialize.cc', 87 'test-serialize.cc',
87 'test-sockets.cc', 88 'test-sockets.cc',
88 'test-spaces.cc', 89 'test-spaces.cc',
89 'test-strings.cc', 90 'test-strings.cc',
90 'test-strtod.cc', 91 'test-strtod.cc',
91 'test-thread-termination.cc', 92 'test-thread-termination.cc',
92 'test-threads.cc', 93 'test-threads.cc',
93 'test-unbound-queue.cc', 94 'test-unbound-queue.cc',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 '<@(_outputs)', 191 '<@(_outputs)',
191 'TEST', # type 192 'TEST', # type
192 'off', # compression 193 'off', # compression
193 '<@(file_list)', 194 '<@(file_list)',
194 ], 195 ],
195 } 196 }
196 ], 197 ],
197 }, 198 },
198 ], 199 ],
199 } 200 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698