Reviewers: Erik Corry, Description: Implement IC for storing to dictionary case objects.
The IC stub is completely generic, so there will only be one such stub in the system. Added a new overloaded version of the macro assembler RecordWrite method for cases where we have the address we store to computed up front. Please review this at http://codereview.chromium.org/2804029/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/codegen-arm.cc M src/arm/ic-arm.cc M src/arm/macro-assembler-arm.h M src/arm/macro-assembler-arm.cc M src/builtins.h M src/builtins.cc M src/ia32/ic-ia32.cc M src/ia32/macro-assembler-ia32.h M src/ia32/macro-assembler-ia32.cc M src/ic.h M src/ic.cc M src/stub-cache.h M src/stub-cache.cc M src/v8-counters.h M src/x64/ic-x64.cc M src/x64/macro-assembler-x64.h M src/x64/macro-assembler-x64.cc A test/mjsunit/store-dictionary.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
