Revision: 23703
Author:   [email protected]
Date:     Thu Sep  4 16:29:47 2014 UTC
Log:      Remove redundant --always-full-compiler flag.

[email protected]
BUG=

Review URL: https://codereview.chromium.org/538613006
https://code.google.com/p/v8/source/detail?r=23703

Modified:
 /branches/bleeding_edge/src/compiler.cc
 /branches/bleeding_edge/src/flag-definitions.h
/branches/bleeding_edge/test/mjsunit/regress/regress-conditional-position.js

=======================================
--- /branches/bleeding_edge/src/compiler.cc     Thu Sep  4 14:07:17 2014 UTC
+++ /branches/bleeding_edge/src/compiler.cc     Thu Sep  4 16:29:47 2014 UTC
@@ -321,11 +321,6 @@
   // shared function info.
   DCHECK(!info()->shared_info()->optimization_disabled());

-  // Fall back to using the full code generator if it's not possible
-  // to use the Hydrogen-based optimizing compiler. We already have
-  // generated code for this from the shared function object.
-  if (FLAG_always_full_compiler) return AbortOptimization();
-
   // Do not use crankshaft if we need to be able to set break points.
   if (isolate()->DebuggerHasBreakPoints()) {
     return AbortOptimization(kDebuggerHasBreakPoints);
=======================================
--- /branches/bleeding_edge/src/flag-definitions.h Wed Sep 3 13:14:55 2014 UTC +++ /branches/bleeding_edge/src/flag-definitions.h Thu Sep 4 16:29:47 2014 UTC
@@ -434,8 +434,6 @@
 // compiler.cc
 DEFINE_INT(min_preparse_length, 1024,
            "minimum length for automatic enable preparsing")
-DEFINE_BOOL(always_full_compiler, false,
-            "try to use the dedicated run-once backend for all code")
 DEFINE_INT(max_opt_count, 10,
            "maximum number of optimization attempts before giving up.")

=======================================
--- /branches/bleeding_edge/test/mjsunit/regress/regress-conditional-position.js Fri Mar 18 19:41:05 2011 UTC +++ /branches/bleeding_edge/test/mjsunit/regress/regress-conditional-position.js Thu Sep 4 16:29:47 2014 UTC
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-// Flags: --always-full-compiler
+// Flags: --nocrankshaft

 var functionToCatch;
 var lineNumber;

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to