On Thu, Mar 5, 2015 at 10:22 AM, Jakob Kummerow <jkumme...@chromium.org> wrote:
> On Thu, Mar 5, 2015 at 7:44 AM, madana gopal <madanagopal...@gmail.com>
>> 2,Also, is it good to disable optimization for less memory device.
>
> I don't think that would be very beneficial.
>
>> From which file i can make the optimization to O0?. Please clarify.
>
> toolchain.gypi; but the potential memory savings are probably tiny compared
> to the performance loss, so I would not recommend this.

I don't know, low-end devices usually have tiny L1 and L2 caches.
Switching from -O3 to -O2 sped things up by a few percent on an old
Core 2 Duo laptop.  It has a small L1 cache compared to a modern
desktop but it's still huge in comparison to most low-end devices.

If I were the OP, I'd experiment with -O2 and -Os and fastidiously
benchmark with perf.

-- 
-- 
v8-users mailing list
v8-users@googlegroups.com
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to