| Index: runtime/vm/object.cc
|
| diff --git a/runtime/vm/object.cc b/runtime/vm/object.cc
|
| index 9ceaf75711a490d85109243be6bc46fc1466561e..4e58b03af8aa0805640a3315fdeef4f7b67d5046 100644
|
| --- a/runtime/vm/object.cc
|
| +++ b/runtime/vm/object.cc
|
| @@ -10272,6 +10272,7 @@ RawCode* Code::FinalizeCode(const char* name,
|
| assembler->FinalizeInstructions(region);
|
| CPU::FlushICache(instrs.EntryPoint(), instrs.size());
|
|
|
| + code.set_compile_timestamp(OS::GetCurrentTimeMicros());
|
| CodeObservers::NotifyAll(name,
|
| instrs.EntryPoint(),
|
| assembler->prologue_offset(),
|
|
|