[v8-dev] Re: Issue 1822 in v8: subarray(), set() not present on typed arrays in d8

2011-11-13 Thread codesite-noreply
Updates: Status: Assigned Owner: jkumme...@chromium.org Comment #1 on issue 1822 by yang...@chromium.org: subarray(), set() not present on typed arrays in d8 http://code.google.com/p/v8/issues/detail?id=1822 (No comment was entered for this change.) -- v8-dev mailing list v8-

[v8-dev] Re: Issue 1678 in v8: netbsd support

2011-11-13 Thread codesite-noreply
Updates: Status: Assigned Owner: yang...@chromium.org Labels: Priority-Low Comment #2 on issue 1678 by yang...@chromium.org: netbsd support http://code.google.com/p/v8/issues/detail?id=1678 Thanks for the patch! Before committing it, I'll have to ask you to sign (electr

[v8-dev] Re: Fixing build errors. (issue 8540007)

2011-11-13 Thread svenpanne
http://codereview.chromium.org/8540007/diff/1002/src/runtime.cc File src/runtime.cc (right): http://codereview.chromium.org/8540007/diff/1002/src/runtime.cc#newcode6978 src/runtime.cc:6978: } Contrary to popular belief, the "ternary aversion" disease *is* curable! I recommend a dose of Haskell o

[v8-dev] Make the parser track the language mode instead of keeping its own harmony flag. (issue 8562002)

2011-11-13 Thread keuchel
Reviewers: Jakob, Message: PTAL. Description: Make the parser track the language mode instead of keeping its own harmony flag. So far the parser had its own harmony flag to disable the harmony scoping feature when parsing native functions. With the introduction of the extended language mode

[v8-dev] Issue 1822 in v8: subarray(), set() not present on typed arrays in d8

2011-11-13 Thread codesite-noreply
Status: New Owner: New issue 1822 by alonza...@gmail.com: subarray(), set() not present on typed arrays in d8 http://code.google.com/p/v8/issues/detail?id=1822 Typed array in d8 do not have the subarray or set methods, which are in the spec. For example, (new Int32Array(22)).subarra

[v8-dev] Re: MIPS: Reduced the number of threads in cctest test-lockers. (issue 8506008)

2011-11-13 Thread gergely
Rebased on r9981. http://codereview.chromium.org/8506008/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] Re: MIPS: Enable serialization for MIPS architecture. (issue 8491008)

2011-11-13 Thread gergely
Rebased on r9981 http://codereview.chromium.org/8491008/ -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev

[v8-dev] MIPS: Implement runtime function for array literal transitions. (issue 8557004)

2011-11-13 Thread gergely
Reviewers: danno, Paul Lind, Message: This patch requires the following to be applied: http://codereview.chromium.org/8557003/ Description: MIPS: Implement runtime function for array literal transitions. Port r9979(0cf0570a). Original commit message: Also simplify ia32 and x64 handing of the

[v8-dev] MIPS: Check that address given to __ RecordWrite is correct. (issue 8561001)

2011-11-13 Thread gergely
Reviewers: Erik Corry, danno, Paul Lind, Message: In order to compile, this patch requires the following patch to be applied first: http://codereview.chromium.org/8557003/ Description: MIPS: Check that address given to __ RecordWrite is correct. Port r9963 (a8c30ef3). This port uses Abort() in

[v8-dev] MIPS: Add a level of indirection to exception handler addresses. (issue 8557003)

2011-11-13 Thread gergely
Reviewers: Kevin Millikin, danno, Paul Lind, Description: MIPS: Add a level of indirection to exception handler addresses. Port r9977 (9aded78be4). Note: This is the port of the reapplied patch, not the original. Original commit message: To support deoptimization of exception handlers, the han