From 36a8f43d83035297fa83f6fb09d2c4f9d7c6c5f9 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 5 Apr 2024 16:17:24 +0900 Subject: [PATCH 1/3] =?UTF-8?q?test=20target=20=EC=9D=B4=EB=A6=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 363cd00..14140da 100644 --- a/Makefile +++ b/Makefile @@ -35,10 +35,10 @@ install: rpaheui-c rpaheui-bigint-c cp rpaheui-c /usr/local/bin/rpaheui ln -s /usr/local/bin/rpaheui /usr/local/bin/aheui -test-bigint: +test-bigint-c: cd snippets && AHEUI="../rpaheui-bigint-c" bash test.sh -test-smallint: +test-c: cd snippets && AHEUI="../rpaheui-c" bash test.sh --disable integer test-py: From 4aaeebe78f1594e1413c18a84e4ce3fa44084c61 Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 5 Apr 2024 16:17:37 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=B5=9C=EC=A0=81?= =?UTF-8?q?=ED=99=94=20=EB=8B=A8=EA=B3=84=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aheui/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aheui/option.py b/aheui/option.py index c3860ab..ed214e5 100644 --- a/aheui/option.py +++ b/aheui/option.py @@ -10,7 +10,7 @@ parser = ArgumentParser(prog='aheui') -parser.add_argument('--opt', '-O', default='2', choices='0,1,2', description='Set optimization level.', full_description="""\t0: No optimization. +parser.add_argument('--opt', '-O', default='1', choices='0,1,2', description='Set optimization level.', full_description="""\t0: No optimization. \t1: Quickly resolve deadcode by rough stacksize emulation and merge constant operations. \t2: Perfectly resolve deadcode by stacksize emulation, reserialize code chunks and merge constant operations. """) From f42c7f0f78dfa8113fd8341894eb59013eb2853e Mon Sep 17 00:00:00 2001 From: Jeong YunWon Date: Fri, 5 Apr 2024 16:27:34 +0900 Subject: [PATCH 3/3] 1.2.5 --- aheui/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aheui/version.py b/aheui/version.py index 6937870..56d2535 100644 --- a/aheui/version.py +++ b/aheui/version.py @@ -1 +1 @@ -VERSION = '1.2.4' +VERSION = '1.2.5'