1671 Commits

Author SHA1 Message Date
pikastech
58e18a3cd7 release v1.11.6 to bsps 2022-10-31 18:42:28 +08:00
pikastech
7f1d1a01f2 adding purec test 2022-10-28 19:19:31 +08:00
pikastech
766c9bf7c9 add test_purec.h to support run unittest on purec 2022-10-28 18:39:50 +08:00
pikastech
09203accd4 skip check align on win32 2022-10-28 16:56:39 +08:00
pikastech
0273c638f1 add lto to cmake, not enable 2022-10-28 16:02:36 +08:00
pikastech
ce73abe665 version to v1.11.6 2022-10-28 14:38:48 +08:00
lyon
9283968a1c add test by exit innter vm hock 2022-10-26 16:57:29 +08:00
lyon
5180f2d807 fix cfg.getchar name conflict 2022-10-25 14:32:43 +08:00
lyon
581281ff8e add stdtask test on REPL 2022-10-25 13:54:21 +08:00
lyon
1964761ef8 add stdtask.py 2022-10-25 13:47:15 +08:00
lyon
d0df040067 support unittest for REPL, check overflow for REPL 2022-10-25 11:52:42 +08:00
lyon
df65e2def9 support RES on pikaCompiler 2022-10-24 10:14:12 +08:00
lyon
38f9a1e03e rm cjson_test.py.o and generate by msc in init.sh 2022-10-24 00:17:27 +08:00
lyon
ed060f0c24 use u32 size value inner *.py.o 2022-10-23 18:57:00 +08:00
lyon
0705e4d9f6 add fatfs
add pika_posixfs
2022-10-22 20:03:25 +08:00
lyon
a344117bc3 fix __cleanbuff err in _do_obj_runChar 2022-10-22 11:25:13 +08:00
pikastech
8436c6623b fix '\r\n' for obj_runchar 2022-10-22 10:13:13 +08:00
pikastech
5fa138c9c1 fix input 2022-10-21 17:14:06 +08:00
pikastech
e72d1efa36 ignore .pyi if .py.o exist
support load py.o

add cjon_test.pyi
2022-10-21 12:30:42 +08:00
pikastech
6bb5adde37 support run obj_runChar inner pikaScriptShell 2022-10-20 22:51:51 +08:00
pikastech
9865d65bbf support multi import ok, cmodule ok 2022-10-20 15:16:44 +08:00
pikastech
ffe0565638 multiy module import ok, cmodule not ok 2022-10-20 13:57:28 +08:00
pikastech
7c6267bfd9 support multi module import parse 2022-10-20 12:55:07 +08:00
pikastech
83afef1906 fix err when #define __platform_printf to printf 2022-10-19 13:16:50 +08:00
pikastech
7698bd84ac add BaseObjProp 2022-10-17 11:04:31 +08:00
pikastech
489b103ace release v1.11.5 2022-10-15 23:33:54 +08:00
pikastech
86686a99b9 binary serch when size > 16 2022-10-15 23:32:34 +08:00
pikastech
713a755459 test ok, rm @p not ok 2022-10-15 19:02:36 +08:00
pikastech
9ea03893b6 optimize speed for native method index
add prof.sh in ci_benchmark
2022-10-15 10:04:45 +08:00
lyon
c0f1482007 optimizing methodArg
use const decleartion

use method arg as default arg_cache_size

not open arc_cache on pool_config
2022-10-14 00:59:39 +08:00
pikastech
153b31f4c2 add __pks_hook_arg_cache_filter 2022-10-13 19:33:09 +08:00
pikastech
2e46e3c6ba fix compile err on msvc 2022-10-13 10:44:37 +08:00
pikastech
018a3d579f optimize speed for range 2022-10-13 01:24:58 +08:00
pikastech
00608e1edb bigger file_buff in test 2022-10-11 12:17:28 +08:00
pikastech
4cfb0931f9 release v1.11.4 2022-10-10 21:37:20 +08:00
pikastech
7582a37a73 support input() builtin 2022-10-09 19:46:05 +08:00
pikastech
911c9bb994 add perfomence code 2022-10-09 14:18:26 +08:00
pikastech
3f9195f89d optimize speed for obj_getObjDirect
optimize speed for arg_append
2022-10-09 13:40:56 +08:00
pikastech
c660f400ac add benchmark for for_print_1k 2022-10-09 00:05:48 +08:00
pikastech
f717e9f91d arg cache rate up to 81.29% 2022-10-08 21:28:29 +08:00
pikastech
45c3edcfa1 add test for UnitTest.py
add volatile for precompiler

update prec
2022-10-08 19:23:32 +08:00
pikastech
126a817d49 add cache for arg_alloc/free, cache for 6.56% 2022-10-08 18:06:43 +08:00
pikastech
d6725f1b53 no copy when return arg 2022-10-08 12:28:21 +08:00
pikastech
5523710682 optimize speed 2022-10-06 14:40:09 +08:00
pikastech
ddcc2f7242 opt for args_isArgExist 2022-10-06 13:35:52 +08:00
pikastech
c86fbdff41 optimize speed by gprof 2022-10-06 13:27:02 +08:00
pikastech
f5efb11a75 optimize speed for string funs
optimize str sppeed

add prof.sh

not -pg in default
2022-10-06 12:44:40 +08:00
pikastech
603d09febd optimize speed for strEqu 2022-10-05 22:29:22 +08:00
pikastech
1748e306d6 optimize speed for OPT 2022-10-05 21:09:13 +08:00
pikastech
e0aae36a1a reduce malloc 2022-10-05 20:36:00 +08:00