Allocate map_ptr for mutable_data during preloading We need to discard objects in the class constants if they happened to be evaluated during preloading. To allow doing so, we need to
Allocate map_ptr for mutable_data during preloading We need to discard objects in the class constants if they happened to be evaluated during preloading. To allow doing so, we need to use mutable_data, which will place the evaluated constants into a separate table.
show more ...
|