tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Dollar Sign in Identifiers Extension


From: Christian Jullien
Subject: Re: [Tinycc-devel] Dollar Sign in Identifiers Extension
Date: Mon, 13 Apr 2015 07:21:17 +0200

No need to search for a parent BP if you don't support recursive functions
and function pointer return as with my example.
In this case you 'only' have to implement currying on  your local functions.
It's a big change for the compiler.

C.

-----Original Message-----
From: address@hidden
[mailto:address@hidden On Behalf Of
Sergey Korshunoff
Sent: lundi 13 avril 2015 07:10
To: address@hidden
Subject: Re: [Tinycc-devel] Dollar Sign in Identifiers Extension

Recursion is a more nasty thing than a nested function. But with a few
levels of the recursion a stack unwinding in the nested function (to search
a parent BP) can be acceptable (I think)

_______________________________________________
Tinycc-devel mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/tinycc-devel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]