1. a1bcf051 clang-format runtime/vm by Zachary Anderson · 8 years ago
  2. 103881d Make header include guards great again by Zachary Anderson · 8 years ago
  3. cea892f Cache initial (empty) ic_data arrays so that they are not repeatedly allocated. Factor out descriptor and data array allocation. Will be used later when we copy the descriptor for background compilation. by Srdjan Mitrovic · 9 years ago
  4. 228e8f6 - Turn on writing of ic_data_array so that we have that information for script snapshots that would allow for code to be optimized right away by Siva Annamalai · 9 years ago
  5. 6b2ae76 Changes to prepare for allowing script snapshots to be taken after running the main application by Siva Annamalai · 9 years ago
  6. 7055e48 Toward precompiled snapshots. by Ryan Macnak · 9 years ago
  7. cfb2df1 Fix for issue 20992 - Allow sending static/top-level functions to other isolates which are spawned using the 'spawn function' functionality. by asiva@google.com · 10 years ago
  8. c645b0a Object ids in snapshots are assigned sequentially, and can in many cases be omitted by the writer and inferred by the reader. The exceptions are the classes that are serialized in two steps (arrays and user-level Dart instances), where the second step must include the id. by koda@google.com · 11 years ago
  9. dd7d6dd - Handle doubles transferred in message snapshots specially. by iposva@google.com · 11 years ago
  10. d599ea7 Simplify type argument instantiation cache lookup by introducing an array by regis@google.com · 11 years ago
  11. 01a3127 Make creation of list literal more resilient to changes in the underlying by regis@google.com · 12 years ago
  12. 1555c1d Convert String to a class. by lrn@google.com · 12 years ago
  13. c8df70b Fix bug 5575: by iposva@google.com · 12 years ago
  14. 292da5c Make int an abstract class. by lrn@google.com · 12 years ago
  15. 5692051 Convert double interface into abstract class by hausner@google.com · 12 years ago
  16. c7f5bcd Eliminate interface bool by hausner@google.com · 12 years ago
  17. d9e71fa Add smi_type, mint_type and double_type to the predefined types list for script snapshots. by asiva@google.com · 12 years ago
  18. 0300d88 Gentle start with removing explicit interfaces by hausner@google.com · 12 years ago
  19. 5fd180c 1. Register canonical names for internal VM classes and get rid of the method GetSingletonClassName by asiva@google.com · 12 years ago
  20. d4d781d - Unify class ids and snapshot object ids list so that we don't have disparate by asiva@google.com · 12 years ago