https://codereview.chromium.org/1217673003/diff/1/src/arm/assembler-arm.cc
File src/arm/assembler-arm.cc (left):

https://codereview.chromium.org/1217673003/diff/1/src/arm/assembler-arm.cc#oldcode3859
src/arm/assembler-arm.cc:3859: for (int j = 0; j < i; j++) {
By removing this sharing you are going to increase the size of the
generated Arm code which is not ideal (especially considering we are
trying all we can to reduce heap usage on Android). Is there another way
we could deal with the duplicates (e.g., having some way for the
debugger to estimate the size of the constant pool ahead of time?).

Happy to VC about this if it helps.

https://codereview.chromium.org/1217673003/

--
--
v8-dev mailing list
[email protected]
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, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to