On 2013/07/25 15:31:44, titzer wrote:
Jakob, can you confirm or deny that an instruction's representation can change from Smi, Integer32, or Double to Tagged at any point during crankshafting?

I think representations only change during graph building (some special cases are initialized or frozen there, and instructions with fixed representations set those in their ctor) and during the InferRepresentations phase (where the vast
majority of representation changes happen). And of course phases that add
instructions later (e.g. some of the bounds check stuff) will likely set a
representation for those new instructions.

https://codereview.chromium.org/20241005/

--
--
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