[v8-dev] Re: Looking for people to maintain the MIPS port

2019-02-19 Thread xwafish
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

[v8-dev] Re: MIPS: Faster memcpy. (issue 104353002)

2013-12-05 Thread xwafish
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

[v8-dev] MIPS: Faster memcpy. (issue 104353002)

2013-12-04 Thread xwafish
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

Re: [v8-dev] about lithium-gap-resolver-mips.cc

2013-08-06 Thread xwafish
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

[v8-dev] about lithium-gap-resolver-mips.cc

2013-08-05 Thread xwafish
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