Right, thanks for info about memory consumption in browser.
No, all code objects do not have to be in 256MB memory regions, but one
object
must not be allocated across two 256MB regions. In other words start of code
object and its end have to be in the same region witch size and alignment
is set
to 256MB. This is required so the absolute addresses encoded in 28-bit
immediate
for jumps in j/jal instructions are correct.
This implies maximum code object size is limited to 256MB, but size of code
space is unlimited.
https://codereview.chromium.org/1147503002/
--
--
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.