DescriptionEncapsulate element handling into a class keyed on ElementsKind
Advantage is that it's much easier to add new element types (like FAST_SMI_ELEMENTS), and that handling logic for each element kind is (more) consolidated.
Currently, only GetElementsWithReceiver uses the new encapsulation, but the goal is to move much more element functionality into the class incrementally.
BUG=none
TEST=none
Committed: http://code.google.com/p/v8/source/detail?r=8810
Patch Set 1 #Patch Set 2 : add missing files #Patch Set 3 : Full implementation #Patch Set 4 : Finish GetElementWithReceiver implementation #Patch Set 5 : tweak includes #Patch Set 6 : merge with top-of-tree #Patch Set 7 : performance fixes #
Total comments: 12
Patch Set 8 : review feedback #Patch Set 9 : fix nits #
Total comments: 35
Patch Set 10 : review feedback #Patch Set 11 : fix indentation nits #Patch Set 12 : fix spacing again #Patch Set 13 : merge with tot #
Total comments: 1
Messages
Total messages: 13 (0 generated)
|