Damien George
d4d53e9e11
py/emitnative: Access qstr values using indirection table qstr_table.
This changes the native emitter to access qstr values using the qstr
indirection table qstr_table, but only when generating native code that
will be saved to a .mpy file. This makes the resulting native code fully
static, ie it does not require any fix-ups or rewriting when it is
imported.
The performance of native code is more or less unchanged. Benchmark
results on PYBv1.0 (using --via-mpy and --emit native) are:
N=100 M=100 baseline -> this-commit diff diff% (error%)
bm_chaos.py 407.16 -> 411.85 : +4.69 = +1.152% (+/-0.01%)
bm_fannkuch.py 100.89 -> 101.20 : +0.31 = +0.307% (+/-0.01%)
bm_fft.py 3521.17 -> 3441.72 : -79.45 = -2.256% (+/-0.00%)
bm_float.py 6707.29 -> 6644.83 : -62.46 = -0.931% (+/-0.00%)
bm_hexiom.py 55.91 -> 55.41 : -0.50 = -0.894% (+/-0.00%)
bm_nqueens.py 5343.54 -> 5326.17 : -17.37 = -0.325% (+/-0.00%)
bm_pidigits.py 603.89 -> 632.79 : +28.90 = +4.786% (+/-0.33%)
core_qstr.py 64.18 -> 64.09 : -0.09 = -0.140% (+/-0.01%)
core_yield_from.py 313.61 -> 311.11 : -2.50 = -0.797% (+/-0.03%)
misc_aes.py 654.29 -> 659.75 : +5.46 = +0.834% (+/-0.02%)
misc_mandel.py 4205.10 -> 4272.08 : +66.98 = +1.593% (+/-0.01%)
misc_pystone.py 3077.79 -> 3128.39 : +50.60 = +1.644% (+/-0.01%)
misc_raytrace.py 388.45 -> 393.71 : +5.26 = +1.354% (+/-0.01%)
viper_call0.py 576.83 -> 566.76 : -10.07 = -1.746% (+/-0.05%)
viper_call1a.py 550.39 -> 540.12 : -10.27 = -1.866% (+/-0.11%)
viper_call1b.py 438.32 -> 432.09 : -6.23 = -1.421% (+/-0.11%)
viper_call1c.py 442.96 -> 436.11 : -6.85 = -1.546% (+/-0.08%)
viper_call2a.py 536.31 -> 527.37 : -8.94 = -1.667% (+/-0.04%)
viper_call2b.py 378.99 -> 377.50 : -1.49 = -0.393% (+/-0.08%)
Signed-off-by: Damien George <damien@micropython.org>
2022-05-23 15:43:06 +10:00
..
2021-04-27 23:51:52 +10:00
2022-05-23 14:21:16 +10:00
2022-05-23 14:21:16 +10:00
2022-02-24 18:08:43 +11:00
2022-02-24 18:08:43 +11:00
2022-05-23 14:21:14 +10:00
2022-05-23 14:21:16 +10:00
2022-05-17 14:25:51 +10:00
2022-05-23 14:21:16 +10:00
2020-06-27 00:24:04 +10:00
2022-05-23 14:21:16 +10:00
2022-03-30 16:32:17 +11:00
2022-05-23 14:21:16 +10:00
2022-03-28 15:43:09 +11:00
2022-05-17 14:25:51 +10:00
2022-05-17 14:25:51 +10:00
2021-06-24 23:01:04 +10:00
2019-09-02 13:14:27 +10:00
2022-03-09 10:03:23 +11:00
2022-05-03 22:28:14 +10:00
2021-12-18 00:01:59 +11:00
2022-03-28 16:09:58 +11:00
2022-05-23 15:43:06 +10:00
2022-02-24 18:08:43 +11:00
2022-05-03 22:23:46 +10:00
2021-09-16 16:04:03 +10:00
2022-05-18 15:23:11 +10:00
2022-05-18 15:23:11 +10:00
2022-05-18 15:23:11 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-04-11 15:35:39 +10:00
2020-10-22 11:47:36 +02:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2022-05-23 15:43:06 +10:00
2020-04-18 22:42:24 +10:00
2017-07-31 18:35:40 +10:00
2022-02-24 18:08:43 +11:00
2021-12-18 00:01:59 +11:00
2022-02-17 11:17:21 +11:00
2021-02-05 15:46:56 +11:00
2020-06-16 23:18:01 +10:00
2022-05-17 12:51:54 +10:00
2021-08-14 16:58:40 +10:00
2020-04-20 10:32:49 +10:00
2022-05-18 20:49:12 +10:00
2022-02-11 22:52:32 +11:00
2022-04-01 15:03:21 +11:00
2021-07-05 10:41:31 -05:00
2022-05-05 10:31:50 +10:00
2021-10-15 23:31:19 +11:00
2022-05-05 10:31:50 +10:00
2021-08-07 20:25:32 +10:00
2021-12-18 00:05:18 +11:00
2021-12-17 23:54:05 +11:00
2020-02-28 10:33:03 +11:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:49:12 +10:00
2022-05-18 20:57:09 +10:00
2021-06-24 23:14:01 +10:00
2020-09-18 17:20:34 +10:00
2020-12-07 23:32:06 +11:00
2021-08-07 13:52:16 +10:00
2017-07-31 18:35:40 +10:00
2022-05-17 12:51:54 +10:00
2020-02-28 10:33:03 +11:00
2021-12-21 18:00:05 +11:00
2021-12-21 18:00:05 +11:00
2022-05-17 14:25:51 +10:00
2022-05-17 14:25:51 +10:00
2020-02-28 10:33:03 +11:00
2022-05-05 13:30:40 +10:00
2021-05-18 11:46:30 +10:00
2020-02-28 10:33:03 +11:00
2017-12-28 16:46:30 +11:00
2020-02-28 10:33:03 +11:00
2021-05-18 11:52:00 +10:00
2020-02-28 10:33:03 +11:00
2020-02-28 10:33:03 +11:00
2022-05-03 22:23:46 +10:00
2022-05-03 22:23:46 +10:00
2022-05-03 22:28:14 +10:00
2020-09-25 12:23:11 +10:00
2022-05-03 22:28:14 +10:00
2020-02-28 10:33:03 +11:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-03-10 10:43:21 +11:00
2020-02-28 10:33:03 +11:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:25:40 +10:00
2022-05-17 14:25:51 +10:00
2022-02-24 18:08:43 +11:00
2022-05-17 16:44:49 +10:00
2017-07-31 18:35:40 +10:00
2021-07-15 00:12:41 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2021-06-24 23:01:04 +10:00
2020-05-28 10:02:14 +10:00
2021-08-07 13:52:16 +10:00
2018-03-13 14:03:15 +11:00
2022-05-03 22:28:14 +10:00
2022-05-18 20:57:09 +10:00
2022-03-10 10:35:44 +11:00
2021-04-27 23:51:52 +10:00
2017-11-20 09:30:06 +02:00
2020-01-13 01:01:45 +11:00
2022-05-03 22:28:14 +10:00
2017-10-04 12:37:50 +11:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2019-12-27 12:53:36 +11:00
2022-05-03 22:28:14 +10:00
2022-05-03 22:28:14 +10:00
2020-02-28 10:33:03 +11:00
2022-05-03 22:28:14 +10:00
2017-06-09 17:33:01 +03:00
2020-12-07 23:32:06 +11:00
2022-05-03 22:28:14 +10:00
2020-02-28 10:33:03 +11:00
2022-05-03 22:28:14 +10:00
2019-12-27 12:34:22 +11:00
2022-05-03 22:28:14 +10:00
2020-01-09 11:25:26 +11:00
2020-03-26 01:21:04 +11:00
2020-03-26 01:21:04 +11:00
2022-05-18 16:18:35 +10:00
2022-04-14 22:44:56 +10:00
2021-04-27 23:51:52 +10:00
2017-07-31 18:35:40 +10:00
2020-02-28 10:33:03 +11:00
2017-07-31 18:35:40 +10:00
2022-05-23 15:43:06 +10:00
2022-05-17 12:51:54 +10:00
2022-02-24 18:08:43 +11:00
2022-02-24 18:08:43 +11:00
2021-04-09 13:08:35 +10:00
2022-03-09 10:03:23 +11:00
2021-07-15 00:12:41 +10:00
2020-02-28 10:33:03 +11:00
2022-02-11 22:55:02 +11:00
2022-02-24 18:08:43 +11:00
2022-03-10 10:58:33 +11:00
2020-02-28 10:33:03 +11:00
2017-03-14 11:52:05 +11:00
2022-04-22 17:00:16 +10:00
2022-03-10 10:58:33 +11:00
2019-11-21 12:04:53 +11:00
2020-06-05 14:04:20 +10:00
2019-12-12 20:15:28 +11:00
2017-12-05 00:38:41 +02:00
2022-05-18 20:49:12 +10:00
2022-04-14 12:31:53 +10:00
2022-04-14 12:31:53 +10:00
2022-02-24 18:08:43 +11:00
2022-05-03 16:38:43 +10:00
2020-04-05 15:02:06 +10:00
2022-03-28 15:43:09 +11:00
2017-07-31 18:35:40 +10:00
2022-03-25 12:23:43 +11:00
2020-02-28 10:33:03 +11:00
2021-06-05 11:03:09 +10:00
2020-04-27 23:58:46 +10:00
2020-03-25 01:00:52 +11:00
2020-02-28 10:33:03 +11:00
2017-09-06 16:43:09 +10:00
2021-03-31 00:26:01 +11:00
2022-03-31 16:59:30 +11:00
2020-10-22 11:47:36 +02:00
2020-02-28 10:33:03 +11:00
2019-02-06 00:19:00 +11:00