py: Implement closures in native code generator.

Currently supports only x64 and Thumb2 archs.
This commit is contained in:
Damien George
2015-01-15 14:41:41 +00:00
parent 2cc5473021
commit 4cd9ced8dc
5 changed files with 61 additions and 23 deletions

View File

@@ -132,6 +132,8 @@ void *const mp_fun_table[MP_F_NUMBER_OF] = {
mp_unpack_ex,
mp_delete_name,
mp_delete_global,
mp_obj_new_cell,
mp_make_closure_from_raw_code,
};
/*