DescriptionDerive synthetic type bounds for expressions
Currently synthesizes Smi as the lower bound for numeric operations (except for +, which might result in a string). That would need to change in places where we want to track constants as type feedback.
Does not do anything about variables yet.
R=jkummerow@chromium.org
BUG=
Committed: http://code.google.com/p/v8/source/detail?r=15422
Patch Set 1 #Patch Set 2 : Fix sign case #Patch Set 3 : More fix #Patch Set 4 : Tweak #Patch Set 5 : Simplify assignment #
Total comments: 18
Patch Set 6 : Comments #Patch Set 7 : More precise addition #Messages
Total messages: 7 (0 generated)
|