Damien George
9988618e0e
py: Implement full func arg passing for native emitter.
...
This patch gets full function argument passing working with native
emitter. Includes named args, keyword args, default args, var args
and var keyword args. Fully Python compliant.
It reuses the bytecode mp_setup_code_state function to do all the hard
work. This function is slightly adjusted to accommodate native calls,
and the native emitter is forced a bit to emit similar prelude and
code-info as bytecode.
2015-04-07 22:43:28 +01:00
..
2015-01-20 11:55:10 +00:00
2015-01-14 00:38:33 +00:00
2015-01-01 18:07:43 +00:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-02-08 01:57:40 +00:00
2015-04-07 22:43:28 +01:00
2015-04-03 00:03:07 +03:00
2015-03-05 22:58:31 +02:00
2015-01-01 20:32:09 +00:00
2015-02-14 23:35:00 +00:00
2015-02-15 00:02:27 +00:00
2015-02-16 12:11:34 +02:00
2015-03-26 16:52:45 +00:00
2015-02-07 18:33:58 +00:00
2015-03-26 16:52:45 +00:00
2015-04-07 00:08:17 +01:00
2015-03-26 16:52:45 +00:00
2015-03-26 16:52:45 +00:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-04-07 22:43:28 +01:00
2015-01-01 20:32:09 +00:00
2015-01-01 20:32:09 +00:00
2015-01-20 11:52:12 +02:00
2015-01-20 11:52:12 +02:00
2015-04-03 14:11:13 +01:00
2015-01-07 20:33:00 +00:00
2015-02-08 01:57:40 +00:00
2015-03-19 00:25:33 +00:00
2015-03-19 00:25:33 +00:00
2015-02-27 09:34:51 +00:00
2015-01-01 20:32:09 +00:00
2015-04-02 01:10:11 +03:00
2015-03-03 21:23:13 +00:00
2015-04-04 15:53:11 +01:00
2015-03-03 21:23:13 +00:00
2014-06-07 13:14:45 +01:00
2014-11-06 18:48:38 +00:00
2015-01-01 20:32:09 +00:00
2015-04-07 00:17:11 +03:00
2015-02-02 12:52:14 +00:00
2015-03-20 17:26:10 +00:00
2015-02-07 17:24:10 +00:00
2015-02-15 13:17:11 +00:00
2015-02-22 14:48:18 +00:00
2015-02-15 13:17:11 +00:00
2015-02-08 01:57:40 +00:00
2015-02-07 17:24:10 +00:00
2015-04-07 00:17:11 +03:00
2015-01-07 20:33:00 +00:00
2015-02-07 17:24:10 +00:00
2015-03-12 22:48:45 +00:00
2015-04-03 14:11:13 +01:00
2015-04-07 22:43:28 +01:00
2015-03-03 14:34:40 +00:00
2015-01-07 20:33:00 +00:00
2015-01-07 20:33:00 +00:00
2015-01-08 16:24:44 +00:00
2015-01-07 20:33:00 +00:00
2015-01-07 20:33:00 +00:00
2015-02-17 00:32:18 +02:00
2015-04-07 22:43:28 +01:00
2015-03-19 00:25:33 +00:00
2015-01-20 12:47:20 +00:00
2015-04-04 15:53:11 +01:00
2015-04-04 15:53:11 +01:00
2015-01-20 12:47:20 +00:00
2015-02-08 01:57:40 +00:00
2015-03-26 12:28:56 +02:00
2015-04-06 23:51:29 +03:00
2015-02-27 09:34:51 +00:00
2015-02-27 00:36:39 +00:00
2015-01-20 14:11:27 +00:00
2015-03-14 23:11:25 +00:00
2015-04-07 22:43:28 +01:00
2015-01-01 20:32:09 +00:00
2015-04-07 22:43:28 +01:00
2015-01-01 20:32:09 +00:00
2015-04-04 15:53:11 +01:00
2015-03-14 22:07:30 +00:00
2015-03-14 22:07:30 +00:00
2015-03-14 22:07:30 +00:00
2015-03-14 22:07:30 +00:00
2015-03-25 09:25:41 +02:00
2015-02-27 00:36:39 +00:00
2015-01-20 14:11:27 +00:00
2015-03-20 17:26:10 +00:00
2015-01-01 20:32:09 +00:00
2015-03-23 22:45:14 +02:00
2015-01-20 12:47:20 +00:00
2015-01-20 14:11:27 +00:00
2015-01-20 12:47:20 +00:00
2015-03-11 20:02:06 +00:00
2015-04-07 00:17:11 +03:00
2015-03-20 17:41:37 +00:00
2015-01-20 12:47:20 +00:00
2015-04-04 15:53:11 +01:00
2015-04-04 00:09:48 +03:00
2015-01-20 23:50:43 +00:00
2015-04-04 19:42:03 +01:00
2015-02-27 09:34:51 +00:00
2015-01-01 20:32:09 +00:00
2015-04-04 20:15:31 +01:00
2015-01-07 21:07:23 +00:00
2015-01-20 12:47:20 +00:00
2015-01-01 20:32:09 +00:00
2015-02-23 21:36:05 +00:00
2015-02-13 02:29:46 +00:00
2015-03-16 10:42:50 +00:00
2015-02-08 01:57:40 +00:00
2015-02-08 01:57:40 +00:00
2015-01-01 20:32:09 +00:00
2015-03-14 23:09:57 +00:00
2015-04-04 15:53:11 +01:00
2015-03-14 22:32:40 +00:00
2014-06-07 09:16:42 +02:00
2015-03-26 16:52:45 +00:00
2015-02-10 11:02:28 +00:00
2015-04-04 15:53:11 +01:00
2015-04-04 20:15:31 +01:00
2015-01-01 20:32:09 +00:00
2015-01-01 20:32:09 +00:00
2015-04-07 22:43:28 +01:00
2015-04-02 22:56:58 +01:00
2015-04-02 22:56:58 +01:00
2015-01-01 20:32:09 +00:00
2015-01-01 20:32:09 +00:00
2015-01-20 12:47:20 +00:00
2015-04-07 00:08:17 +01:00
2015-01-01 20:32:09 +00:00
2015-04-03 14:11:13 +01:00
2015-04-03 00:26:47 +03:00
2015-01-01 20:32:09 +00:00
2015-01-28 23:43:01 +00:00
2015-01-01 20:32:09 +00:00
2015-01-01 20:32:09 +00:00
2015-01-01 20:32:09 +00:00
2015-04-02 22:56:58 +01:00
2015-02-08 01:57:40 +00:00
2015-01-29 13:57:23 +00:00
2015-01-12 22:30:49 +00:00