mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
WIP: precise GC
This commit is contained in:
@@ -156,6 +156,10 @@ func (c *Compiler) selectGC() string {
|
||||
return gc
|
||||
}
|
||||
|
||||
func (c *Compiler) gcIsPrecise() bool {
|
||||
return c.GC == "precise"
|
||||
}
|
||||
|
||||
// Compile the given package path or .go file path. Return an error when this
|
||||
// fails (in any stage).
|
||||
func (c *Compiler) Compile(mainPath string) []error {
|
||||
|
||||
Reference in New Issue
Block a user