From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 71C9628700 for ; Fri, 30 Aug 2019 11:47:53 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XYUJSQb88YTM for ; Fri, 30 Aug 2019 11:47:53 -0400 (EDT) Received: from mail-lf1-f68.google.com (mail-lf1-f68.google.com [209.85.167.68]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 289B4286FF for ; Fri, 30 Aug 2019 11:47:53 -0400 (EDT) Received: by mail-lf1-f68.google.com with SMTP id g9so5736377lfb.0 for ; Fri, 30 Aug 2019 08:47:53 -0700 (PDT) From: Alexey Zavodchenkov Subject: [tarantool-patches] [PATCH 0/2] Re: [PATCH] sql: Change token/opcode relation assertions to static Date: Fri, 30 Aug 2019 18:47:59 +0300 Message-Id: In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-Help: List-Unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-Subscribe: List-Owner: List-post: List-Archive: To: tarantool-patches@freelists.org Cc: Alexey Zavodchenkov Thank you for the review! I'm resending the intial patch and changes you suggested as the separate patch. Branch: https://github.com/Separador/tarantool/tree/gh-4240 Alexey Zavodchenkov (2): sql: Change token/opcode relative positions assertion to static Group assertions and move them out of functions src/box/sql/expr.c | 60 +++++++++++++++++------------------------ src/box/sql/vdbe.c | 29 +++++++++++--------- src/box/sql/whereexpr.c | 19 +++++++------ 3 files changed, 50 insertions(+), 58 deletions(-) -- 2.21.0