From 138a4f9d3d999e94d4e627b37e7db7a3f4da550e Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Mon, 29 Jul 2019 04:41:56 -0500 Subject: lua rocklib_img optimize functions with multiple checkint calls Uses int arrays and calls luaL_checkint in a loop Change-Id: Ib73dab886f018c787bd995f64d990981d194069f --- apps/plugins/lua/rocklib_aux.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/rocklib_aux.pl') diff --git a/apps/plugins/lua/rocklib_aux.pl b/apps/plugins/lua/rocklib_aux.pl index 542a928a12..7202d8dff9 100755 --- a/apps/plugins/lua/rocklib_aux.pl +++ b/apps/plugins/lua/rocklib_aux.pl @@ -77,6 +77,7 @@ my @forbidden_functions = ('^open$', '^utf16', '^codec_', '^timer_', + '^lcd_blit_(mono|grey_phase)$', '^lcd_(mono_)?+bitmap', '^lcd_(draw|fill|update_)rect$', '^lcd_draw(line|pixel)$', -- cgit v1.2.3