v8/src/ia32
bmeurer@chromium.org 50d8259fea Fix crash in debug builds introduced with r21110.
Basically we should not check for map deprecation during
code selection, because that may run on the concurrent
compiler thread. So the fix is to move this logic to the
code generation phase instead, which is always run on the
main thread.

R=mvstanton@chromium.org

Review URL: https://codereview.chromium.org/263803005

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21112 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2014-05-02 08:08:23 +00:00
..
assembler-ia32-inl.h Always include debugger support. 2014-04-25 11:00:37 +00:00
assembler-ia32.cc Added a Isolate* parameter to Serializer::enabled(). 2014-04-30 09:50:58 +00:00
assembler-ia32.h Added a Isolate* parameter to Serializer::enabled(). 2014-04-30 09:50:58 +00:00
builtins-ia32.cc CallICStub with a "never patch" approach by default. Patching will 2014-04-30 14:33:35 +00:00
code-stubs-ia32.cc CallICStub with a "never patch" approach by default. Patching will 2014-04-30 14:33:35 +00:00
code-stubs-ia32.h Added a Isolate* parameter to Serializer::enabled(). 2014-04-30 09:50:58 +00:00
codegen-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
codegen-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
cpu-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
debug-ia32.cc CallICStub with a "never patch" approach by default. Patching will 2014-04-30 14:33:35 +00:00
deoptimizer-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
disasm-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
frames-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
full-codegen-ia32.cc CallICStub with a "never patch" approach by default. Patching will 2014-04-30 14:33:35 +00:00
ic-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-codegen-ia32.cc Fix crash in debug builds introduced with r21110. 2014-05-02 08:08:23 +00:00
lithium-codegen-ia32.h Fix crash in debug builds introduced with r21110. 2014-05-02 08:08:23 +00:00
lithium-gap-resolver-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-gap-resolver-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
lithium-ia32.cc Fix crash in debug builds introduced with r21110. 2014-05-02 08:08:23 +00:00
lithium-ia32.h Fix crash in debug builds introduced with r21110. 2014-05-02 08:08:23 +00:00
macro-assembler-ia32.cc Added a Isolate* parameter to Serializer::enabled(). 2014-04-30 09:50:58 +00:00
macro-assembler-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
regexp-macro-assembler-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
regexp-macro-assembler-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
simulator-ia32.cc Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
simulator-ia32.h Bulk update of Google copyright headers in source files. 2014-04-29 06:42:26 +00:00
stub-cache-ia32.cc Added a Isolate* parameter to Serializer::enabled(). 2014-04-30 09:50:58 +00:00