Reviewers: Mads Ager, Message: The simple fix for 484 would of cause be to just add RegExpCEntry to the case in CodeStub::MajorName...
Description: Handle the list of code-stub types using macro expansion. As the list of code-stubs is used in two places it is now handled through a macro to keep this in sync. As some code-stubs is only used on ARM the list have been split into two parts to indicate this and get rid of dummy implementation on ia32 and x64 platforms. BUG=484 Please review this at http://codereview.chromium.org/335025 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/regexp-macro-assembler-arm.h M src/arm/regexp-macro-assembler-arm.cc M src/code-stubs.h M src/code-stubs.cc M src/heap.cc M src/ia32/regexp-macro-assembler-ia32.cc M src/regexp-macro-assembler.h M src/x64/regexp-macro-assembler-x64.cc --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
