DescriptionAdd iterative primitive type analysis.
This change adds a data-flow pass to statically determine
if a variable contains a primitive type.
It requires building the flow graph and computing reaching
definitions as pre-requisites. The analysis annotates all
VariableProxy nodes with the result.
Committed: http://code.google.com/p/v8/source/detail?r=4224
Patch Set 1 #
Total comments: 12
Patch Set 2 : '' #Patch Set 3 : Added an assertion. #
Total comments: 4
Patch Set 4 : '' #
Messages
Total messages: 5 (0 generated)
|