Reviewers: Vitaly, Dmitry Titov, Message: Thanks Luke
Description: [Isolates] Remove even more statics. -> jsregexp/static_offsets_vector -> jsregexp/uncanonicalize -> jsregexp/canonrange -> objects/string_compare_buffer_a -> objects/string_compare_buffer_b -> objects/string_input_buffer -> objects/Relocatable::top_ -> profile-generator/CodeEntry::next_call_uid The instruction_tables in disasm-ia32/x64 appear to be safe (TODOs removed). Also: actually use the lifted stack_limit_key_ in execution.cc (the old static key was still being defined and used). Please review this at http://codereview.chromium.org/2811033/show SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/ Affected files: M src/arm/codegen-arm.cc M src/assembler.cc M src/execution.cc M src/ia32/codegen-ia32.cc M src/ia32/disasm-ia32.cc M src/isolate.h M src/jsregexp.h M src/jsregexp.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/profile-generator-inl.h M src/profile-generator.h M src/profile-generator.cc M src/x64/codegen-x64.cc M src/x64/disasm-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
