[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316873004/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316873004/80001 https://codereview.chromium.org/1316873004/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread fedor
Made a typo in debug-only line. Going to rebuild it on my machine, and resubmit it again. Sorry about this! (Also sounds like a good chance to update the description) https://codereview.chromium.org/1316873004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread fedor
On 2015/08/31 06:31:58, Michael Lippautz wrote: On 2015/08/28 20:49:41, fedor.indutny wrote: > The results of benchmarks are: > > ./node-slow 1 && ./node-no-inline-fast 1 && ./node-fast 1 > 4997.4 ns/op > 4701.6 ns/op > 4685.7 ns/op > > NOTE: `no-inline-fast` is the initial version of patch, `fas

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
Try jobs failed on following builders: v8_mac_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_mac_rel/builds/9247) v8_win_nosnap_shared_compile_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_win_nosnap_shared_compile_

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1316873004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1316873004/60001 https://codereview.chromium.org/1316873004/ -- -- v8-dev mailing list v8-dev@googlegroups.com ht

[v8-dev] Re: [turbofan] Optimize Splinter by remembering where it left off. (issue 1322623007 by mtro...@chromium.org)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1322623007/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1322623007/1 https://codereview.chromium.org/1322623007/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://gro

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread mlippautz
lgtm with comments. The next step would be moving the logic out of Heap into an ArrayBufferTracker that lives in heap/ and finally add some tests. It would probably have to be a cctest that checks the transitions from one map into another. https://codereview.chromium.org/1316873004/diff/40

[v8-dev] Re: heap: make array buffer maps non-intersecting (issue 1316873004 by fe...@indutny.com)

2015-08-30 Thread mlippautz
On 2015/08/28 20:49:41, fedor.indutny wrote: The results of benchmarks are: ./node-slow 1 && ./node-no-inline-fast 1 && ./node-fast 1 4997.4 ns/op 4701.6 ns/op 4685.7 ns/op NOTE: `no-inline-fast` is the initial version of patch, `fast` - is current, `slow` - vanilla v8. Please add the s

[v8-dev] Re: Version 4.6.85.9 (cherry-pick) (issue 1326463002 by mvstan...@chromium.org)

2015-08-30 Thread mvstan...@chromium.org via codereview.chromium.org
Committed patchset #1 (id:1) manually as f99d436a97b5e8264071ad950ef5923b7b0f7cda. https://codereview.chromium.org/1326463002/ -- -- 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 "v

[v8-dev] Re: Version 4.6.85.9 (cherry-pick) (issue 1326463002 by mvstan...@chromium.org)

2015-08-30 Thread jarin
On 2015/08/31 06:06:30, mvstanton wrote: lgtm (rubber-stamp) https://codereview.chromium.org/1326463002/ -- -- 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 uns

[v8-dev] Version 4.6.85.9 (cherry-pick) (issue 1326463002 by mvstan...@chromium.org)

2015-08-30 Thread mvstan...@chromium.org via codereview.chromium.org
Reviewers: Jarin, Description: Version 4.6.85.9 (cherry-pick) Merged 7fb31bdba4f2a0320507956a085f083d76bce48c Merged bcc9df92734786e2c3dc51eca7ee684cf8e930cd Make Simulator respect C stack limits as well. PPC: Make Simulator respect C stack limits as well. BUG=chromium:522380,chromium:522380

[v8-dev] Re: [turbofan] Optimize Splinter by remembering where it left off. (issue 1322623007 by mtro...@chromium.org)

2015-08-30 Thread bmeurer
LGTM. https://codereview.chromium.org/1322623007/ -- -- 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

[v8-dev] Re: Issue 4398 in v8: Make FlushICache NOP for Nvidia Denver 1.0 only

2015-08-30 Thread codesite-noreply via v8-dev
Updates: Labels: merge-merged-4.5 Comment #5 on issue 4398 by bugdro...@chromium.org: Make FlushICache NOP for Nvidia Denver 1.0 only https://code.google.com/p/v8/issues/detail?id=4398#c5 The following revision refers to this bug: https://chromium.googlesource.com/v8/v8.git/+/f9a0

[v8-dev] Re: Version 4.5.103.30 (cherry-pick) (issue 1308403010 by sbo...@nvidia.com)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
Committed patchset #1 (id:1) https://codereview.chromium.org/1308403010/ -- -- 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

[v8-dev] Re: Version 4.5.103.30 (cherry-pick) (issue 1308403010 by sbo...@nvidia.com)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1308403010/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1308403010/1 https://codereview.chromium.org/1308403010/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://gro

[v8-dev] Re: MIPS64: Fix alignment issue in test-run-native-calls. (issue 1323663003 by paul.l...@imgtec.com)

2015-08-30 Thread paul . lind
Windows builds are not happy, will investigate further on Monday. https://codereview.chromium.org/1323663003/ -- -- 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

[v8-dev] Re: Update V8 DEPS. (issue 1320293002 by v8-autor...@chromium.org)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
Try jobs failed on following builders: v8_linux_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux_rel/builds/9126) https://codereview.chromium.org/1320293002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev ---

[v8-dev] Re: Update V8 DEPS. (issue 1320293002 by v8-autor...@chromium.org)

2015-08-30 Thread commit-...@chromium.org via codereview.chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1320293002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1320293002/1 https://codereview.chromium.org/1320293002/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://gro

[v8-dev] Update V8 DEPS. (issue 1320293002 by v8-autor...@chromium.org)

2015-08-30 Thread v8-autor...@chromium.org via codereview.chromium.org
Reviewers: Michael Achenbach (OOO), Description: Update V8 DEPS. Rolling v8/tools/clang to 64370e74764d1fa9f50151d0e6025b0399370100 TBR=machenb...@chromium.org Please review this at https://codereview.chromium.org/1320293002/ Base URL: https://chromium.googlesource.com/v8/v8@master Affected

[v8-dev] Issue 4402 in v8: Atomic Web Player slowness

2015-08-30 Thread codesite-noreply via v8-dev
Status: Untriaged Owner: New issue 4402 by aza...@mozilla.com: Atomic Web Player slowness https://code.google.com/p/v8/issues/detail?id=4402 This game: http://docs.atomicgameengine.com/webplayer/physicsplatformertest/ runs more slowly in Chrome than Firefox. Profiling it, the _longjmp met

[v8-dev] Add asm.js typer + validator. (issue 1322773002 by bradnel...@google.com)

2015-08-30 Thread bradnelson via v8-dev
Reviewers: rossberg, titzer, Description: Add asm.js typer + validator. Walk asm.js module ASTs, attach concrete type information in preparation for generating a WASM module. cctest test coverage (mjsunit coming in later CL). Expressions, function tables, and foreign functions have coverage. St