Den 27. apr. 2010 01.56 skrev <[email protected]>:

> Hi Erik,
>
> The serialization/de-serialization handshake protocol has to be changed
> with
> constant pool optimization. I'm wondering if we should add a new flag to
> turn
> off this optimization for the purpose of serialization/de-serialization.


You could not generate movw/movt instructions when serialization is enabled.
 The check is Serializer::enabled().  This would let you pass tests and get
the change in.

In the slightly longer run if movw/movt is an advantage then we would want
to activate it for the code in the snapshot too.  The serialization protocol
isn't set in stone, we can change it if it suits us.

-- 
Erik Corry

-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to