Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initialize header of stack allocated object
Beause a stack allocated object is always collected in GC's point of view and we treat them live everywhere in the program for simplicity, the header of the stack allocated object should be initialized at the method entry even when there is no reference field in it. Signed-off-by: Yi Zhang <[email protected]>
- Loading branch information