This reverts commit 9a9edb0e8e.
9a9edb0e8e
@ -762,11 +762,6 @@ class CallOptimization BASE_EMBEDDED {
}
bool is_simple_api_call() const {
// As of V8 2.6.8 simple api call optimization causes segfaults on MINGW
// Disable it until this gets resolved
#ifdef __MINGW32__
return false;
#endif
return is_simple_api_call_;