Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Issue 13404 - heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct #941

Merged
merged 1 commit into from
Aug 31, 2014

Commits on Aug 31, 2014

  1. When allocating a struct with "new", do not pass the pointer type inf…

    …o to the runtime, but the struct type info.
    
    The fix also provides a small performance improvement as it no longer calls the virtual function TypeInfo.next() multiple times
    rainers committed Aug 31, 2014
    Configuration menu
    Copy the full SHA
    6b9e781 View commit details
    Browse the repository at this point in the history