On 2014/02/17 16:29:49, ulan wrote:
> Our Aborts are bigger than they need to be at the moment because we encode
the
> whole string rather than just the BailoutReason. (The other architectures
work
> the same; only Throw optimises this to encode just the BailoutReason.) If we
fix
> that, the code size might reduce enough anyway.
Fixing aborts to encode just the enum seems to me a better solution than
increasing the buffer.

It does, but there's no guarantee that it will be enough. In any case, I'll work
on that and then try the push-pop fixes afterwards.

https://codereview.chromium.org/169533002/

--
--
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/groups/opt_out.

Reply via email to