Other than that (like Sven explained not optimizing _very_ large functions) there is no problem with keeping a smaller size for the MIPS platform.
I'm perfectly fine with changing it on 3.8. --Florian Den 26. jan. 2012 03.55 skrev <[email protected]>: > The reason for this change was that Mandreel-generated JavaScript leads to > a > huge number of deoptimization entries. If we do not increase the limit, we > bail > out and do not use Crankshaft for performance-critical stuff, which is > very bad. > Note that we have some Mandreel code which even needs 16k entries. > > I don't know if we should revert this for 3.8 or not, I just wanted to > explain > the motivation behind this change. > > http://codereview.chromium.**org/9169079/<http://codereview.chromium.org/9169079/> > -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
