Revision: 12587 Author: [email protected] Date: Mon Sep 24 03:01:35 2012 Log: Speed up test/mjsunit/greedy.js
Review URL: https://codereview.chromium.org/10969062 http://code.google.com/p/v8/source/detail?r=12587 Modified: /branches/bleeding_edge/test/mjsunit/greedy.js ======================================= --- /branches/bleeding_edge/test/mjsunit/greedy.js Tue Dec 7 03:01:02 2010 +++ /branches/bleeding_edge/test/mjsunit/greedy.js Mon Sep 24 03:01:35 2012 @@ -25,7 +25,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// Flags: --gc-greedy +// Flags: --gc-greedy --noverify-heap function IterativeFib(n) { var f0 = 0, f1 = 1; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
