Sign in
dart
/
sdk.git
/
83735546dbc6ee32909fbb2e86e20365c114822e
/
runtime
/
vm
/
snapshot_ids.h
a1bcf051
clang-format runtime/vm
by Zachary Anderson
· 8 years ago
103881d
Make header include guards great again
by Zachary Anderson
· 8 years ago
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
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
6b2ae76
Changes to prepare for allowing script snapshots to be taken after running the main application
by Siva Annamalai
· 9 years ago
7055e48
Toward precompiled snapshots.
by Ryan Macnak
· 9 years ago
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
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
dd7d6dd
- Handle doubles transferred in message snapshots specially.
by iposva@google.com
· 11 years ago
d599ea7
Simplify type argument instantiation cache lookup by introducing an array
by regis@google.com
· 11 years ago
01a3127
Make creation of list literal more resilient to changes in the underlying
by regis@google.com
· 12 years ago
1555c1d
Convert String to a class.
by lrn@google.com
· 12 years ago
c8df70b
Fix bug 5575:
by iposva@google.com
· 12 years ago
292da5c
Make int an abstract class.
by lrn@google.com
· 12 years ago
5692051
Convert double interface into abstract class
by hausner@google.com
· 12 years ago
c7f5bcd
Eliminate interface bool
by hausner@google.com
· 12 years ago
d9e71fa
Add smi_type, mint_type and double_type to the predefined types list for script snapshots.
by asiva@google.com
· 12 years ago
0300d88
Gentle start with removing explicit interfaces
by hausner@google.com
· 12 years ago
5fd180c
1. Register canonical names for internal VM classes and get rid of the method GetSingletonClassName
by asiva@google.com
· 12 years ago
d4d781d
- Unify class ids and snapshot object ids list so that we don't have disparate
by asiva@google.com
· 12 years ago