[v8-dev] Issue 3159 in v8: Garbled typed array error messages

2014-02-12 Thread codesite-noreply
Status: New Owner: New issue 3159 by rsturg...@google.com: Garbled typed array error messages http://code.google.com/p/v8/issues/detail?id=3159 new Uint32Array(new ArrayBuffer(100), 2, 8); throws an error with this message: "RangeError: softshould be a multiple ofr" Similarly for an inva

[v8-dev] Re: Issue 2672 in v8: Object.create, Explicit "writable:false" results in error with setter/getters

2014-02-12 Thread codesite-noreply
Comment #7 on issue 2672 by johnjbar...@chromium.org: Object.create, Explicit "writable:false" results in error with setter/getters http://code.google.com/p/v8/issues/detail?id=2672 Please reopen this issue with a new title: Incorrect error message for Object.defineProperty() with writable:

[v8-dev] [v8] r19344 committed - V8 Microtask Queue & API...

2014-02-12 Thread codesite-noreply
Revision: 19344 Author: rafa...@chromium.org Date: Wed Feb 12 22:04:19 2014 UTC Log: V8 Microtask Queue & API This patch generalizes Object.observe callbacks and promise resolution into a FIFO queue called a "microtask queue". It also exposes new V8 API which exposes the microtask

[v8-dev] Re: V8 Microtask Queue & API (issue 154283002)

2014-02-12 Thread rafaelw
Committed patchset #9 manually as r19344 (presubmit successful). https://codereview.chromium.org/154283002/ -- -- 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 u

[v8-dev] Re: Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. (issue 138953018)

2014-02-12 Thread jarin
I know that this is massively annoying, but AtomicWord that could participate in a data race should never be cast to a normal pointer (undefined behavior in C++11). Instead, you should always use the Store/Load function to access the atomic memory. Sadly, this might require some pretty awkward c

[v8-dev] Re: V8 Microtask Queue & API (issue 154283002)

2014-02-12 Thread rafaelw
Thanks for your help, everyone. https://codereview.chromium.org/154283002/diff/180001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/154283002/diff/180001/include/v8.h#newcode5421 include/v8.h:5421: static const int kEmptyStringRootIndex = 148; Got it. Thanks. What is g

[v8-dev] Re: MIPS: Omit redundant smi checks in write barriers. (issue 160713002)

2014-02-12 Thread plind44
Committed as r19343. https://codereview.chromium.org/160713002/ -- -- 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 receivin

[v8-dev] [v8] r19343 committed - MIPS: Omit redundant smi checks in write barriers....

2014-02-12 Thread codesite-noreply
Revision: 19343 Author: plin...@gmail.com Date: Wed Feb 12 18:55:33 2014 UTC Log: MIPS: Omit redundant smi checks in write barriers. Port r19323 (929c047) BUG= R=plin...@gmail.com Review URL: https://codereview.chromium.org/160713002 Patch from Balazs Kilvady . http://code.google.co

[v8-dev] [v8] r19342 committed - Reland: "Use stability to only conditionally flush information from th...

2014-02-12 Thread codesite-noreply
Revision: 19342 Author: verwa...@chromium.org Date: Wed Feb 12 18:48:12 2014 UTC Log: Reland: "Use stability to only conditionally flush information from the CheckMaps table." BUG= R=ish...@chromium.org Original CL: https://codereview.chromium.org/153823003 Review URL: https://cod

[v8-dev] Re: MIPS: Omit redundant smi checks in write barriers. (issue 160713002)

2014-02-12 Thread plind44
lgtm https://codereview.chromium.org/160713002/ -- -- 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: Reland: "Use stability to only conditionally flush information from the CheckMaps table." (issue 153653007)

2014-02-12 Thread verwaest
Committed patchset #1 manually as r19342 (presubmit successful). https://codereview.chromium.org/153653007/ -- -- 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 u

[v8-dev] Re: Reland: "Use stability to only conditionally flush information from the CheckMaps table." (issue 153653007)

2014-02-12 Thread ishell
lgtm https://codereview.chromium.org/153653007/ -- -- 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] Reland: "Use stability to only conditionally flush information from the CheckMaps table." (issue 153653007)

2014-02-12 Thread verwaest
Reviewers: Igor Sheludko, Message: pTAL Description: Reland: "Use stability to only conditionally flush information from the CheckMaps table." BUG= R=ish...@chromium.org Original CL: https://codereview.chromium.org/153823003 Please review this at https://codereview.chromium.org/153653007/ SV

[v8-dev] MIPS: Omit redundant smi checks in write barriers. (issue 160713002)

2014-02-12 Thread kilvadyb
Reviewers: danno, Benedikt Meurer, Paul Lind, kisg, palfia, dusmil, Description: MIPS: Omit redundant smi checks in write barriers. Port r19323 (929c047) BUG= Please review this at https://codereview.chromium.org/160713002/ SVN Base: https://github.com/v8/v8.git@gbl Affected files (+6, -3 li

[v8-dev] Re: Don't propagate information through phis in loop headers. (issue 147023005)

2014-02-12 Thread verwaest
Committed patchset #2 manually as r19341 (presubmit successful). https://codereview.chromium.org/147023005/ -- -- 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 u

[v8-dev] [v8] r19341 committed - Don't propagate information through phis in loop headers....

2014-02-12 Thread codesite-noreply
Revision: 19341 Author: verwa...@chromium.org Date: Wed Feb 12 18:30:41 2014 UTC Log: Don't propagate information through phis in loop headers. To properly do this, we'd have to iterate over CompareMaps (and their bodies) handling phis, until we have learned enough to decide which pat

[v8-dev] Re: Don't propagate information through phis in loop headers. (issue 147023005)

2014-02-12 Thread ishell
lgtm https://codereview.chromium.org/147023005/ -- -- 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] Don't propagate information through phis in loop headers. (issue 147023005)

2014-02-12 Thread verwaest
Reviewers: Igor Sheludko, titzer, Message: PTAL Description: Don't propagate information through phis in loop headers. To properly do this, we'd have to iterate over CompareMaps (and their bodies) handling phis, until we have learned enough to decide which paths can be taken. For now, just

[v8-dev] Re: [a64]: Disable failing sparse-array-reverse on a64 debug builds. (issue 160633002)

2014-02-12 Thread rmcilroy
Committed patchset #1 manually as r19340 (presubmit successful). https://codereview.chromium.org/160633002/ -- -- 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 u

[v8-dev] [v8] r19340 committed - [a64]: Disable failing sparse-array-reverse on a64 debug builds....

2014-02-12 Thread codesite-noreply
Revision: 19340 Author: rmcil...@chromium.org Date: Wed Feb 12 18:22:28 2014 UTC Log: [a64]: Disable failing sparse-array-reverse on a64 debug builds. BUG=v8:3158 LOG=N R=u...@chromium.org Review URL: https://codereview.chromium.org/160633002 http://code.google.com/p/v8/source/detail?

[v8-dev] Re: [a64]: Disable failing sparse-array-reverse on a64 debug builds. (issue 160633002)

2014-02-12 Thread ulan
lgtm https://codereview.chromium.org/160633002/ -- -- 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] [a64]: Disable failing sparse-array-reverse on a64 debug builds. (issue 160633002)

2014-02-12 Thread rmcilroy
Reviewers: ulan, Description: [a64]: Disable failing sparse-array-reverse on a64 debug builds. BUG=v8:3158 LOG=N Please review this at https://codereview.chromium.org/160633002/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3, -0 lines): M test/mjsunit/mjsu

[v8-dev] Re: Issue 3158 in v8: A64: mjsunit/sparse-array-reverse fails on no_snap

2014-02-12 Thread codesite-noreply
Comment #1 on issue 3158 by rmcil...@chromium.org: A64: mjsunit/sparse-array-reverse fails on no_snap http://code.google.com/p/v8/issues/detail?id=3158 This appears to have been triggered by r19325, specifically by the removal of the "if (!FLAG_disable_native_files)" around the code:

[v8-dev] Issue 3158 in v8: A64: mjsunit/sparse-array-reverse fails on no_snap

2014-02-12 Thread codesite-noreply
Status: Accepted Owner: CC: rmcil...@chromium.org, joc...@chromium.org, u...@chromium.org, rodolph@arm.com, jacob.bram...@arm.com Labels: Type-Bug Priority-Medium New issue 3158 by rmcil...@chromium.org: A64: mjsunit/sparse-array-reverse fails on no_snap http://code.google.com/

[v8-dev] Re: Issue 3100 in v8: RegEx is hanging in Chrome 31.0.1650.63

2014-02-12 Thread codesite-noreply
Updates: Status: Duplicate Mergedinto: v8:287 Comment #1 on issue 3100 by yang...@chromium.org: RegEx is hanging in Chrome 31.0.1650.63 http://code.google.com/p/v8/issues/detail?id=3100 (No comment was entered for this change.) -- You received this message because this projec

[v8-dev] Re: Issue 287 in v8: Long, complex regexp pattern (in WebKit layout test) hangs

2014-02-12 Thread codesite-noreply
Comment #12 on issue 287 by yang...@chromium.org: Long, complex regexp pattern (in WebKit layout test) hangs http://code.google.com/p/v8/issues/detail?id=287 Issue 3100 has been merged into this issue. -- You received this message because this project is configured to send all issue notifi

[v8-dev] Re: Issue 3119 in v8: import _multiprocessing problem

2014-02-12 Thread codesite-noreply
Comment #2 on issue 3119 by yang...@chromium.org: import _multiprocessing problem http://code.google.com/p/v8/issues/detail?id=3119 Looks like a Python issue, and the traceback doesn't look complete. -- You received this message because this project is configured to send all issue notifica

[v8-dev] Re: Issue 3121 in v8: typeof vs instanceof vs constructor

2014-02-12 Thread codesite-noreply
Updates: Status: Invalid Comment #1 on issue 3121 by yang...@chromium.org: typeof vs instanceof vs constructor http://code.google.com/p/v8/issues/detail?id=3121 Please address questions like that to the v8-users mailing list. Short answer is that there is an optimization in place for

[v8-dev] [v8] r19339 committed - KeyedLoadIC::GenerateGeneric() fix for MIPS....

2014-02-12 Thread codesite-noreply
Revision: 19339 Author: ish...@chromium.org Date: Wed Feb 12 17:31:29 2014 UTC Log: KeyedLoadIC::GenerateGeneric() fix for MIPS. R=verwa...@chromium.org Review URL: https://codereview.chromium.org/160353003 http://code.google.com/p/v8/source/detail?r=19339 Modified: /branches/bleedi

[v8-dev] Re: Improve positions tracking inside the HGraphBuilder. (issue 140683011)

2014-02-12 Thread yangguo
LGTM with comments. https://codereview.chromium.org/140683011/diff/1/src/hydrogen-instructions.h File src/hydrogen-instructions.h (right): https://codereview.chromium.org/140683011/diff/1/src/hydrogen-instructions.h#newcode1170 src/hydrogen-instructions.h:1170: // TODO(vegorov): what we really

[v8-dev] Re: KeyedLoadIC::GenerateGeneric() fix for MIPS. (issue 160353003)

2014-02-12 Thread ishell
Committed patchset #1 manually as r19339 (presubmit successful). https://codereview.chromium.org/160353003/ -- -- 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 u

[v8-dev] Re: KeyedLoadIC::GenerateGeneric() fix for MIPS. (issue 160353003)

2014-02-12 Thread verwaest
lgtm https://codereview.chromium.org/160353003/ -- -- 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] KeyedLoadIC::GenerateGeneric() fix for MIPS. (issue 160353003)

2014-02-12 Thread ishell
Reviewers: Toon Verwaest, Message: I noticed inconsistency between architectures, PTAL. Description: KeyedLoadIC::GenerateGeneric() fix for MIPS. Please review this at https://codereview.chromium.org/160353003/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+3,

[v8-dev] Re: Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent recompilation delay. (issue 148063008)

2014-02-12 Thread yangguo
Committed patchset #1 manually as r19338 (presubmit successful). https://codereview.chromium.org/148063008/ -- -- 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 u

[v8-dev] [v8] r19338 committed - Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent rec...

2014-02-12 Thread codesite-noreply
Revision: 19338 Author: yang...@chromium.org Date: Wed Feb 12 16:18:18 2014 UTC Log: Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent recompilation delay. R=hpa...@chromium.org Review URL: https://codereview.chromium.org/148063008 http://code.google.com/p/v8/sourc

[v8-dev] Re: Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent recompilation delay. (issue 148063008)

2014-02-12 Thread hpayer
lgtm https://codereview.chromium.org/148063008/ -- -- 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: Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. (issue 138953018)

2014-02-12 Thread hpayer
https://codereview.chromium.org/138953018/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/1/src/spaces.cc#newcode2085 src/spaces.cc:2085: if (NoBarrier_Load(reinterpret_cast(&category->top_)) != 0) { On 2014/02/12 14:09:02, jarin wrote: You should

[v8-dev] [v8] r19337 committed - Tagging version 3.22.24.21

2014-02-12 Thread codesite-noreply
Revision: 19337 Author: yang...@chromium.org Date: Wed Feb 12 16:08:05 2014 UTC Log: Tagging version 3.22.24.21 http://code.google.com/p/v8/source/detail?r=19337 Added: /tags/3.22.24.21 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You r

[v8-dev] [v8] r19336 committed - Merged r19031 into 3.22 branch....

2014-02-12 Thread codesite-noreply
Revision: 19336 Author: yang...@chromium.org Date: Wed Feb 12 16:07:47 2014 UTC Log: Merged r19031 into 3.22 branch. Fix short-circuiting logical and/or in HOptimizedGraphBuilder. BUG=336148 LOG=N R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/160543002 http://c

[v8-dev] Re: Merged r19031 into 3.22 branch. (issue 160543002)

2014-02-12 Thread yangguo
Committed patchset #1 manually as r19336. https://codereview.chromium.org/160543002/ -- -- 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 gr

[v8-dev] Re: Merged r19031 into 3.22 branch. (issue 160543002)

2014-02-12 Thread jkummerow
lgtm https://codereview.chromium.org/160543002/ -- -- 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] Merged r19031 into 3.22 branch. (issue 160543002)

2014-02-12 Thread yangguo
Reviewers: Jakob, Description: Merged r19031 into 3.22 branch. Fix short-circuiting logical and/or in HOptimizedGraphBuilder. BUG=336148 LOG=N R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/160543002/ SVN Base: https://v8.googlecode.com/svn/branches/3.22 Affec

[v8-dev] [v8] r19335 committed - Tagging version 3.23.17.13

2014-02-12 Thread codesite-noreply
Revision: 19335 Author: yang...@chromium.org Date: Wed Feb 12 16:03:28 2014 UTC Log: Tagging version 3.23.17.13 http://code.google.com/p/v8/source/detail?r=19335 Added: /tags/3.23.17.13 -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You r

[v8-dev] Re: Merged r19031 into 3.23 branch. (issue 155643003)

2014-02-12 Thread yangguo
Committed patchset #1 manually as r19334. https://codereview.chromium.org/155643003/ -- -- 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 gr

[v8-dev] [v8] r19334 committed - Merged r19031 into 3.23 branch....

2014-02-12 Thread codesite-noreply
Revision: 19334 Author: yang...@chromium.org Date: Wed Feb 12 16:03:10 2014 UTC Log: Merged r19031 into 3.23 branch. Fix short-circuiting logical and/or in HOptimizedGraphBuilder. BUG=336148 LOG=N R=jkumme...@chromium.org Review URL: https://codereview.chromium.org/155643003 http://c

[v8-dev] Re: Implement handling of arrow functions in the parser (issue 160073006)

2014-02-12 Thread jochen
On 2014/02/12 16:01:05, aperez wrote: I have rebased the patch after the latest changes in the parser (FunctionState et al.). Also, this new version moves the "allow_arrow_functions_" flag to ParserBase. Thank you, however, you'll still have to go through the "new feature process" before as

[v8-dev] Merged r19031 into 3.23 branch. (issue 155643003)

2014-02-12 Thread yangguo
Reviewers: Jakob, Description: Merged r19031 into 3.23 branch. Fix short-circuiting logical and/or in HOptimizedGraphBuilder. BUG=336148 LOG=N R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/155643003/ SVN Base: https://v8.googlecode.com/svn/branches/3.23 Affec

[v8-dev] Re: Merged r19031 into 3.23 branch. (issue 155643003)

2014-02-12 Thread jkummerow
lgtm https://codereview.chromium.org/155643003/ -- -- 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: Implement handling of arrow functions in the parser (issue 160073006)

2014-02-12 Thread aperez
I have rebased the patch after the latest changes in the parser (FunctionState et al.). Also, this new version moves the "allow_arrow_functions_" flag to ParserBase. https://codereview.chromium.org/160073006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-d

[v8-dev] Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent recompilation delay. (issue 148063008)

2014-02-12 Thread yangguo
Reviewers: Hannes Payer, Description: Fix test-heap/OptimizedPretenuringAllocationFolding wrt concurrent recompilation delay. R=hpa...@chromium.org Please review this at https://codereview.chromium.org/148063008/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files

[v8-dev] Re: Issue 2342 in v8: Support sourceURL for dynamically inserted scripts.

2014-02-12 Thread codesite-noreply
Updates: Status: Fixed Comment #8 on issue 2342 by vse...@chromium.org: Support sourceURL for dynamically inserted scripts. http://code.google.com/p/v8/issues/detail?id=2342 Committed patchset #1 manually as r19333 (presubmit successful). -- You received this message because this pro

[v8-dev] Re: Stack trace string should use dynamic script sourceURL if present. (issue 143283015)

2014-02-12 Thread alph
Committed patchset #1 manually as r19333 (presubmit successful). https://codereview.chromium.org/143283015/ -- -- 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 u

[v8-dev] [v8] r19333 committed - Stack trace string should use dynamic script sourceURL if present....

2014-02-12 Thread codesite-noreply
Revision: 19333 Author: a...@chromium.org Date: Wed Feb 12 15:50:23 2014 UTC Log: Stack trace string should use dynamic script sourceURL if present. BUG=v8:2342 R=dcar...@chromium.org, yu...@chromium.org, yurys LOG=N Review URL: https://codereview.chromium.org/143283015 http://code.go

[v8-dev] Re: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantic... (issue 150413009)

2014-02-12 Thread jarin
On 2014/02/12 15:33:19, Hannes Payer wrote: https://codereview.chromium.org/150413009/diff/30001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/150413009/diff/30001/src/spaces.h#newcode685 src/spaces.h:685: AtomicWord prev_chunk_; On 2014/02/12 14:06:39, jarin wrote: >

[v8-dev] [v8] r19332 committed - Make prev and next pointer in pages list AtomicWords and access them u...

2014-02-12 Thread codesite-noreply
Revision: 19332 Author: hpa...@chromium.org Date: Wed Feb 12 15:40:23 2014 UTC Log: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantics. BUG= R=ja...@chromium.org Review URL: https://codereview.chromium.org/150413009 http://code.goog

[v8-dev] Re: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantic... (issue 150413009)

2014-02-12 Thread hpayer
Committed patchset #3 manually as r19332 (presubmit successful). https://codereview.chromium.org/150413009/ -- -- 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 u

[v8-dev] [v8] r19331 committed - Revert "Use stability to only conditionally flush information from the...

2014-02-12 Thread codesite-noreply
Revision: 19331 Author: verwa...@chromium.org Date: Wed Feb 12 15:38:42 2014 UTC Log: Revert "Use stability to only conditionally flush information from the CheckMaps table." R=ish...@chromium.org BUG= Review URL: https://codereview.chromium.org/137863005 http://code.google.com/p/v

[v8-dev] Re: Revert "Use stability to only conditionally flush information from the CheckMaps table." (issue 137863005)

2014-02-12 Thread verwaest
Committed patchset #1 manually as r19331 (tree was closed). https://codereview.chromium.org/137863005/ -- -- 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 unsubs

[v8-dev] Re: Revert "Use stability to only conditionally flush information from the CheckMaps table." (issue 137863005)

2014-02-12 Thread ishell
lgtm https://codereview.chromium.org/137863005/ -- -- 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] Revert "Use stability to only conditionally flush information from the CheckMaps table." (issue 137863005)

2014-02-12 Thread verwaest
Reviewers: Igor Sheludko, Message: Due to buildbot failures. Will investigate. Description: Revert "Use stability to only conditionally flush information from the CheckMaps table." R=ish...@chromium.org BUG= Please review this at https://codereview.chromium.org/137863005/ SVN Base: https:/

[v8-dev] Re: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantic... (issue 150413009)

2014-02-12 Thread hpayer
https://codereview.chromium.org/150413009/diff/30001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/150413009/diff/30001/src/spaces.h#newcode685 src/spaces.h:685: AtomicWord prev_chunk_; On 2014/02/12 14:06:39, jarin wrote: Perhaps it would be better to add a comment de

[v8-dev] Re: Enable concurrent OSR. (issue 139983008)

2014-02-12 Thread jkummerow
LGTM... with the caveat that we'll have to turn it off again for the branch if unexplained crashes start showing up. https://codereview.chromium.org/139983008/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Enable concurrent OSR. (issue 139983008)

2014-02-12 Thread yangguo
Reviewers: Jakob, Description: Enable concurrent OSR. R=jkumme...@chromium.org Please review this at https://codereview.chromium.org/139983008/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+1, -1 lines): M src/flag-definitions.h Index: src/flag-definition

[v8-dev] Re: Make index translate/inobject only rely on the map. (issue 65413003)

2014-02-12 Thread ishell
lgtm, but don't forget to support a64. https://codereview.chromium.org/65413003/ -- -- 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

[v8-dev] [v8] r19330 committed - Use stability to only conditionally flush information from the CheckMa...

2014-02-12 Thread codesite-noreply
Revision: 19330 Author: verwa...@chromium.org Date: Wed Feb 12 15:07:41 2014 UTC Log: Use stability to only conditionally flush information from the CheckMaps table. BUG= R=ish...@chromium.org Review URL: https://codereview.chromium.org/153823003 http://code.google.com/p/v8/source/

[v8-dev] Re: Use stability to only conditionally flush information from the CheckMaps table. (issue 153823003)

2014-02-12 Thread verwaest
Committed patchset #5 manually as r19330 (presubmit successful). https://codereview.chromium.org/153823003/ -- -- 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 u

[v8-dev] Re: Use stability to only conditionally flush information from the CheckMaps table. (issue 153823003)

2014-02-12 Thread ishell
lgtm https://codereview.chromium.org/153823003/ -- -- 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: Use stability to only conditionally flush information from the CheckMaps table. (issue 153823003)

2014-02-12 Thread verwaest
Addressed comments https://codereview.chromium.org/153823003/diff/60001/src/hydrogen-check-elimination.cc File src/hydrogen-check-elimination.cc (right): https://codereview.chromium.org/153823003/diff/60001/src/hydrogen-check-elimination.cc#newcode212 src/hydrogen-check-elimination.cc:212: // I

[v8-dev] Re: Fix assignment of function name constant. (issue 159903008)

2014-02-12 Thread yangguo
On 2014/02/12 14:58:07, Yang wrote: In a rare twist, only fullcodegen, not crankshaft, is affected. https://codereview.chromium.org/159903008/ -- -- 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

[v8-dev] Fix assignment of function name constant. (issue 159903008)

2014-02-12 Thread yangguo
Reviewers: rossberg, Description: Fix assignment of function name constant. If it's shadowed by a variable of the same name and both are forcibly context-allocated, the function is assigned to the wrong context slot. R=rossb...@chromium.org BUG=v8:3138 LOG=Y Please review this at https://code

[v8-dev] Re: Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. (issue 138953018)

2014-02-12 Thread jarin
https://codereview.chromium.org/138953018/diff/1/src/spaces.cc File src/spaces.cc (right): https://codereview.chromium.org/138953018/diff/1/src/spaces.cc#newcode2085 src/spaces.cc:2085: if (NoBarrier_Load(reinterpret_cast(&category->top_)) != 0) { You should change the FreeListCategory::top_ fie

[v8-dev] Re: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantic... (issue 150413009)

2014-02-12 Thread jarin
lgtm with a nit. https://codereview.chromium.org/150413009/diff/30001/src/spaces.h File src/spaces.h (right): https://codereview.chromium.org/150413009/diff/30001/src/spaces.h#newcode685 src/spaces.h:685: AtomicWord prev_chunk_; Perhaps it would be better to add a comment describing the type of

[v8-dev] Re: Port of r19288 to a64: Fix for smi stores optimization. (issue 159513004)

2014-02-12 Thread ishell
Committed patchset #1 manually as r19329 (presubmit successful). https://codereview.chromium.org/159513004/ -- -- 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 u

[v8-dev] [v8] r19329 committed - Port of r19288 to a64: Fix for smi stores optimization....

2014-02-12 Thread codesite-noreply
Revision: 19329 Author: ish...@chromium.org Date: Wed Feb 12 13:54:55 2014 UTC Log: Port of r19288 to a64: Fix for smi stores optimization. R=u...@chromium.org Review URL: https://codereview.chromium.org/159513004 http://code.google.com/p/v8/source/detail?r=19329 Modified: /branches

[v8-dev] A64: Indicate the correct size for constant pools. (issue 139983007)

2014-02-12 Thread alexandre . rames
Reviewers: Rodolph Perfetta (ARM), ulan, jochen, Description: A64: Indicate the correct size for constant pools. This fixes potential issues that would appear when trying to insert a breakpoint from JavaScript. Without this, computing the mapping of addresses between versions of the code w

[v8-dev] Re: Port of r19288 to a64: Fix for smi stores optimization. (issue 159513004)

2014-02-12 Thread ulan
lgtm https://codereview.chromium.org/159513004/ -- -- 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] Port of r19288 to a64: Fix for smi stores optimization. (issue 159513004)

2014-02-12 Thread ishell
Reviewers: ulan, Message: PTAL Description: Port of r19288 to a64: Fix for smi stores optimization. Please review this at https://codereview.chromium.org/159513004/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+4, -0 lines): M src/a64/lithium-codegen-a64.cc

[v8-dev] [v8] r19328 committed - Avoid doing explicit cast in simulator-a64::get_sp()....

2014-02-12 Thread codesite-noreply
Revision: 19328 Author: rmcil...@chromium.org Date: Wed Feb 12 13:34:40 2014 UTC Log: Avoid doing explicit cast in simulator-a64::get_sp(). R=rodolph.perfe...@arm.com Review URL: https://codereview.chromium.org/153823012 http://code.google.com/p/v8/source/detail?r=19328 Modified: /b

[v8-dev] [v8] r19327 committed - Add to OWNERS for arm and a64...

2014-02-12 Thread codesite-noreply
Revision: 19327 Author: rmcil...@chromium.org Date: Wed Feb 12 13:33:54 2014 UTC Log: Add to OWNERS for arm and a64 R=da...@chromium.org Review URL: https://codereview.chromium.org/138953017 http://code.google.com/p/v8/source/detail?r=19327 Added: /branches/bleeding_edge/src/a64/OWN

[v8-dev] Re: Avoid doing explicit cast in simulator-a64::get_sp(). (issue 153823012)

2014-02-12 Thread rmcilroy
Committed patchset #1 manually as r19328 (presubmit successful). https://codereview.chromium.org/153823012/ -- -- 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 u

[v8-dev] Re: Add to OWNERS for arm and a64 (issue 138953017)

2014-02-12 Thread rmcilroy
Committed patchset #1 manually as r19327 (presubmit successful). https://codereview.chromium.org/138953017/ -- -- 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 u

[v8-dev] [v8] r19326 committed - Fix for (One|Two)ByteSeqStringSetChar evaluation order/deopt....

2014-02-12 Thread codesite-noreply
Revision: 19326 Author: ja...@chromium.org Date: Wed Feb 12 13:31:24 2014 UTC Log: Fix for (One|Two)ByteSeqStringSetChar evaluation order/deopt. This makes the evaluation order consistent between full codegen and Hydrogen (so that deopt does not screw up stack). R=jkumme...@chromium.o

[v8-dev] Re: Fix for (One|Two)ByteSeqStringSetChar evaluation order/deopt. (issue 159983008)

2014-02-12 Thread jarin
Committed patchset #1 manually as r19326 (presubmit successful). https://codereview.chromium.org/159983008/ -- -- 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 u

[v8-dev] Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. (issue 138953018)

2014-02-12 Thread hpayer
Reviewers: jarin, Description: Use NoBarrier_Load and NoBarrier_Store in FreeListCategory::Concatenate. BUG= Please review this at https://codereview.chromium.org/138953018/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+4, -3 lines): M src/spaces.cc Index

[v8-dev] [v8] r19325 committed - Clean up some A64 specific code in common code that was introduced by ...

2014-02-12 Thread codesite-noreply
Revision: 19325 Author: rmcil...@chromium.org Date: Wed Feb 12 13:27:13 2014 UTC Log: Clean up some A64 specific code in common code that was introduced by A64 merge - Remove arch specific check macros - Remove duplicate code in code-stubs.h - Remove flag check in bootstrap.cc wh

[v8-dev] Re: Clean up some A64 specific code in common code that was introduced by A64 merge (issue 134333011)

2014-02-12 Thread rmcilroy
Committed patchset #1 manually as r19325 (presubmit successful). https://codereview.chromium.org/134333011/ -- -- 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 u

[v8-dev] Re: Add to OWNERS for arm and a64 (issue 138953017)

2014-02-12 Thread danno
lgtm https://codereview.chromium.org/138953017/ -- -- 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] Add to OWNERS for arm and a64 (issue 138953017)

2014-02-12 Thread rmcilroy
Reviewers: danno, Description: Add to OWNERS for arm and a64 Please review this at https://codereview.chromium.org/138953017/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+2, -0 lines): A src/a64/OWNERS A src/arm/OWNERS Index: src/a64/OWNERS diff --git a

[v8-dev] Re: Use stability to only conditionally flush information from the CheckMaps table. (issue 153823003)

2014-02-12 Thread ishell
More comments. https://codereview.chromium.org/153823003/diff/60001/src/hydrogen-check-elimination.cc File src/hydrogen-check-elimination.cc (right): https://codereview.chromium.org/153823003/diff/60001/src/hydrogen-check-elimination.cc#newcode212 src/hydrogen-check-elimination.cc:212: // If th

[v8-dev] [v8] r19324 committed - [a64] Omit redundant smi checks in write barriers....

2014-02-12 Thread codesite-noreply
Revision: 19324 Author: bmeu...@chromium.org Date: Wed Feb 12 12:44:01 2014 UTC Log: [a64] Omit redundant smi checks in write barriers. R=rmcil...@chromium.org Review URL: https://codereview.chromium.org/156603007 http://code.google.com/p/v8/source/detail?r=19324 Modified: /branches

[v8-dev] Re: [a64] Omit redundant smi checks in write barriers. (issue 156603007)

2014-02-12 Thread bmeurer
Committed patchset #1 manually as r19324 (presubmit successful). https://codereview.chromium.org/156603007/ -- -- 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 u

[v8-dev] Re: [a64] Omit redundant smi checks in write barriers. (issue 156603007)

2014-02-12 Thread rmcilroy
On 2014/02/12 12:40:07, Benedikt Meurer wrote: PTAL lgtm Thanks. https://codereview.chromium.org/156603007/ -- -- 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.

[v8-dev] Re: Issue 2342 in v8: Support sourceURL for dynamically inserted scripts.

2014-02-12 Thread codesite-noreply
Updates: Status: Assigned Owner: vse...@chromium.org Comment #7 on issue 2342 by vse...@chromium.org: Support sourceURL for dynamically inserted scripts. http://code.google.com/p/v8/issues/detail?id=2342 (No comment was entered for this change.) -- You received this message b

[v8-dev] Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantic... (issue 150413009)

2014-02-12 Thread hpayer
Reviewers: jarin, Description: Make prev and next pointer in pages list AtomicWords and access them using acquire/release semantics. BUG= Please review this at https://codereview.chromium.org/150413009/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+27, -24 li

[v8-dev] [a64] Omit redundant smi checks in write barriers. (issue 156603007)

2014-02-12 Thread bmeurer
Reviewers: rmcilroy, Message: PTAL Description: [a64] Omit redundant smi checks in write barriers. Please review this at https://codereview.chromium.org/156603007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files (+6, -3 lines): M src/a64/lithium-codegen-a64.cc

[v8-dev] Re: Omit redundant smi checks in write barriers. (issue 155843006)

2014-02-12 Thread rmcilroy
On 2014/02/12 12:36:59, Benedikt Meurer wrote: Committed patchset #1 manually as r19323 (presubmit successful). Please do this for A64 as well if applicable. https://codereview.chromium.org/155843006/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev ---

[v8-dev] Re: Omit redundant smi checks in write barriers. (issue 155843006)

2014-02-12 Thread bmeurer
Committed patchset #1 manually as r19323 (presubmit successful). https://codereview.chromium.org/155843006/ -- -- 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 u

[v8-dev] [v8] r19323 committed - Omit redundant smi checks in write barriers....

2014-02-12 Thread codesite-noreply
Revision: 19323 Author: bmeu...@chromium.org Date: Wed Feb 12 12:36:53 2014 UTC Log: Omit redundant smi checks in write barriers. R=hpa...@chromium.org Review URL: https://codereview.chromium.org/155843006 http://code.google.com/p/v8/source/detail?r=19323 Modified: /branches/bleedin

[v8-dev] Re: Omit redundant smi checks in write barriers. (issue 155843006)

2014-02-12 Thread hpayer
LGTM https://codereview.chromium.org/155843006/ -- -- 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 it

[v8-dev] Re: Improve computation of effects for load elimination. (issue 152953004)

2014-02-12 Thread bmeurer
Committed patchset #4 manually as r19322 (presubmit successful). https://codereview.chromium.org/152953004/ -- -- 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 u

  1   2   >