- 21 Nov, 2014 11 commits
-
-
dcarney authored
BUG= Review URL: https://codereview.chromium.org/748773002 Cr-Commit-Position: refs/heads/master@{#25461}
-
ulan authored
BUG=v8:3716 LOG=N Review URL: https://codereview.chromium.org/746983002 Cr-Commit-Position: refs/heads/master@{#25460}
-
mstarzinger authored
R=titzer@chromium.org Review URL: https://codereview.chromium.org/582683002 Cr-Commit-Position: refs/heads/master@{#25459}
-
Yang Guo authored
TBR=ulan@chromium.org Review URL: https://codereview.chromium.org/749963002 Cr-Commit-Position: refs/heads/master@{#25458}
-
yangguo authored
R=ulan@chromium.org BUG=v8:3229 LOG=N Review URL: https://codereview.chromium.org/736003002 Cr-Commit-Position: refs/heads/master@{#25457}
-
Michael Stanton authored
BUG=435477 LOG=N R=jarin@chromium.org Review URL: https://codereview.chromium.org/751513002 Cr-Commit-Position: refs/heads/master@{#25456}
-
Michael Stanton authored
The bug was an error when copying arrays in crankshaft. If it's a holey smi array, the copy must be done as FAST_HOLEY_ELEMENTS to prevent representation changes from being inserted that deopt on encountering the hole. Also, prevent inlining array pop() and shift() if the length is read-only. BUG=435073 LOG=N R=verwaest@chromium.org Review URL: https://codereview.chromium.org/737383002 Cr-Commit-Position: refs/heads/master@{#25455}
-
Baptiste Afsa authored
R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/737733002 Cr-Commit-Position: refs/heads/master@{#25454}
-
dcarney authored
BUG= Review URL: https://codereview.chromium.org/753483002 Cr-Commit-Position: refs/heads/master@{#25453}
-
chunyang.dai authored
is introduced by https://chromium.googlesource.com/v8/v8/+/aed26c05a50b2a1257ef8accc67143825f2e1f60. ( [turbofan] Clean up and factor out branch generation logic.) BUG= Review URL: https://codereview.chromium.org/748673002 Cr-Commit-Position: refs/heads/master@{#25452}
-
Akos Palfi authored
Port aed26c05a50b2a1257ef8accc67143825f2e1f60 BUG= R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/742243003 Cr-Commit-Position: refs/heads/master@{#25451}
-
- 20 Nov, 2014 21 commits
-
-
caitpotter88 authored
BUG=v8:3230 LOG=y Review URL: https://codereview.chromium.org/742643003 Cr-Commit-Position: refs/heads/master@{#25450}
-
baixo authored
D8 natives, in particular, will cause Windows static builds to not link due to another definition in the generated file d8-js.cc. BUG=421063 Review URL: https://codereview.chromium.org/738153003 Cr-Commit-Position: refs/heads/master@{#25449}
-
dslomov authored
Per TC39 Nov 2014 decison. R=arv@chromium.org,yangguo@chromium.org LOG=Y Committed: https://chromium.googlesource.com/v8/v8/+/b5379216e23ff0ec734e70361dd07057c2421c96 Review URL: https://codereview.chromium.org/742963002 Cr-Commit-Position: refs/heads/master@{#25448}
-
ulan authored
if there is not enough type-feedback to detect that f is Function.prototype.apply. BUG=v8:3709 LOG=N TEST=mjsunit/regress/regress-3709 Review URL: https://codereview.chromium.org/736043002 Cr-Commit-Position: refs/heads/master@{#25447}
-
titzer authored
R=dcarney@chromium.org BUG= Review URL: https://codereview.chromium.org/745633002 Cr-Commit-Position: refs/heads/master@{#25446}
-
mstarzinger authored
R=danno@chromium.org Review URL: https://codereview.chromium.org/736383002 Cr-Commit-Position: refs/heads/master@{#25445}
-
yangguo authored
R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/737373003 Cr-Commit-Position: refs/heads/master@{#25444}
-
Dan Carney authored
TBR=vogelheim@chromium.org BUG= Review URL: https://codereview.chromium.org/744743002 Cr-Commit-Position: refs/heads/master@{#25443}
-
Ulan Degenbaev authored
BUG= TBR=hpayer@chromium.org Review URL: https://codereview.chromium.org/746443002 Cr-Commit-Position: refs/heads/master@{#25442}
-
ulan authored
If we run out of code range, then GC wouldn't be able to compact code space, because it wouldn't be able to allocate a new page. This can cause code space fragmentation and OOM crashes. BUG=chromium:430118 LOG=Y Review URL: https://codereview.chromium.org/742733002 Cr-Commit-Position: refs/heads/master@{#25441}
-
dcarney authored
BUG= Review URL: https://codereview.chromium.org/725083004 Cr-Commit-Position: refs/heads/master@{#25440}
-
Daniel Clifford authored
- Use "leal" for subtraction of integer constant when non-constant input to subtract is used more than once. - Use "incl", "decl", and "addl" when they are smaller/cheaper than their leal/addl/subl equivalant. R=titzer@chromium.org Review URL: https://codereview.chromium.org/738073002 Cr-Commit-Position: refs/heads/master@{#25439}
-
Rodolph Perfetta authored
JavaScript shifts perform an implicit '& 0x1F' on their right operand, this patch removes it when the underlying architecture already does it. BUG= R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/732103002 Cr-Commit-Position: refs/heads/master@{#25438}
-
mstarzinger authored
R=mvstanton@chromium.org Review URL: https://codereview.chromium.org/743963002 Cr-Commit-Position: refs/heads/master@{#25437}
-
Andreas Rossberg authored
R=jarin@chromium.org BUG=433332 LOG=N Review URL: https://codereview.chromium.org/739563002 Cr-Commit-Position: refs/heads/master@{#25436}
-
Andreas Rossberg authored
Also clean up flag names a little. Baseline: https://codereview.chromium.org/713413003/ R=arv@chromium.org, dslomov@chromium.org BUG= Review URL: https://codereview.chromium.org/722203006 Cr-Commit-Position: refs/heads/master@{#25435}
-
balazs.kilvady authored
There are separated JS and C stacks on simulators so for some stack extensive tests (like mozilla/js1_5/extensions/regress-355497) might cause a C stack overflow and that overflow is not caught by V8. It is not an issue on real HW. Increasing the C stack also solves the problem but we have already FLAG_sim_stack_size flag to control the JS stack size. This patch makes it possible to add flags to tests conditionally in .status files. TEST=mozilla/js1_5/extensions/regress-355497 BUG=v8:3152 LOG=N Review URL: https://codereview.chromium.org/735723006 Cr-Commit-Position: refs/heads/master@{#25434}
-
yangguo authored
R=rtoy@chromium.org BUG=v8:3579 LOG=N Review URL: https://codereview.chromium.org/739913003 Cr-Commit-Position: refs/heads/master@{#25433}
-
machenbach authored
Revert of Rename String.prototype.contains to 'includes'. (patchset #1 id:1 of https://codereview.chromium.org/742963002/) Reason for revert: Breaks test262-es6: http://build.chromium.org/p/client.v8/builders/V8%20Linux/builds/1289 Original issue's description: > Rename String.prototype.contains to 'includes'. > > Per TC39 Nov 2014 decison. > > R=arv@chromium.org,yangguo@chromium.org > LOG=Y > > Committed: https://chromium.googlesource.com/v8/v8/+/b5379216e23ff0ec734e70361dd07057c2421c96 TBR=arv@chromium.org,yangguo@chromium.org,dslomov@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/745543002 Cr-Commit-Position: refs/heads/master@{#25432}
-
jochen authored
We should always be clever BUG=none R=hpayer@chromium.org LOG=n Review URL: https://codereview.chromium.org/723023003 Cr-Commit-Position: refs/heads/master@{#25431}
-
dslomov authored
Per TC39 Nov 2014 decison. R=arv@chromium.org,yangguo@chromium.org LOG=Y Review URL: https://codereview.chromium.org/742963002 Cr-Commit-Position: refs/heads/master@{#25430}
-
- 19 Nov, 2014 8 commits
-
-
dslomov authored
Per Nov 2014 TC39 decision. R=adamk@chromium.org LOG=Y Review URL: https://codereview.chromium.org/739303002 Cr-Commit-Position: refs/heads/master@{#25429}
-
arv authored
Since checking all possible combinations is taking so long this reduces the test to test the odd cases (let, yield and static) as well as a single ordinary case. BUG=v8:3707 LOG=n Review URL: https://codereview.chromium.org/724713004 Cr-Commit-Position: refs/heads/master@{#25428}
-
ishell authored
Removed unnecessary generalization of all fields in Map::GeneralizeRepresentation() (introduced in r25082). This generalization caused unnecessary map deprecation when the transition tree of the split map is full. BUG=chromium:431807 LOG=N Review URL: https://codereview.chromium.org/736953003 Cr-Commit-Position: refs/heads/master@{#25427}
-
dcarney authored
BUG= Review URL: https://codereview.chromium.org/738853002 Cr-Commit-Position: refs/heads/master@{#25426}
-
Dusan Milosavljevic authored
TEST= BUG= R=paul.lind@imgtec.com Review URL: https://codereview.chromium.org/735033002 Cr-Commit-Position: refs/heads/master@{#25425}
-
Dusan Milosavljevic authored
TEST= BUG= R=danno@chromium.org, paul.lind@imgtec.com Review URL: https://codereview.chromium.org/732403002 Cr-Commit-Position: refs/heads/master@{#25424}
-
aandrey authored
BUG=chromium:432468 R=yangguo@chromium.org, adamk@chromium.org LOG=N Review URL: https://codereview.chromium.org/739523002 Cr-Commit-Position: refs/heads/master@{#25423}
-
yangguo authored
R=ulan@chromium.org Review URL: https://codereview.chromium.org/719403005 Cr-Commit-Position: refs/heads/master@{#25422}
-