Message from discussion
Add rotate-right instruction to hydrogen and use it instead of bitwise operations (issue 11033005)
Received: by 10.58.74.41 with SMTP id q9mr129984vev.14.1349956471729;
Thu, 11 Oct 2012 04:54:31 -0700 (PDT)
X-BeenThere: v8-dev@googlegroups.com
Received: by 10.220.226.7 with SMTP id iu7ls1104083vcb.6.gmail; Thu, 11 Oct
2012 04:54:30 -0700 (PDT)
Received: by 10.58.212.198 with SMTP id nm6mr117929vec.35.1349956470875;
Thu, 11 Oct 2012 04:54:30 -0700 (PDT)
Received: by 10.58.212.198 with SMTP id nm6mr117928vec.35.1349956470865;
Thu, 11 Oct 2012 04:54:30 -0700 (PDT)
Return-Path: <3drN2UBUJAEEfkurplxpfrghuhylhz-kujpdlo....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com>
Received: from mail-vc0-f199.google.com (mail-vc0-f199.google.com [209.85.220.199])
by gmr-mx.google.com with ESMTPS id r14si291578vdu.1.2012.10.11.04.54.30
(version=TLSv1/SSLv3 cipher=OTHER);
Thu, 11 Oct 2012 04:54:30 -0700 (PDT)
Received-SPF: pass (google.com: domain of 3drN2UBUJAEEfkurplxpfrghuhylhz-kujpdlo....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com designates 209.85.220.199 as permitted sender) client-ip=209.85.220.199;
Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of 3drN2UBUJAEEfkurplxpfrghuhylhz-kujpdlo....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com designates 209.85.220.199 as permitted sender) smtp.mail=3drN2UBUJAEEfkurplxpfrghuhylhz-kujpdlo....@2uix4h7xygsz66weerlq.apphosting.bounces.google.com
Received: by mail-vc0-f199.google.com with SMTP id gb23so2455439vcb.6
for <v8-dev@googlegroups.com>; Thu, 11 Oct 2012 04:54:30 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.58.145.65 with SMTP id ss1mr119056veb.39.1349956470759; Thu,
11 Oct 2012 04:54:30 -0700 (PDT)
Reply-To: u...@chromium.org, da...@chromium.org, mstarzin...@chromium.org,
dcon...@codeaurora.org, v8-dev@googlegroups.com
Message-ID: <047d7b624a78e6e08d04cbc73bdb@google.com>
Date: Thu, 11 Oct 2012 11:54:30 +0000
Subject: Re: Add rotate-right instruction to hydrogen and use it instead of
bitwise operations (issue 11033005)
From: u...@chromium.org
To: da...@chromium.org, mstarzin...@chromium.org, dcon...@codeaurora.org
Cc: v8-dev@googlegroups.com
Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes
I rebased to ToT and remove unused instruction elimination since it was
landed
separately in r12697.
https://chromiumcodereview.appspot.com/11033005/