[v8-dev] Make FlushICache NOP for Nvidia Denver 1.0 only (issue 1287173004 by sbo...@nvidia.com)

2015-08-18 Thread arajp
On 2015/08/19 02:55:32, Srikumar wrote: mailto:sbo...@nvidia.com changed reviewers: + mailto:ar...@nvidia.com LGTM https://codereview.chromium.org/1287173004/ -- -- v8-dev mailing list v8-dev@googlegroups.com http://groups.google.com/group/v8-dev --- You received this message because you are

[v8-dev] Re: Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-19 Thread arajp
PTAL https://codereview.chromium.org/797233002/diff/11/src/base/cpu.cc File src/base/cpu.cc (right): https://codereview.chromium.org/797233002/diff/11/src/base/cpu.cc#newcode303 src/base/cpu.cc:303: variant_(0), On 2014/12/19 06:32:09, Benedikt Meurer wrote: The 0 default is not safe a

[v8-dev] Re: Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-18 Thread arajp
PTAL https://codereview.chromium.org/797233002/ -- -- 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: Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-18 Thread arajp
Addressed the new comment from rmcilroy. PTAL I used git commit --amend to update the commit message and that did not reflect here when I next did git cl upload. I had to do git-cl description and git cl upload and then it worked. JF, I just now noticed that I left out one comment of yours.

[v8-dev] Re: Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-18 Thread arajp
Addressed all your comments. PTAL https://codereview.chromium.org/797233002/diff/1/src/arm/assembler-arm.cc File src/arm/assembler-arm.cc (right): https://codereview.chromium.org/797233002/diff/1/src/arm/assembler-arm.cc#newcode133 src/arm/assembler-arm.cc:133: supported_ |= 1u << COHERENT_CACH

[v8-dev] Re: Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-18 Thread arajp
On 2014/12/15 16:23:24, JF wrote: Is it guaranteed that all Denver CPUs will have coherent caches? I'd like to make sure that this code is still correct when Denver 5 comes out and everyone forgot that this code is avoiding I$ fushes. In the long term, there should be an API to export this

[v8-dev] Make FlushICache NOP for Nvidia Denver CPU's. (issue 797233002 by ar...@nvidia.com)

2014-12-14 Thread arajp
Reviewers: JF, rmcilroy, Message: On 2014/12/15 04:59:39, arajp wrote: mailto:ar...@nvidia.com changed reviewers: + mailto:j...@chromium.org, mailto:rmcil...@chromium.org JFB, This is the same patch I took over from Srikumar since he is on a long vacation. PTAL. Description: Make