Hi, I am working for Loongson technology company in China, loongson design and
produce many series mips CPU, we have many customers, and we need chromium &
nodejs. RT-RK and Wave Computing maintain the mips port very well before, so we
did not do much work about v8.
so we want maintain the mi
On 2013/12/06 00:56:22, Paul Lind wrote:
This looks good to me, but there is a small merge issue with
platform-posix.cc.
Please rebase this against bleeding_edge.
Done
https://codereview.chromium.org/104353002/
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group
Reviewers: Paul Lind, dusmil, palfia,
Description:
MIPS: Faster memcpy.
BUG=
Please review this at https://codereview.chromium.org/104353002/
SVN Base: git://github.com/v8/v8.git@bleeding_edge
Affected files (+523, -0 lines):
M src/mips/assembler-mips.h
M src/mips/assembler-mips.cc
M sr
ok, thanks for reply.
在 2013年8月6日星期二UTC+8下午9时15分43秒,Jakob Kummerow写道:
>
> Good catch! Fixed in https://codereview.chromium.org/22314010/.
>
> Note that this code is currently never executed anyway because double
> constants are not emitted at uses, so as far as I can see this can't
> actually c
The latest version of this file on line 261
is
else if (source->IsDoubleRegister()) {
DoubleRegister result = cgen_->ToDoubleRegister(destination);
is this right?
i think is
else if (destination->IsDoubleRegister()) {
?
--
--
v8-dev mailing list