File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -834,7 +834,7 @@ static void julia_init(jl_image_buf_t sysimage)
834
834
// initialize many things, in no particular order
835
835
// but generally running from simple platform things to optional
836
836
// configuration features
837
- jl_init_timing ();
837
+
838
838
// Make sure we finalize the tls callback before starting any threads.
839
839
(void )jl_get_pgcstack ();
840
840
@@ -946,6 +946,7 @@ static void julia_init(jl_image_buf_t sysimage)
946
946
// This function is responsible for loading the image and initializing paths in jl_options
947
947
JL_DLLEXPORT void jl_load_image_and_init (JL_IMAGE_SEARCH rel , const char * julia_bindir , void * handle ) {
948
948
libsupport_init ();
949
+ jl_init_timing ();
949
950
950
951
jl_resolve_sysimg_location (rel , julia_bindir );
951
952
You can’t perform that action at this time.
0 commit comments