commit | 3aa334d6d326948e354925a31e374edd2cb0fbe6 | [log] [tgz] |
---|---|---|
author | rniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Feb 26 01:24:33 2015 +0000 |
committer | rniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc> | Thu Feb 26 01:24:33 2015 +0000 |
tree | 48959e8c5ad4c198db7a77e9154d0690c3f7a930 | |
parent | b5f7f44c3c60ce5a09c3ddcbbc53a4ef4c12ec49 [diff] |
REGRESSION(r180595): construct varargs fails in FTL https://bugs.webkit.org/show_bug.cgi?id=142030 Reviewed by Geoffrey Garen. The bug was caused by IC size being too small for construct_varargs even though we've added a new argument. Fixed the bug by increasing the IC size to match call_varargs. * ftl/FTLInlineCacheSize.cpp: (JSC::FTL::sizeOfConstructVarargs): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@180651 268f45cc-cd09-0410-ab3c-d52691b4dbfc