We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
JL_DATA_TYPE
jl_line_info_node_t
jl_code_info_t
1 parent 6f04ee0 commit 8547b02Copy full SHA for 8547b02
src/julia.h
@@ -234,6 +234,7 @@ JL_DLLEXPORT extern const jl_callptr_t jl_f_opaque_closure_call_addr;
234
JL_DLLEXPORT extern const jl_callptr_t jl_fptr_wait_for_compiled_addr;
235
236
typedef struct _jl_line_info_node_t {
237
+ JL_DATA_TYPE
238
struct _jl_module_t *module;
239
jl_value_t *method; // may contain a jl_symbol, jl_method_t, or jl_method_instance_t
240
jl_sym_t *file;
@@ -281,6 +282,7 @@ typedef union __jl_purity_overrides_t {
281
282
283
// This type describes a single function body
284
typedef struct _jl_code_info_t {
285
286
// ssavalue-indexed arrays of properties:
287
jl_array_t *code; // Any array of statements
288
jl_debuginfo_t *debuginfo; // Table of edge data for each statement
0 commit comments