Damien George
ee86de1f1a
py: Make sure that static emg-exc-buffer is aligned to size of mp_obj_t.
...
This buffer is used to allocate objects temporarily, and such objects
require that their underlying memory be correctly aligned for their data
type. Aligning for mp_obj_t should be sufficient for emergency exceptions,
but in general the memory buffer should aligned to the maximum alignment of
the machine (eg on a 32-bit machine with mp_obj_t being 4 bytes, a double
may not be correctly aligned).
This patch fixes a bug for certain nan-boxing builds, where mp_obj_t is 8
bytes and must be aligned to 8 bytes (even though the machine is 32 bit).
2017-04-10 16:02:56 +10:00
..
2017-03-28 22:37:26 +11:00
2017-01-03 15:40:50 +11:00
2017-02-08 10:48:51 +11:00
2017-02-16 18:38:06 +11:00
2017-03-28 22:37:26 +11:00
2017-03-17 16:50:19 +11:00
2017-01-17 22:53:06 +03:00
2017-01-22 11:56:16 +11:00
2017-03-29 12:56:45 +11:00
2017-01-22 12:12:54 +11:00
2017-03-29 12:56:45 +11:00
2017-04-05 10:50:26 +10:00
2017-02-16 18:38:06 +11:00
2017-03-23 16:36:08 +11:00
2016-12-21 11:52:05 +11:00
2017-02-24 13:43:43 +11:00
2017-03-23 16:36:08 +11:00
2017-01-19 23:32:16 +11:00
2017-02-17 12:48:45 +11:00
2017-03-29 10:56:52 +11:00
2017-02-17 12:44:24 +11:00
2017-03-03 11:21:19 +11:00
2016-12-27 01:05:37 +03:00
2017-03-30 00:08:27 +03:00
2017-03-29 12:56:45 +11:00
2017-03-23 22:57:08 +11:00
2017-03-20 15:20:26 +11:00
2017-01-17 22:53:06 +03:00
2017-03-06 12:15:25 +01:00
2017-03-29 12:56:17 +11:00
2017-02-22 12:58:11 +11:00
2017-04-02 21:20:07 +03:00
2017-03-15 17:25:12 +11:00
2017-04-10 16:02:56 +10:00
2017-02-16 16:51:16 +11:00
2017-02-16 16:51:16 +11:00
2017-02-16 18:38:06 +11:00
2017-03-06 17:13:16 +11:00
2017-03-08 22:36:02 +11:00
2017-03-26 00:33:23 +03:00
2017-03-06 17:13:16 +11:00
2017-03-29 12:56:17 +11:00
2017-04-04 11:57:21 +10:00
2017-03-28 22:37:26 +11:00
2017-02-16 16:51:16 +11:00
2017-02-16 16:51:16 +11:00
2017-02-16 16:51:17 +11:00
2017-04-04 11:57:21 +10:00
2017-03-29 12:36:46 +11:00
2017-02-16 18:38:06 +11:00
2017-04-10 16:02:56 +10:00
2017-02-16 16:51:17 +11:00
2017-02-16 18:38:06 +11:00
2017-04-04 11:57:21 +10:00
2017-03-29 12:56:45 +11:00
2017-03-28 22:37:26 +11:00
2017-02-16 18:38:06 +11:00
2017-04-04 16:45:49 +10:00
2017-04-04 16:45:49 +10:00
2017-04-04 16:45:49 +10:00
2017-04-04 16:45:49 +10:00
2017-03-29 12:56:17 +11:00
2017-02-16 16:51:16 +11:00
2017-03-27 12:19:24 +11:00
2017-01-26 23:30:38 +11:00
2017-01-26 23:30:38 +11:00
2017-03-29 12:56:17 +11:00
2017-03-28 22:37:26 +11:00
2017-02-16 18:38:06 +11:00
2017-04-05 10:50:26 +10:00
2017-02-16 18:38:06 +11:00
2017-02-16 19:11:34 +11:00
2017-04-02 21:20:07 +03:00
2017-02-16 16:51:16 +11:00
2017-03-28 22:37:26 +11:00
2017-03-23 16:17:40 +11:00
2017-04-05 12:38:02 +10:00
2017-02-16 18:38:06 +11:00
2017-03-29 12:56:17 +11:00
2017-03-30 22:58:08 +11:00
2017-02-24 14:56:37 +11:00
2017-03-28 22:37:26 +11:00
2017-03-14 11:52:05 +11:00
2017-03-31 22:29:39 +11:00
2017-01-27 17:19:06 +11:00
2017-03-14 11:52:05 +11:00
2017-03-14 11:52:05 +11:00
2017-03-29 12:56:45 +11:00
2017-02-16 18:38:06 +11:00
2017-03-29 12:56:45 +11:00
2017-03-24 18:43:28 +11:00
2017-03-20 15:20:26 +11:00
2017-03-28 22:37:26 +11:00
2017-02-16 18:38:06 +11:00
2016-12-28 17:50:10 +11:00
2017-03-27 10:52:04 +11:00
2017-02-16 18:38:06 +11:00