The following script generates a test case that on my machine takes 3s before
this CL and 270ms after:

var result = ["(function foo() {"];
for (var i = 0; i < 100000; i++) {
  result.push("  typeof x" + i + ";");
}
result.push("})();");
print(result.join("\n"));

https://codereview.chromium.org/1279763006/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to