Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
r12828 committed - Remove redundant jump to deoptimization (the jump already exists in Do...
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  1 message - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
codesite-nore...@google.com  
View profile  
 More options Oct 29 2012, 7:45 am
From: codesite-nore...@google.com
Date: Mon, 29 Oct 2012 11:45:56 +0000
Local: Mon, Oct 29 2012 7:45 am
Subject: [v8] r12828 committed - Remove redundant jump to deoptimization (the jump already exists in Do...
Revision: 12828
Author:   da...@chromium.org
Date:     Mon Oct 29 04:45:40 2012
Log:      Remove redundant jump to deoptimization (the jump already exists  
in DoCheckMapCommon)
BUG=none
TEST=none

Review URL: https://codereview.chromium.org/11265044
Patch from Rajeev Krithivasan <rkrit...@codeaurora.org>.
http://code.google.com/p/v8/source/detail?r=12828

Modified:
  /branches/bleeding_edge/AUTHORS
  /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc

=======================================
--- /branches/bleeding_edge/AUTHORS     Thu Oct 25 08:23:39 2012
+++ /branches/bleeding_edge/AUTHORS     Mon Oct 29 04:45:40 2012
@@ -45,6 +45,7 @@
  Patrick Gansterer <par...@paroga.com>
  Peter Varga <pva...@inf.u-szeged.hu>
  Rafal Krypa <ra...@krypa.net>
+Rajeev R Krithivasan <rkrit...@codeaurora.org>
  Rene Rebe <r...@exactcode.de>
  Robert Mustacchi <r...@fingolfin.org>
  Rodolph Perfetta <rodolph.perfe...@arm.com>
=======================================
--- /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc      Fri Oct 19  
05:39:59 2012
+++ /branches/bleeding_edge/src/arm/lithium-codegen-arm.cc      Mon Oct 29  
04:45:40 2012
@@ -4936,7 +4936,6 @@
    DoCheckMapCommon(temp1, temp2,
                     Handle<Map>(current_prototype->map()),
                     ALLOW_ELEMENT_TRANSITION_MAPS, instr->environment());
-  DeoptimizeIf(ne, instr->environment());
  }


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »