From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lj1-f178.google.com (mail-lj1-f178.google.com [209.85.208.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 38646469710 for ; Mon, 8 Jun 2020 16:58:03 +0300 (MSK) Received: by mail-lj1-f178.google.com with SMTP id y11so18955231ljm.9 for ; Mon, 08 Jun 2020 06:58:03 -0700 (PDT) Date: Mon, 8 Jun 2020 16:58:00 +0300 From: Cyrill Gorcunov Message-ID: <20200608135800.GE134822@grain> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Tarantool-patches] [PATCH 04/10] crc32: disable align sanitizer List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vladislav Shpilevoy Cc: tarantool-patches@dev.tarantool.org On Thu, May 21, 2020 at 10:37:27PM +0200, Vladislav Shpilevoy wrote: > There is some assembly working with a byte array like with an > array of unsigned long values. Better allow it to continue > working like that with disabled sanitizer, than accidentally > break or slow down something here. > > Part of #4609 Reviewed-by: Cyrill Gorcunov