[][src]Function dart_sys::Dart_LoadCompilationTrace

pub unsafe extern "C" fn Dart_LoadCompilationTrace(
    buffer: *mut u8,
    buffer_length: isize
) -> Dart_Handle

Compile all functions from data from Dart_SaveCompilationTrace. Unlike JIT feedback, this data is fuzzy: loading does not need to happen in the exact program that was saved, the saver and loader do not need to agree on checked mode versus production mode or debug/release/product.

\return Returns an error handle if a compilation error was encountered.