Work around issue 260 for now by disabling duplication of the loop
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 14:12:20 +0000 (14:12 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 14:12:20 +0000 (14:12 +0000)
commit34af9f2ecf6e605d2e53accab606835abbf7b646
treef18407b2d8e155f604a8a7e73a5536e88d692b43
parent9c96c68ab4284d30494339b436c1952429aa9589
Work around issue 260 for now by disabling duplication of the loop
condition for while and for loops.

http://code.google.com/p/v8/issues/detail?id=260

Review URL: http://codereview.chromium.org/40294

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1453 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/codegen-ia32.cc
test/mjsunit/regress/regress-260.js [new file with mode: 0644]