- 23 Jan, 2015 5 commits
-
-
dcarney authored
Revert of Call directly to c callbacks in Invoke instead of transitioning to js and back out. (patchset #9 id:150001 of https://codereview.chromium.org/864273002/) Reason for revert: threading4 flakiness Original issue's description: > Call directly to c callbacks in Invoke instead of transitioning to js and back out. > > BUG= > > Committed: https://crrev.com/ce457e2b596c3ccf5bf454eeed0969f3f3efd174 > Cr-Commit-Position: refs/heads/master@{#26231} TBR=verwaest@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/873583003 Cr-Commit-Position: refs/heads/master@{#26236}
-
Benedikt Meurer authored
R=verwaest@chromium.org Committed: https://crrev.com/622be8f71e70b6ece4ea6a89bcfa1bc4be5e70c1 Cr-Commit-Position: refs/heads/master@{#26159} Review URL: https://codereview.chromium.org/860003002 Cr-Commit-Position: refs/heads/master@{#26235}
-
Ben Noordhuis authored
BUG=v8:3844 LOG=y R=bmeurer@chromium.org Review URL: https://codereview.chromium.org/867713003 Patch from Ben Noordhuis <info@bnoordhuis.nl>. Cr-Commit-Position: refs/heads/master@{#26234}
-
v8-autoroll authored
Rolling v8/tools/clang to de83a52aa5c5578519e244099ee755726e430253 TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/866353002 Cr-Commit-Position: refs/heads/master@{#26233}
-
akos.palfi authored
Port 22ce08ad BUG= Review URL: https://codereview.chromium.org/871693002 Cr-Commit-Position: refs/heads/master@{#26232}
-
- 22 Jan, 2015 25 commits
-
-
dcarney authored
BUG= Review URL: https://codereview.chromium.org/864273002 Cr-Commit-Position: refs/heads/master@{#26231}
-
machenbach authored
Revert of [x86] Use AVX in Crankshaft when available. (patchset #1 id:1 of https://codereview.chromium.org/860003002/) Reason for revert: Breaks chromium vista and XP browser tests: http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_vista_rel_ng/builds/23 Original issue's description: > [x86] Use AVX in Crankshaft when available. > > R=verwaest@chromium.org > > Committed: https://crrev.com/622be8f71e70b6ece4ea6a89bcfa1bc4be5e70c1 > Cr-Commit-Position: refs/heads/master@{#26159} TBR=verwaest@chromium.org,bmeurer@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/863423002 Cr-Commit-Position: refs/heads/master@{#26230}
-
mstarzinger authored
R=titzer@chromium.org TEST=mjsunit/regress/regress-crbug-451016 BUG=chromium:451016 LOG=N Review URL: https://codereview.chromium.org/817293005 Cr-Commit-Position: refs/heads/master@{#26229}
-
mstarzinger authored
R=titzer@chromium.org TEST=cctest/test-run-inlining/InlineLoopGuardedEmpty Review URL: https://codereview.chromium.org/867683002 Cr-Commit-Position: refs/heads/master@{#26228}
-
dslomov authored
R=arv@chromium.org,rossberg@chromium.org BUG=v8:3834 LOG=N Review URL: https://codereview.chromium.org/803933008 Cr-Commit-Position: refs/heads/master@{#26227}
-
vogelheim authored
of running a script is really spent in compilation. That is, sum up the total time spent compiling (parsing + compile proper) within a run call as seen through the API. @jochen: So many questions: - Is it ok to re-use V8.CompileLazy? This measures something a little different. - clang-format does funny things to the huge macro definitions. I accepted clang-format changes for all code, but reverted for the #define orgies in counters.h. ok? - Am I measuring the right thing. That is, are Aggregat[ing|ed]TimerScope in the right place? I'll fiddle a bit more with this to see if it does the right thing. Would be happy if you could still review now-ish. BUG= Review URL: https://codereview.chromium.org/790413004 Cr-Commit-Position: refs/heads/master@{#26226}
-
ulan authored
This prevents GC from observing code objects with out-of-sync weak dependencies. BUG=v8:3823 LOG=N Review URL: https://codereview.chromium.org/866723002 Cr-Commit-Position: refs/heads/master@{#26225}
-
machenbach authored
BUG=chromium:446166 LOG=n Review URL: https://codereview.chromium.org/865153003 Cr-Commit-Position: refs/heads/master@{#26224}
-
Dusan Milosavljevic authored
TEST=mjsunit/sin-cos BUG= R=balazs.kilvady@imgtec.com Review URL: https://codereview.chromium.org/865153002 Cr-Commit-Position: refs/heads/master@{#26223}
-
danno authored
R=bmeurer@chromium.org LOG=n Review URL: https://codereview.chromium.org/867583002 Cr-Commit-Position: refs/heads/master@{#26222}
-
Benedikt Meurer authored
R=titzer@chromium.org Review URL: https://codereview.chromium.org/865183002 Cr-Commit-Position: refs/heads/master@{#26221}
-
bmeurer authored
- Move unit tests to schedule-unittests.cc. - Remove pre-C++11 cruft. - Fix some include weirdness. R=mstarzinger@chromium.org Review URL: https://codereview.chromium.org/864293002 Cr-Commit-Position: refs/heads/master@{#26220}
-
ishell authored
BUG=chromium:450895 LOG=y Review URL: https://codereview.chromium.org/849693003 Cr-Commit-Position: refs/heads/master@{#26219}
-
mstarzinger authored
R=bmeurer@chromium.org TEST=mjsunit/regress/regress-crbug-450642 BUG=chromium:450642 LOG=N Review URL: https://codereview.chromium.org/865833002 Cr-Commit-Position: refs/heads/master@{#26218}
-
svenpanne authored
TSAN hits an internal assertion on a self-join, and the test is not really that useful, so let's just remove it. BUG=https://code.google.com/p/thread-sanitizer/issues/detail?id=88 LOG=n Review URL: https://codereview.chromium.org/824243007 Cr-Commit-Position: refs/heads/master@{#26217}
-
yangguo authored
Revert of Change test expectations for test-types/Maybe. (patchset #1 id:1 of https://codereview.chromium.org/862353002/) Reason for revert: Patch causing the failure has been reverted. Original issue's description: > Change test expectations for test-types/Maybe. > > TBR=rossberg@chromium.org > BUG=v8:3840 > LOG=N > > Committed: https://crrev.com/ebab2f12e9a4b421d8467bcf28280f8f64700cef > Cr-Commit-Position: refs/heads/master@{#26212} TBR=rossberg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=v8:3840 Review URL: https://codereview.chromium.org/866673002 Cr-Commit-Position: refs/heads/master@{#26216}
-
bmeurer authored
NOTREECHECKS=true Review URL: https://codereview.chromium.org/862363002 Cr-Commit-Position: refs/heads/master@{#26215}
-
machenbach authored
TBR=jochen@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/862383002 Cr-Commit-Position: refs/heads/master@{#26214}
-
bmeurer authored
Also fix mjsunit/regress/regress-undefined-nan to ensure that we are testing transfer via xmm registers by forcing the transfer to be in an optimized function. BUG=v8:3839 LOG=n R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/863153002 Cr-Commit-Position: refs/heads/master@{#26213}
-
Yang Guo authored
TBR=rossberg@chromium.org BUG=v8:3840 LOG=N Review URL: https://codereview.chromium.org/862353002 Cr-Commit-Position: refs/heads/master@{#26212}
-
bmeurer authored
Review URL: https://codereview.chromium.org/862313002 Cr-Commit-Position: refs/heads/master@{#26211}
-
arv authored
Motivation: Code cleanup BUG=None LOG=N R=adamk Review URL: https://codereview.chromium.org/866533003 Cr-Commit-Position: refs/heads/master@{#26210}
-
v8-autoroll authored
Rolling v8/build/gyp to adb7d24b9fc166f01ab2da50478556b518a9218f TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/868573002 Cr-Commit-Position: refs/heads/master@{#26209}
-
paul.lind authored
Port 9eace97b Port 5d641ec9 BUG= Review URL: https://codereview.chromium.org/867453002 Cr-Commit-Position: refs/heads/master@{#26208}
-
bmeurer authored
Revert of Steps towards unification of number bitset and range types. (patchset #4 id:60001 of https://codereview.chromium.org/837723006/) Reason for revert: Breaks test-types/Maybe, i.e. out/Release/cctest --random-seed=-707413401 test-types/Maybe started failing afterwards Original issue's description: > Steps towards unification of number bitset and range types. > > - New invariant on union types: if the union has a range then the number > bits in the bitset must be cleared. > > - Various tweaks in intersection and union to satisfy the invariant. > > - Exposed and used representation bits in range types (and the Limits > helper class). > > - Implemented Glb for ranges so that the Is predicate handles > ranges correctly. > > - Change typer weakening so that it does not rely on GetRange. > However, the code still seems to be a bit fragile. > > - Removed the Smi types from the type system core, instead introduced > Signed31, Unsigned30 and created constructors for Small(Un)Signed > that point to the right type for the architecture. > > - Punched a hole in the config to be able to get to the isolate so > that it is possible to allocate heap numbers for newly created > ranges. > > Patch by jarin@chromium.prg, original review here: > https://codereview.chromium.org/795713003/ > > TBR=jarin@chromium.org > BUG= > > Committed: https://crrev.com/2764fd8d1a266a9136c987c2483492113b0c8d80 > Cr-Commit-Position: refs/heads/master@{#26197} TBR=jkummerow@chromium.org,rossberg@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/868583002 Cr-Commit-Position: refs/heads/master@{#26207}
-
- 21 Jan, 2015 10 commits
-
-
machenbach authored
TBR=jochen@chromium.org,jkummerow@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/862173002 Cr-Commit-Position: refs/heads/master@{#26206}
-
machenbach authored
Revert of Reland Make clang the default on linux. (patchset #3 id:40001 of https://codereview.chromium.org/861223002/) Reason for revert: Still missing these builders: http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20arm%20-%20sim%20-%20debug http://build.chromium.org/p/client.v8/builders/V8%20Linux%20-%20full%20debug Original issue's description: > Reland Make clang the default on linux. > > BUG= > > Committed: https://crrev.com/72ef6843b0aff68e519a8f26e7d2f7dd87b4712c > Cr-Commit-Position: refs/heads/master@{#26204} TBR=jochen@chromium.org,jkummerow@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG= Review URL: https://codereview.chromium.org/864093004 Cr-Commit-Position: refs/heads/master@{#26205}
-
machenbach authored
BUG= Review URL: https://codereview.chromium.org/861223002 Cr-Commit-Position: refs/heads/master@{#26204}
-
bmeurer authored
TBR=machenbach@chromium.org BUG=v8:3837 LOG=n Review URL: https://codereview.chromium.org/864073002 Cr-Commit-Position: refs/heads/master@{#26203}
-
mstarzinger authored
R=bmeurer@chromium.org TEST=mjsunit/harmony/classes Review URL: https://codereview.chromium.org/864033002 Cr-Commit-Position: refs/heads/master@{#26202}
-
Michael Achenbach authored
Cr-Commit-Position: refs/heads/master@{#26201}
-
mstarzinger authored
R=titzer@chromium.org TEST=cctest/test-api Review URL: https://codereview.chromium.org/860053003 Cr-Commit-Position: refs/heads/master@{#26200}
-
mstarzinger authored
R=bmeurer@chromium.org TEST=cctest,mjsunit/es7/object-observe-debug-event Review URL: https://codereview.chromium.org/790413005 Cr-Commit-Position: refs/heads/master@{#26199}
-
machenbach authored
Everything is c/p from common.gypi. Review URL: https://codereview.chromium.org/862973002 Cr-Commit-Position: refs/heads/master@{#26198}
-
rossberg authored
- New invariant on union types: if the union has a range then the number bits in the bitset must be cleared. - Various tweaks in intersection and union to satisfy the invariant. - Exposed and used representation bits in range types (and the Limits helper class). - Implemented Glb for ranges so that the Is predicate handles ranges correctly. - Change typer weakening so that it does not rely on GetRange. However, the code still seems to be a bit fragile. - Removed the Smi types from the type system core, instead introduced Signed31, Unsigned30 and created constructors for Small(Un)Signed that point to the right type for the architecture. - Punched a hole in the config to be able to get to the isolate so that it is possible to allocate heap numbers for newly created ranges. Patch by jarin@chromium.prg, original review here: https://codereview.chromium.org/795713003/ TBR=jarin@chromium.org BUG= Review URL: https://codereview.chromium.org/837723006 Cr-Commit-Position: refs/heads/master@{#26197}
-