mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
Some checks failed
zephyr port / build (push) Has been cancelled
JavaScript code lint and formatting with Biome / eslint (push) Has been cancelled
Check code formatting / code-formatting (push) Has been cancelled
Check spelling with codespell / codespell (push) Has been cancelled
Build docs / build (push) Has been cancelled
Check examples / embedding (push) Has been cancelled
Package mpremote / build (push) Has been cancelled
.mpy file format and tools / test (push) Has been cancelled
Build ports metadata / build (push) Has been cancelled
alif port / build_alif (alif_ae3_build) (push) Has been cancelled
cc3200 port / build (push) Has been cancelled
esp32 port / build_idf (esp32_build_c2_c6) (push) Has been cancelled
esp32 port / build_idf (esp32_build_cmod_spiram_s2) (push) Has been cancelled
esp32 port / build_idf (esp32_build_s3_c3) (push) Has been cancelled
esp8266 port / build (push) Has been cancelled
mimxrt port / build (push) Has been cancelled
nrf port / build (push) Has been cancelled
powerpc port / build (push) Has been cancelled
qemu port / build_and_test_arm (bigendian) (push) Has been cancelled
qemu port / build_and_test_arm (sabrelite) (push) Has been cancelled
qemu port / build_and_test_arm (thumb_hardfp) (push) Has been cancelled
qemu port / build_and_test_arm (thumb_softfp) (push) Has been cancelled
qemu port / build_and_test_rv32 (push) Has been cancelled
qemu port / build_and_test_rv64 (push) Has been cancelled
renesas-ra port / build_renesas_ra_board (push) Has been cancelled
rp2 port / build (push) Has been cancelled
samd port / build (push) Has been cancelled
stm32 port / build_stm32 (stm32_misc_build) (push) Has been cancelled
stm32 port / build_stm32 (stm32_nucleo_build) (push) Has been cancelled
stm32 port / build_stm32 (stm32_pyb_build) (push) Has been cancelled
unix port / minimal (push) Has been cancelled
unix port / reproducible (push) Has been cancelled
unix port / standard (push) Has been cancelled
unix port / standard_v2 (push) Has been cancelled
unix port / coverage (push) Has been cancelled
unix port / coverage_32bit (push) Has been cancelled
unix port / nanbox (push) Has been cancelled
unix port / longlong (push) Has been cancelled
unix port / float (push) Has been cancelled
unix port / gil_enabled (push) Has been cancelled
unix port / stackless_clang (push) Has been cancelled
unix port / float_clang (push) Has been cancelled
unix port / settrace_stackless (push) Has been cancelled
unix port / repr_b (push) Has been cancelled
unix port / macos (push) Has been cancelled
unix port / qemu_mips (push) Has been cancelled
unix port / qemu_arm (push) Has been cancelled
unix port / qemu_riscv64 (push) Has been cancelled
unix port / sanitize_address (push) Has been cancelled
unix port / sanitize_undefined (push) Has been cancelled
webassembly port / build (push) Has been cancelled
windows port / build-vs (Debug, true, x64, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Debug, true, x86, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Debug, x64, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Debug, x86, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, dev, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, standard, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x64, standard, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, dev, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, dev, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, standard, 2017, [15, 16)) (push) Has been cancelled
windows port / build-vs (Release, true, x86, standard, 2019, [16, 17)) (push) Has been cancelled
windows port / build-vs (Release, x64, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x64, standard, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x86, dev, 2022, [17, 18)) (push) Has been cancelled
windows port / build-vs (Release, x86, standard, 2022, [17, 18)) (push) Has been cancelled
windows port / build-mingw (i686, mingw32, dev) (push) Has been cancelled
windows port / build-mingw (i686, mingw32, standard) (push) Has been cancelled
windows port / build-mingw (x86_64, mingw64, dev) (push) Has been cancelled
windows port / build-mingw (x86_64, mingw64, standard) (push) Has been cancelled
windows port / cross-build-on-linux (push) Has been cancelled
Python code lint and formatting with ruff / ruff (push) Has been cancelled
This field exists to cache the lnotab field removed from v2 in #17639 by
ddf2c3afb1, and is now unused.
Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
247 lines
8.0 KiB
C
247 lines
8.0 KiB
C
/*
|
|
* This file is part of the MicroPython project, http://micropython.org/
|
|
*
|
|
* The MIT License (MIT)
|
|
*
|
|
* Copyright (c) 2025 Damien P. George
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
* of this software and associated documentation files (the "Software"), to deal
|
|
* in the Software without restriction, including without limitation the rights
|
|
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the Software is
|
|
* furnished to do so, subject to the following conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be included in
|
|
* all copies or substantial portions of the Software.
|
|
*
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
* THE SOFTWARE.
|
|
*/
|
|
|
|
#include "py/objcode.h"
|
|
|
|
#if MICROPY_PY_BUILTINS_CODE == MICROPY_PY_BUILTINS_CODE_NONE
|
|
|
|
// Code object not implemented at this configuration level.
|
|
|
|
#elif MICROPY_PY_BUILTINS_CODE <= MICROPY_PY_BUILTINS_CODE_BASIC
|
|
|
|
MP_DEFINE_CONST_OBJ_TYPE(
|
|
mp_type_code,
|
|
MP_QSTR_code,
|
|
MP_TYPE_FLAG_NONE
|
|
);
|
|
|
|
#elif MICROPY_PY_BUILTINS_CODE <= MICROPY_PY_BUILTINS_CODE_FULL
|
|
|
|
#include "py/profile.h"
|
|
|
|
static void code_print(const mp_print_t *print, mp_obj_t o_in, mp_print_kind_t kind) {
|
|
(void)kind;
|
|
mp_obj_code_t *o = MP_OBJ_TO_PTR(o_in);
|
|
const mp_raw_code_t *rc = o->rc;
|
|
const mp_bytecode_prelude_t *prelude = &rc->prelude;
|
|
mp_printf(print,
|
|
"<code object %q at 0x%p, file \"%q\", line %d>",
|
|
MP_CODE_QSTR_MAP(o->context, prelude->qstr_block_name_idx),
|
|
o,
|
|
MP_CODE_QSTR_MAP(o->context, 0),
|
|
rc->line_of_definition
|
|
);
|
|
}
|
|
|
|
static mp_obj_tuple_t *code_consts(const mp_module_context_t *context, const mp_raw_code_t *rc) {
|
|
mp_obj_tuple_t *consts = MP_OBJ_TO_PTR(mp_obj_new_tuple(rc->n_children + 1, NULL));
|
|
|
|
size_t const_no = 0;
|
|
for (size_t i = 0; i < rc->n_children; ++i) {
|
|
mp_obj_t code = mp_obj_new_code(context, rc->children[i], true);
|
|
consts->items[const_no++] = code;
|
|
}
|
|
consts->items[const_no++] = mp_const_none;
|
|
|
|
return consts;
|
|
}
|
|
|
|
#if !MICROPY_PREVIEW_VERSION_2
|
|
static mp_obj_t raw_code_lnotab(const mp_raw_code_t *rc) {
|
|
// const mp_bytecode_prelude_t *prelude = &rc->prelude;
|
|
uint start = 0;
|
|
uint stop = rc->fun_data_len - start;
|
|
|
|
uint last_lineno = mp_prof_bytecode_lineno(rc, start);
|
|
uint lasti = 0;
|
|
|
|
const uint buffer_chunk_size = (stop - start) >> 2; // heuristic magic
|
|
uint buffer_size = buffer_chunk_size;
|
|
byte *buffer = m_new(byte, buffer_size);
|
|
uint buffer_index = 0;
|
|
|
|
for (uint i = start; i < stop; ++i) {
|
|
uint lineno = mp_prof_bytecode_lineno(rc, i);
|
|
size_t line_diff = lineno - last_lineno;
|
|
if (line_diff > 0) {
|
|
uint instr_diff = (i - start) - lasti;
|
|
|
|
assert(instr_diff < 256);
|
|
assert(line_diff < 256);
|
|
|
|
if (buffer_index + 2 > buffer_size) {
|
|
buffer = m_renew(byte, buffer, buffer_size, buffer_size + buffer_chunk_size);
|
|
buffer_size = buffer_size + buffer_chunk_size;
|
|
}
|
|
last_lineno = lineno;
|
|
lasti = i - start;
|
|
buffer[buffer_index++] = instr_diff;
|
|
buffer[buffer_index++] = line_diff;
|
|
}
|
|
}
|
|
|
|
mp_obj_t o = mp_obj_new_bytes(buffer, buffer_index);
|
|
m_del(byte, buffer, buffer_size);
|
|
return o;
|
|
}
|
|
#endif
|
|
|
|
static mp_obj_t code_colines_iter(mp_obj_t);
|
|
static mp_obj_t code_colines_next(mp_obj_t);
|
|
typedef struct _mp_obj_colines_iter_t {
|
|
mp_obj_base_t base;
|
|
mp_fun_1_t iternext;
|
|
const mp_raw_code_t *rc;
|
|
mp_uint_t bc;
|
|
mp_uint_t source_line;
|
|
const byte *ci;
|
|
} mp_obj_colines_iter_t;
|
|
|
|
static mp_obj_t code_colines_iter(mp_obj_t self_in) {
|
|
mp_obj_code_t *self = MP_OBJ_TO_PTR(self_in);
|
|
mp_obj_colines_iter_t *iter = mp_obj_malloc(mp_obj_colines_iter_t, &mp_type_polymorph_iter);
|
|
iter->iternext = code_colines_next;
|
|
iter->rc = self->rc;
|
|
iter->bc = 0;
|
|
iter->source_line = 1;
|
|
iter->ci = self->rc->prelude.line_info;
|
|
return MP_OBJ_FROM_PTR(iter);
|
|
}
|
|
static MP_DEFINE_CONST_FUN_OBJ_1(code_colines_obj, code_colines_iter);
|
|
|
|
static mp_obj_t code_colines_next(mp_obj_t iter_in) {
|
|
mp_obj_colines_iter_t *iter = MP_OBJ_TO_PTR(iter_in);
|
|
const byte *ci_end = iter->rc->prelude.line_info_top;
|
|
|
|
mp_uint_t start = iter->bc;
|
|
mp_uint_t line_no = iter->source_line;
|
|
bool another = true;
|
|
|
|
while (another && iter->ci < ci_end) {
|
|
another = false;
|
|
mp_code_lineinfo_t decoded = mp_bytecode_decode_lineinfo(&iter->ci);
|
|
iter->bc += decoded.bc_increment;
|
|
iter->source_line += decoded.line_increment;
|
|
|
|
if (decoded.bc_increment == 0) {
|
|
line_no = iter->source_line;
|
|
another = true;
|
|
} else if (decoded.line_increment == 0) {
|
|
another = true;
|
|
}
|
|
}
|
|
|
|
if (another) {
|
|
mp_uint_t prelude_size = (iter->rc->prelude.opcodes - (const byte *)iter->rc->fun_data);
|
|
mp_uint_t bc_end = iter->rc->fun_data_len - prelude_size;
|
|
if (iter->bc >= bc_end) {
|
|
return MP_OBJ_STOP_ITERATION;
|
|
} else {
|
|
iter->bc = bc_end;
|
|
}
|
|
}
|
|
|
|
mp_uint_t end = iter->bc;
|
|
mp_obj_t next[3] = {MP_OBJ_NEW_SMALL_INT(start), MP_OBJ_NEW_SMALL_INT(end), MP_OBJ_NEW_SMALL_INT(line_no)};
|
|
|
|
return mp_obj_new_tuple(MP_ARRAY_SIZE(next), next);
|
|
}
|
|
|
|
static void code_attr(mp_obj_t self_in, qstr attr, mp_obj_t *dest) {
|
|
if (dest[0] != MP_OBJ_NULL) {
|
|
// not load attribute
|
|
return;
|
|
}
|
|
mp_obj_code_t *o = MP_OBJ_TO_PTR(self_in);
|
|
const mp_raw_code_t *rc = o->rc;
|
|
const mp_bytecode_prelude_t *prelude = &rc->prelude;
|
|
switch (attr) {
|
|
case MP_QSTR_co_code:
|
|
dest[0] = mp_obj_new_bytes(
|
|
(void *)prelude->opcodes,
|
|
rc->fun_data_len - (prelude->opcodes - (const byte *)rc->fun_data)
|
|
);
|
|
break;
|
|
case MP_QSTR_co_consts:
|
|
dest[0] = MP_OBJ_FROM_PTR(code_consts(o->context, rc));
|
|
break;
|
|
case MP_QSTR_co_filename:
|
|
dest[0] = MP_OBJ_NEW_QSTR(MP_CODE_QSTR_MAP(o->context, 0));
|
|
break;
|
|
case MP_QSTR_co_firstlineno:
|
|
dest[0] = MP_OBJ_NEW_SMALL_INT(mp_prof_bytecode_lineno(rc, 0));
|
|
break;
|
|
case MP_QSTR_co_name:
|
|
dest[0] = MP_OBJ_NEW_QSTR(MP_CODE_QSTR_MAP(o->context, prelude->qstr_block_name_idx));
|
|
break;
|
|
case MP_QSTR_co_names:
|
|
dest[0] = MP_OBJ_FROM_PTR(o->dict_locals);
|
|
break;
|
|
#if !MICROPY_PREVIEW_VERSION_2
|
|
case MP_QSTR_co_lnotab:
|
|
if (!o->lnotab) {
|
|
o->lnotab = raw_code_lnotab(rc);
|
|
}
|
|
dest[0] = o->lnotab;
|
|
break;
|
|
#endif
|
|
case MP_QSTR_co_lines:
|
|
dest[0] = MP_OBJ_FROM_PTR(&code_colines_obj);
|
|
dest[1] = self_in;
|
|
break;
|
|
}
|
|
}
|
|
|
|
MP_DEFINE_CONST_OBJ_TYPE(
|
|
mp_type_code,
|
|
MP_QSTR_code,
|
|
MP_TYPE_FLAG_NONE,
|
|
print, code_print,
|
|
attr, code_attr
|
|
);
|
|
|
|
mp_obj_t mp_obj_new_code(const mp_module_context_t *context, const mp_raw_code_t *rc, bool result_required) {
|
|
mp_obj_code_t *o;
|
|
if (result_required) {
|
|
o = m_new_obj(mp_obj_code_t);
|
|
} else {
|
|
o = m_new_obj_maybe(mp_obj_code_t);
|
|
if (o == NULL) {
|
|
return MP_OBJ_NULL;
|
|
}
|
|
}
|
|
o->base.type = &mp_type_code;
|
|
o->context = context;
|
|
o->rc = rc;
|
|
o->dict_locals = mp_locals_get(); // this is a wrong! how to do this properly?
|
|
#if !MICROPY_PREVIEW_VERSION_2
|
|
o->lnotab = MP_OBJ_NULL;
|
|
#endif
|
|
return MP_OBJ_FROM_PTR(o);
|
|
}
|
|
|
|
#endif
|