Reviewers: Vitaly, antonm, Description: Unuse labels when bailing out of StubCompiler methods.
There are 3 methods where early return happen before the miss label is bound. This is harmless in Release mode, in Debug an assertion fails. Please review this at http://codereview.chromium.org/3405022/show SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/arm/stub-cache-arm.cc M src/ia32/stub-cache-ia32.cc M src/x64/stub-cache-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
