I will review this.
THH
________________________________
From: Chris Wailes [[email protected]]
Sent: Thursday, April 03, 2014 7:35 AM
To: [email protected]
Subject: [Chapel-developers] Request for Review: Partial Instantiation

This patch splits the instantiation process for generic functions into two 
parts.  The first stage instantiates information about the formal arguments and 
return type, and the second stage instantiates the body and other information 
that wasn't required to determine if a generic is the best candidate for a call 
site.

This results in the compiler doing less work and requiring less memory, as it 
no longer has to deal with function bodies that will never be the target of a 
call site.  In addition, this work is required to allow the implementation of 
constrained generics.

- Chris
------------------------------------------------------------------------------
_______________________________________________
Chapel-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/chapel-developers

Reply via email to